mdn-data 2.27.1 → 2.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/properties.json +304 -86
- package/css/properties.schema.json +5 -0
- package/package.json +1 -1
package/css/properties.json
CHANGED
|
@@ -1146,37 +1146,111 @@
|
|
|
1146
1146
|
"status": "nonstandard",
|
|
1147
1147
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/appearance"
|
|
1148
1148
|
},
|
|
1149
|
-
"-webkit-border-
|
|
1150
|
-
"syntax": "<'border-
|
|
1149
|
+
"-webkit-border-after": {
|
|
1150
|
+
"syntax": "<'border-top'>",
|
|
1151
1151
|
"media": "visual",
|
|
1152
|
-
"inherited":
|
|
1152
|
+
"inherited": false,
|
|
1153
|
+
"animationType": [
|
|
1154
|
+
"border-block-end-width",
|
|
1155
|
+
"border-block-end-style",
|
|
1156
|
+
"border-block-end-color"
|
|
1157
|
+
],
|
|
1158
|
+
"percentages": "no",
|
|
1159
|
+
"groups": [
|
|
1160
|
+
"WebKit Extensions"
|
|
1161
|
+
],
|
|
1162
|
+
"initial": [
|
|
1163
|
+
"border-block-end-width",
|
|
1164
|
+
"border-block-end-style",
|
|
1165
|
+
"border-block-end-color"
|
|
1166
|
+
],
|
|
1167
|
+
"appliesto": "allElements",
|
|
1168
|
+
"computed": [
|
|
1169
|
+
"border-block-end-width",
|
|
1170
|
+
"border-block-end-style",
|
|
1171
|
+
"border-block-end-color"
|
|
1172
|
+
],
|
|
1173
|
+
"order": "uniqueOrder",
|
|
1174
|
+
"status": "nonstandard"
|
|
1175
|
+
},
|
|
1176
|
+
"-webkit-border-after-color": {
|
|
1177
|
+
"syntax": "<'border-top-color'>",
|
|
1178
|
+
"media": "visual",
|
|
1179
|
+
"inherited": false,
|
|
1180
|
+
"animationType": "color",
|
|
1181
|
+
"percentages": "no",
|
|
1182
|
+
"groups": [
|
|
1183
|
+
"WebKit Extensions"
|
|
1184
|
+
],
|
|
1185
|
+
"initial": "currentcolor",
|
|
1186
|
+
"appliesto": "allElements",
|
|
1187
|
+
"computed": "computedColor",
|
|
1188
|
+
"order": "uniqueOrder",
|
|
1189
|
+
"status": "nonstandard"
|
|
1190
|
+
},
|
|
1191
|
+
"-webkit-border-after-style": {
|
|
1192
|
+
"syntax": "<'border-top-style'>",
|
|
1193
|
+
"media": "visual",
|
|
1194
|
+
"inherited": false,
|
|
1153
1195
|
"animationType": "discrete",
|
|
1154
|
-
"percentages":
|
|
1155
|
-
|
|
1196
|
+
"percentages": "no",
|
|
1197
|
+
"groups": [
|
|
1198
|
+
"WebKit Extensions"
|
|
1199
|
+
],
|
|
1200
|
+
"initial": "none",
|
|
1201
|
+
"appliesto": "allElements",
|
|
1202
|
+
"computed": "asSpecified",
|
|
1203
|
+
"order": "uniqueOrder",
|
|
1204
|
+
"status": "nonstandard"
|
|
1205
|
+
},
|
|
1206
|
+
"-webkit-border-after-width": {
|
|
1207
|
+
"syntax": "<'border-top-width'>",
|
|
1208
|
+
"media": "visual",
|
|
1209
|
+
"inherited": false,
|
|
1210
|
+
"animationType": "byComputedValueType",
|
|
1211
|
+
"percentages": "no",
|
|
1212
|
+
"groups": [
|
|
1213
|
+
"WebKit Extensions"
|
|
1214
|
+
],
|
|
1215
|
+
"initial": "medium",
|
|
1216
|
+
"appliesto": "allElements",
|
|
1217
|
+
"computed": "absoluteLength",
|
|
1218
|
+
"order": "uniqueOrder",
|
|
1219
|
+
"status": "nonstandard"
|
|
1220
|
+
},
|
|
1221
|
+
"-webkit-border-before": {
|
|
1222
|
+
"syntax": "<'border-top'>",
|
|
1223
|
+
"media": "visual",
|
|
1224
|
+
"inherited": false,
|
|
1225
|
+
"animationType": [
|
|
1226
|
+
"border-block-start-width",
|
|
1227
|
+
"border-block-start-style",
|
|
1228
|
+
"border-block-start-color"
|
|
1156
1229
|
],
|
|
1230
|
+
"percentages": "no",
|
|
1157
1231
|
"groups": [
|
|
1158
1232
|
"WebKit Extensions"
|
|
1159
1233
|
],
|
|
1160
1234
|
"initial": [
|
|
1161
|
-
"border-width",
|
|
1162
|
-
"border-style",
|
|
1163
|
-
"color"
|
|
1235
|
+
"border-block-start-width",
|
|
1236
|
+
"border-block-start-style",
|
|
1237
|
+
"border-block-start-color"
|
|
1164
1238
|
],
|
|
1165
1239
|
"appliesto": "allElements",
|
|
1166
1240
|
"computed": [
|
|
1167
|
-
"border-width",
|
|
1168
|
-
"border-style",
|
|
1169
|
-
"color"
|
|
1241
|
+
"border-block-start-width",
|
|
1242
|
+
"border-block-start-style",
|
|
1243
|
+
"border-block-start-color"
|
|
1170
1244
|
],
|
|
1171
1245
|
"order": "uniqueOrder",
|
|
1172
1246
|
"status": "nonstandard",
|
|
1173
1247
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-border-before"
|
|
1174
1248
|
},
|
|
1175
1249
|
"-webkit-border-before-color": {
|
|
1176
|
-
"syntax": "<color>",
|
|
1250
|
+
"syntax": "<'border-top-color'>",
|
|
1177
1251
|
"media": "visual",
|
|
1178
|
-
"inherited":
|
|
1179
|
-
"animationType": "
|
|
1252
|
+
"inherited": false,
|
|
1253
|
+
"animationType": "color",
|
|
1180
1254
|
"percentages": "no",
|
|
1181
1255
|
"groups": [
|
|
1182
1256
|
"WebKit Extensions"
|
|
@@ -1188,9 +1262,9 @@
|
|
|
1188
1262
|
"status": "nonstandard"
|
|
1189
1263
|
},
|
|
1190
1264
|
"-webkit-border-before-style": {
|
|
1191
|
-
"syntax": "<'border-style'>",
|
|
1265
|
+
"syntax": "<'border-top-style'>",
|
|
1192
1266
|
"media": "visual",
|
|
1193
|
-
"inherited":
|
|
1267
|
+
"inherited": false,
|
|
1194
1268
|
"animationType": "discrete",
|
|
1195
1269
|
"percentages": "no",
|
|
1196
1270
|
"groups": [
|
|
@@ -1203,17 +1277,161 @@
|
|
|
1203
1277
|
"status": "nonstandard"
|
|
1204
1278
|
},
|
|
1205
1279
|
"-webkit-border-before-width": {
|
|
1206
|
-
"syntax": "<'border-width'>",
|
|
1280
|
+
"syntax": "<'border-top-width'>",
|
|
1207
1281
|
"media": "visual",
|
|
1208
|
-
"inherited":
|
|
1282
|
+
"inherited": false,
|
|
1283
|
+
"animationType": "byComputedValueType",
|
|
1284
|
+
"percentages": "no",
|
|
1285
|
+
"groups": [
|
|
1286
|
+
"WebKit Extensions"
|
|
1287
|
+
],
|
|
1288
|
+
"initial": "medium",
|
|
1289
|
+
"appliesto": "allElements",
|
|
1290
|
+
"computed": "absoluteLength",
|
|
1291
|
+
"order": "uniqueOrder",
|
|
1292
|
+
"status": "nonstandard"
|
|
1293
|
+
},
|
|
1294
|
+
"-webkit-border-end": {
|
|
1295
|
+
"syntax": "<'border-top'>",
|
|
1296
|
+
"media": "visual",
|
|
1297
|
+
"inherited": false,
|
|
1298
|
+
"animationType": [
|
|
1299
|
+
"border-inline-end-width",
|
|
1300
|
+
"border-inline-end-style",
|
|
1301
|
+
"border-inline-end-color"
|
|
1302
|
+
],
|
|
1303
|
+
"percentages": "no",
|
|
1304
|
+
"groups": [
|
|
1305
|
+
"WebKit Extensions"
|
|
1306
|
+
],
|
|
1307
|
+
"initial": [
|
|
1308
|
+
"border-inline-end-width",
|
|
1309
|
+
"border-inline-end-style",
|
|
1310
|
+
"border-inline-end-color"
|
|
1311
|
+
],
|
|
1312
|
+
"appliesto": "allElements",
|
|
1313
|
+
"computed": [
|
|
1314
|
+
"border-inline-end-width",
|
|
1315
|
+
"border-inline-end-style",
|
|
1316
|
+
"border-inline-end-color"
|
|
1317
|
+
],
|
|
1318
|
+
"order": "uniqueOrder",
|
|
1319
|
+
"status": "nonstandard"
|
|
1320
|
+
},
|
|
1321
|
+
"-webkit-border-end-color": {
|
|
1322
|
+
"syntax": "<'border-top-color'>",
|
|
1323
|
+
"media": "visual",
|
|
1324
|
+
"inherited": false,
|
|
1325
|
+
"animationType": "color",
|
|
1326
|
+
"percentages": "no",
|
|
1327
|
+
"groups": [
|
|
1328
|
+
"WebKit Extensions"
|
|
1329
|
+
],
|
|
1330
|
+
"initial": "currentcolor",
|
|
1331
|
+
"appliesto": "allElements",
|
|
1332
|
+
"computed": "computedColor",
|
|
1333
|
+
"order": "uniqueOrder",
|
|
1334
|
+
"status": "nonstandard"
|
|
1335
|
+
},
|
|
1336
|
+
"-webkit-border-end-style": {
|
|
1337
|
+
"syntax": "<'border-top-style'>",
|
|
1338
|
+
"media": "visual",
|
|
1339
|
+
"inherited": false,
|
|
1209
1340
|
"animationType": "discrete",
|
|
1210
|
-
"percentages": "
|
|
1341
|
+
"percentages": "no",
|
|
1342
|
+
"groups": [
|
|
1343
|
+
"WebKit Extensions"
|
|
1344
|
+
],
|
|
1345
|
+
"initial": "none",
|
|
1346
|
+
"appliesto": "allElements",
|
|
1347
|
+
"computed": "asSpecified",
|
|
1348
|
+
"order": "uniqueOrder",
|
|
1349
|
+
"status": "nonstandard"
|
|
1350
|
+
},
|
|
1351
|
+
"-webkit-border-end-width": {
|
|
1352
|
+
"syntax": "<'border-top-width'>",
|
|
1353
|
+
"media": "visual",
|
|
1354
|
+
"inherited": false,
|
|
1355
|
+
"animationType": "byComputedValueType",
|
|
1356
|
+
"percentages": "no",
|
|
1211
1357
|
"groups": [
|
|
1212
1358
|
"WebKit Extensions"
|
|
1213
1359
|
],
|
|
1214
1360
|
"initial": "medium",
|
|
1215
1361
|
"appliesto": "allElements",
|
|
1216
|
-
"computed": "
|
|
1362
|
+
"computed": "absoluteLength",
|
|
1363
|
+
"order": "uniqueOrder",
|
|
1364
|
+
"status": "nonstandard"
|
|
1365
|
+
},
|
|
1366
|
+
"-webkit-border-start": {
|
|
1367
|
+
"syntax": "<'border-top'>",
|
|
1368
|
+
"media": "visual",
|
|
1369
|
+
"inherited": false,
|
|
1370
|
+
"animationType": [
|
|
1371
|
+
"border-inline-start-width",
|
|
1372
|
+
"border-inline-start-style",
|
|
1373
|
+
"border-inline-start-color"
|
|
1374
|
+
],
|
|
1375
|
+
"percentages": "no",
|
|
1376
|
+
"groups": [
|
|
1377
|
+
"WebKit Extensions"
|
|
1378
|
+
],
|
|
1379
|
+
"initial": [
|
|
1380
|
+
"border-inline-start-width",
|
|
1381
|
+
"border-inline-start-style",
|
|
1382
|
+
"border-inline-start-color"
|
|
1383
|
+
],
|
|
1384
|
+
"appliesto": "allElements",
|
|
1385
|
+
"computed": [
|
|
1386
|
+
"border-inline-start-width",
|
|
1387
|
+
"border-inline-start-style",
|
|
1388
|
+
"border-inline-start-color"
|
|
1389
|
+
],
|
|
1390
|
+
"order": "uniqueOrder",
|
|
1391
|
+
"status": "nonstandard"
|
|
1392
|
+
},
|
|
1393
|
+
"-webkit-border-start-color": {
|
|
1394
|
+
"syntax": "<'border-top-color'>",
|
|
1395
|
+
"media": "visual",
|
|
1396
|
+
"inherited": false,
|
|
1397
|
+
"animationType": "color",
|
|
1398
|
+
"percentages": "no",
|
|
1399
|
+
"groups": [
|
|
1400
|
+
"WebKit Extensions"
|
|
1401
|
+
],
|
|
1402
|
+
"initial": "currentcolor",
|
|
1403
|
+
"appliesto": "allElements",
|
|
1404
|
+
"computed": "computedColor",
|
|
1405
|
+
"order": "uniqueOrder",
|
|
1406
|
+
"status": "nonstandard"
|
|
1407
|
+
},
|
|
1408
|
+
"-webkit-border-start-style": {
|
|
1409
|
+
"syntax": "<'border-top-style'>",
|
|
1410
|
+
"media": "visual",
|
|
1411
|
+
"inherited": false,
|
|
1412
|
+
"animationType": "discrete",
|
|
1413
|
+
"percentages": "no",
|
|
1414
|
+
"groups": [
|
|
1415
|
+
"WebKit Extensions"
|
|
1416
|
+
],
|
|
1417
|
+
"initial": "none",
|
|
1418
|
+
"appliesto": "allElements",
|
|
1419
|
+
"computed": "asSpecified",
|
|
1420
|
+
"order": "uniqueOrder",
|
|
1421
|
+
"status": "nonstandard"
|
|
1422
|
+
},
|
|
1423
|
+
"-webkit-border-start-width": {
|
|
1424
|
+
"syntax": "<'border-top-width'>",
|
|
1425
|
+
"media": "visual",
|
|
1426
|
+
"inherited": false,
|
|
1427
|
+
"animationType": "byComputedValueType",
|
|
1428
|
+
"percentages": "no",
|
|
1429
|
+
"groups": [
|
|
1430
|
+
"WebKit Extensions"
|
|
1431
|
+
],
|
|
1432
|
+
"initial": "medium",
|
|
1433
|
+
"appliesto": "allElements",
|
|
1434
|
+
"computed": "absoluteLength",
|
|
1217
1435
|
"order": "uniqueOrder",
|
|
1218
1436
|
"status": "nonstandard"
|
|
1219
1437
|
},
|
|
@@ -9364,7 +9582,7 @@
|
|
|
9364
9582
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ruby-position"
|
|
9365
9583
|
},
|
|
9366
9584
|
"rx": {
|
|
9367
|
-
"syntax": "<length> |
|
|
9585
|
+
"syntax": "<length-percentage> | auto",
|
|
9368
9586
|
"media": "visual",
|
|
9369
9587
|
"inherited": false,
|
|
9370
9588
|
"animationType": "byComputedValueType",
|
|
@@ -9372,7 +9590,7 @@
|
|
|
9372
9590
|
"groups": [
|
|
9373
9591
|
"Scalable Vector Graphics"
|
|
9374
9592
|
],
|
|
9375
|
-
"initial": "
|
|
9593
|
+
"initial": "auto",
|
|
9376
9594
|
"appliesto": "limitedSVGElementsEllipseRect",
|
|
9377
9595
|
"computed": "percentageAsSpecifiedOrAbsoluteLength",
|
|
9378
9596
|
"order": "perGrammar",
|
|
@@ -9380,7 +9598,7 @@
|
|
|
9380
9598
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/rx"
|
|
9381
9599
|
},
|
|
9382
9600
|
"ry": {
|
|
9383
|
-
"syntax": "<length> |
|
|
9601
|
+
"syntax": "<length-percentage> | auto",
|
|
9384
9602
|
"media": "visual",
|
|
9385
9603
|
"inherited": false,
|
|
9386
9604
|
"animationType": "byComputedValueType",
|
|
@@ -9388,7 +9606,7 @@
|
|
|
9388
9606
|
"groups": [
|
|
9389
9607
|
"Scalable Vector Graphics"
|
|
9390
9608
|
],
|
|
9391
|
-
"initial": "
|
|
9609
|
+
"initial": "auto",
|
|
9392
9610
|
"appliesto": "limitedSVGElementsEllipseRect",
|
|
9393
9611
|
"computed": "percentageAsSpecifiedOrAbsoluteLength",
|
|
9394
9612
|
"order": "perGrammar",
|
|
@@ -10165,7 +10383,7 @@
|
|
|
10165
10383
|
"shape-rendering": {
|
|
10166
10384
|
"syntax": "auto | optimizeSpeed | crispEdges | geometricPrecision",
|
|
10167
10385
|
"media": "visual",
|
|
10168
|
-
"inherited":
|
|
10386
|
+
"inherited": true,
|
|
10169
10387
|
"animationType": "discrete",
|
|
10170
10388
|
"percentages": "no",
|
|
10171
10389
|
"groups": [
|
|
@@ -11058,14 +11276,14 @@
|
|
|
11058
11276
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/timeline-scope"
|
|
11059
11277
|
},
|
|
11060
11278
|
"timeline-trigger": {
|
|
11061
|
-
"syntax": "none | [ <'timeline-trigger-name'> <'timeline-trigger-source'> <'timeline-trigger-range'> [ '/' <'timeline-trigger-
|
|
11279
|
+
"syntax": "none | [ <'timeline-trigger-name'> <'timeline-trigger-source'> <'timeline-trigger-activation-range'> [ '/' <'timeline-trigger-active-range'> ]? ]#",
|
|
11062
11280
|
"media": "visual",
|
|
11063
11281
|
"inherited": false,
|
|
11064
11282
|
"animationType": [
|
|
11065
11283
|
"timeline-trigger-name",
|
|
11066
11284
|
"timeline-trigger-source",
|
|
11067
|
-
"timeline-trigger-range",
|
|
11068
|
-
"timeline-trigger-
|
|
11285
|
+
"timeline-trigger-activation-range",
|
|
11286
|
+
"timeline-trigger-active-range"
|
|
11069
11287
|
],
|
|
11070
11288
|
"percentages": "no",
|
|
11071
11289
|
"groups": [
|
|
@@ -11074,63 +11292,47 @@
|
|
|
11074
11292
|
"initial": [
|
|
11075
11293
|
"timeline-trigger-name",
|
|
11076
11294
|
"timeline-trigger-source",
|
|
11077
|
-
"timeline-trigger-range",
|
|
11078
|
-
"timeline-trigger-
|
|
11295
|
+
"timeline-trigger-activation-range",
|
|
11296
|
+
"timeline-trigger-active-range"
|
|
11079
11297
|
],
|
|
11080
11298
|
"appliesto": "allElements",
|
|
11081
11299
|
"computed": [
|
|
11082
11300
|
"timeline-trigger-name",
|
|
11083
11301
|
"timeline-trigger-source",
|
|
11084
|
-
"timeline-trigger-range",
|
|
11085
|
-
"timeline-trigger-
|
|
11302
|
+
"timeline-trigger-activation-range",
|
|
11303
|
+
"timeline-trigger-active-range"
|
|
11086
11304
|
],
|
|
11087
11305
|
"order": "perGrammar",
|
|
11088
11306
|
"status": "standard",
|
|
11089
11307
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger"
|
|
11090
11308
|
},
|
|
11091
|
-
"timeline-trigger-
|
|
11092
|
-
"syntax": "
|
|
11093
|
-
"media": "visual",
|
|
11094
|
-
"inherited": false,
|
|
11095
|
-
"animationType": "notAnimatable",
|
|
11096
|
-
"percentages": "no",
|
|
11097
|
-
"groups": [
|
|
11098
|
-
"CSS Animations"
|
|
11099
|
-
],
|
|
11100
|
-
"initial": "none",
|
|
11101
|
-
"appliesto": "allElements",
|
|
11102
|
-
"computed": "asSpecified",
|
|
11103
|
-
"order": "perGrammar",
|
|
11104
|
-
"status": "standard",
|
|
11105
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-name"
|
|
11106
|
-
},
|
|
11107
|
-
"timeline-trigger-exit-range": {
|
|
11108
|
-
"syntax": "[ <'timeline-trigger-exit-range-start'> <'timeline-trigger-exit-range-end'>? ]#",
|
|
11309
|
+
"timeline-trigger-activation-range": {
|
|
11310
|
+
"syntax": "[ <'timeline-trigger-activation-range-start'> <'timeline-trigger-activation-range-end'>? ]#",
|
|
11109
11311
|
"media": "visual",
|
|
11110
11312
|
"inherited": false,
|
|
11111
11313
|
"animationType": "notAnimatable",
|
|
11112
11314
|
"percentages": [
|
|
11113
|
-
"timeline-trigger-
|
|
11114
|
-
"timeline-trigger-
|
|
11315
|
+
"timeline-trigger-activation-range-start",
|
|
11316
|
+
"timeline-trigger-activation-range-end"
|
|
11115
11317
|
],
|
|
11116
11318
|
"groups": [
|
|
11117
11319
|
"CSS Animations"
|
|
11118
11320
|
],
|
|
11119
11321
|
"initial": [
|
|
11120
|
-
"timeline-trigger-
|
|
11121
|
-
"timeline-trigger-
|
|
11322
|
+
"timeline-trigger-activation-range-start",
|
|
11323
|
+
"timeline-trigger-activation-range-end"
|
|
11122
11324
|
],
|
|
11123
11325
|
"appliesto": "allElements",
|
|
11124
11326
|
"computed": [
|
|
11125
|
-
"timeline-trigger-
|
|
11126
|
-
"timeline-trigger-
|
|
11327
|
+
"timeline-trigger-activation-range-start",
|
|
11328
|
+
"timeline-trigger-activation-range-end"
|
|
11127
11329
|
],
|
|
11128
11330
|
"order": "perGrammar",
|
|
11129
11331
|
"status": "standard",
|
|
11130
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-
|
|
11332
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-activation-range"
|
|
11131
11333
|
},
|
|
11132
|
-
"timeline-trigger-
|
|
11133
|
-
"syntax": "[
|
|
11334
|
+
"timeline-trigger-activation-range-end": {
|
|
11335
|
+
"syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11134
11336
|
"media": "visual",
|
|
11135
11337
|
"inherited": false,
|
|
11136
11338
|
"animationType": "notAnimatable",
|
|
@@ -11138,15 +11340,15 @@
|
|
|
11138
11340
|
"groups": [
|
|
11139
11341
|
"CSS Animations"
|
|
11140
11342
|
],
|
|
11141
|
-
"initial": "
|
|
11343
|
+
"initial": "normal",
|
|
11142
11344
|
"appliesto": "allElements",
|
|
11143
11345
|
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11144
11346
|
"order": "perGrammar",
|
|
11145
11347
|
"status": "standard",
|
|
11146
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-
|
|
11348
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-activation-range-end"
|
|
11147
11349
|
},
|
|
11148
|
-
"timeline-trigger-
|
|
11149
|
-
"syntax": "[
|
|
11350
|
+
"timeline-trigger-activation-range-start": {
|
|
11351
|
+
"syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11150
11352
|
"media": "visual",
|
|
11151
11353
|
"inherited": false,
|
|
11152
11354
|
"animationType": "notAnimatable",
|
|
@@ -11154,40 +11356,40 @@
|
|
|
11154
11356
|
"groups": [
|
|
11155
11357
|
"CSS Animations"
|
|
11156
11358
|
],
|
|
11157
|
-
"initial": "
|
|
11359
|
+
"initial": "normal",
|
|
11158
11360
|
"appliesto": "allElements",
|
|
11159
11361
|
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11160
11362
|
"order": "perGrammar",
|
|
11161
11363
|
"status": "standard",
|
|
11162
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-
|
|
11364
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-activation-range-start"
|
|
11163
11365
|
},
|
|
11164
|
-
"timeline-trigger-range": {
|
|
11165
|
-
"syntax": "[ <'timeline-trigger-range-start'> <'timeline-trigger-range-end'>? ]#",
|
|
11366
|
+
"timeline-trigger-active-range": {
|
|
11367
|
+
"syntax": "[ <'timeline-trigger-active-range-start'> <'timeline-trigger-active-range-end'>? ]#",
|
|
11166
11368
|
"media": "visual",
|
|
11167
11369
|
"inherited": false,
|
|
11168
11370
|
"animationType": "notAnimatable",
|
|
11169
11371
|
"percentages": [
|
|
11170
|
-
"timeline-trigger-range-start",
|
|
11171
|
-
"timeline-trigger-range-end"
|
|
11372
|
+
"timeline-trigger-active-range-start",
|
|
11373
|
+
"timeline-trigger-active-range-end"
|
|
11172
11374
|
],
|
|
11173
11375
|
"groups": [
|
|
11174
11376
|
"CSS Animations"
|
|
11175
11377
|
],
|
|
11176
11378
|
"initial": [
|
|
11177
|
-
"timeline-trigger-range-start",
|
|
11178
|
-
"timeline-trigger-range-end"
|
|
11379
|
+
"timeline-trigger-active-range-start",
|
|
11380
|
+
"timeline-trigger-active-range-end"
|
|
11179
11381
|
],
|
|
11180
11382
|
"appliesto": "allElements",
|
|
11181
11383
|
"computed": [
|
|
11182
|
-
"timeline-trigger-range-start",
|
|
11183
|
-
"timeline-trigger-range-end"
|
|
11384
|
+
"timeline-trigger-active-range-start",
|
|
11385
|
+
"timeline-trigger-active-range-end"
|
|
11184
11386
|
],
|
|
11185
11387
|
"order": "perGrammar",
|
|
11186
11388
|
"status": "standard",
|
|
11187
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-range"
|
|
11389
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-active-range"
|
|
11188
11390
|
},
|
|
11189
|
-
"timeline-trigger-range-end": {
|
|
11190
|
-
"syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11391
|
+
"timeline-trigger-active-range-end": {
|
|
11392
|
+
"syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11191
11393
|
"media": "visual",
|
|
11192
11394
|
"inherited": false,
|
|
11193
11395
|
"animationType": "notAnimatable",
|
|
@@ -11195,15 +11397,15 @@
|
|
|
11195
11397
|
"groups": [
|
|
11196
11398
|
"CSS Animations"
|
|
11197
11399
|
],
|
|
11198
|
-
"initial": "
|
|
11400
|
+
"initial": "auto",
|
|
11199
11401
|
"appliesto": "allElements",
|
|
11200
11402
|
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11201
11403
|
"order": "perGrammar",
|
|
11202
11404
|
"status": "standard",
|
|
11203
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-range-end"
|
|
11405
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-active-range-end"
|
|
11204
11406
|
},
|
|
11205
|
-
"timeline-trigger-range-start": {
|
|
11206
|
-
"syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11407
|
+
"timeline-trigger-active-range-start": {
|
|
11408
|
+
"syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11207
11409
|
"media": "visual",
|
|
11208
11410
|
"inherited": false,
|
|
11209
11411
|
"animationType": "notAnimatable",
|
|
@@ -11211,12 +11413,28 @@
|
|
|
11211
11413
|
"groups": [
|
|
11212
11414
|
"CSS Animations"
|
|
11213
11415
|
],
|
|
11214
|
-
"initial": "
|
|
11416
|
+
"initial": "auto",
|
|
11215
11417
|
"appliesto": "allElements",
|
|
11216
11418
|
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11217
11419
|
"order": "perGrammar",
|
|
11218
11420
|
"status": "standard",
|
|
11219
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-range-start"
|
|
11421
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-active-range-start"
|
|
11422
|
+
},
|
|
11423
|
+
"timeline-trigger-name": {
|
|
11424
|
+
"syntax": "none | <dashed-ident>#",
|
|
11425
|
+
"media": "visual",
|
|
11426
|
+
"inherited": false,
|
|
11427
|
+
"animationType": "notAnimatable",
|
|
11428
|
+
"percentages": "no",
|
|
11429
|
+
"groups": [
|
|
11430
|
+
"CSS Animations"
|
|
11431
|
+
],
|
|
11432
|
+
"initial": "none",
|
|
11433
|
+
"appliesto": "allElements",
|
|
11434
|
+
"computed": "asSpecified",
|
|
11435
|
+
"order": "perGrammar",
|
|
11436
|
+
"status": "standard",
|
|
11437
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-name"
|
|
11220
11438
|
},
|
|
11221
11439
|
"timeline-trigger-source": {
|
|
11222
11440
|
"syntax": "<single-animation-timeline>#",
|
|
@@ -11526,14 +11744,14 @@
|
|
|
11526
11744
|
"syntax": "baseline | sub | super | text-top | text-bottom | middle | top | bottom | <percentage> | <length>",
|
|
11527
11745
|
"media": "visual",
|
|
11528
11746
|
"inherited": false,
|
|
11529
|
-
"animationType": "
|
|
11530
|
-
"percentages": "
|
|
11747
|
+
"animationType": "discrete",
|
|
11748
|
+
"percentages": "no",
|
|
11531
11749
|
"groups": [
|
|
11532
11750
|
"CSS Inline"
|
|
11533
11751
|
],
|
|
11534
11752
|
"initial": "baseline",
|
|
11535
|
-
"appliesto": "
|
|
11536
|
-
"computed": "
|
|
11753
|
+
"appliesto": "asLonghands",
|
|
11754
|
+
"computed": "asLonghands",
|
|
11537
11755
|
"order": "uniqueOrder",
|
|
11538
11756
|
"alsoAppliesTo": [
|
|
11539
11757
|
"::first-letter",
|