mdn-data 2.27.0 → 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 +456 -29
- package/css/properties.schema.json +6 -0
- package/css/syntaxes.json +4 -1
- package/l10n/css.json +282 -178
- 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"
|
|
1156
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"
|
|
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
|
},
|
|
@@ -2020,6 +2238,22 @@
|
|
|
2020
2238
|
"status": "standard",
|
|
2021
2239
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timing-function"
|
|
2022
2240
|
},
|
|
2241
|
+
"animation-trigger": {
|
|
2242
|
+
"syntax": "[ none | [ <dashed-ident> <animation-action>+ ]+ ]#",
|
|
2243
|
+
"media": "visual",
|
|
2244
|
+
"inherited": false,
|
|
2245
|
+
"animationType": "notAnimatable",
|
|
2246
|
+
"percentages": "no",
|
|
2247
|
+
"groups": [
|
|
2248
|
+
"CSS Animations"
|
|
2249
|
+
],
|
|
2250
|
+
"initial": "none",
|
|
2251
|
+
"appliesto": "allElements",
|
|
2252
|
+
"computed": "asSpecified",
|
|
2253
|
+
"order": "perGrammar",
|
|
2254
|
+
"status": "standard",
|
|
2255
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-trigger"
|
|
2256
|
+
},
|
|
2023
2257
|
"appearance": {
|
|
2024
2258
|
"syntax": "none | auto | <compat-auto> | <compat-special>",
|
|
2025
2259
|
"media": "all",
|
|
@@ -9348,7 +9582,7 @@
|
|
|
9348
9582
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ruby-position"
|
|
9349
9583
|
},
|
|
9350
9584
|
"rx": {
|
|
9351
|
-
"syntax": "<length> |
|
|
9585
|
+
"syntax": "<length-percentage> | auto",
|
|
9352
9586
|
"media": "visual",
|
|
9353
9587
|
"inherited": false,
|
|
9354
9588
|
"animationType": "byComputedValueType",
|
|
@@ -9356,7 +9590,7 @@
|
|
|
9356
9590
|
"groups": [
|
|
9357
9591
|
"Scalable Vector Graphics"
|
|
9358
9592
|
],
|
|
9359
|
-
"initial": "
|
|
9593
|
+
"initial": "auto",
|
|
9360
9594
|
"appliesto": "limitedSVGElementsEllipseRect",
|
|
9361
9595
|
"computed": "percentageAsSpecifiedOrAbsoluteLength",
|
|
9362
9596
|
"order": "perGrammar",
|
|
@@ -9364,7 +9598,7 @@
|
|
|
9364
9598
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/rx"
|
|
9365
9599
|
},
|
|
9366
9600
|
"ry": {
|
|
9367
|
-
"syntax": "<length> |
|
|
9601
|
+
"syntax": "<length-percentage> | auto",
|
|
9368
9602
|
"media": "visual",
|
|
9369
9603
|
"inherited": false,
|
|
9370
9604
|
"animationType": "byComputedValueType",
|
|
@@ -9372,7 +9606,7 @@
|
|
|
9372
9606
|
"groups": [
|
|
9373
9607
|
"Scalable Vector Graphics"
|
|
9374
9608
|
],
|
|
9375
|
-
"initial": "
|
|
9609
|
+
"initial": "auto",
|
|
9376
9610
|
"appliesto": "limitedSVGElementsEllipseRect",
|
|
9377
9611
|
"computed": "percentageAsSpecifiedOrAbsoluteLength",
|
|
9378
9612
|
"order": "perGrammar",
|
|
@@ -10149,7 +10383,7 @@
|
|
|
10149
10383
|
"shape-rendering": {
|
|
10150
10384
|
"syntax": "auto | optimizeSpeed | crispEdges | geometricPrecision",
|
|
10151
10385
|
"media": "visual",
|
|
10152
|
-
"inherited":
|
|
10386
|
+
"inherited": true,
|
|
10153
10387
|
"animationType": "discrete",
|
|
10154
10388
|
"percentages": "no",
|
|
10155
10389
|
"groups": [
|
|
@@ -11041,6 +11275,183 @@
|
|
|
11041
11275
|
"status": "experimental",
|
|
11042
11276
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/timeline-scope"
|
|
11043
11277
|
},
|
|
11278
|
+
"timeline-trigger": {
|
|
11279
|
+
"syntax": "none | [ <'timeline-trigger-name'> <'timeline-trigger-source'> <'timeline-trigger-activation-range'> [ '/' <'timeline-trigger-active-range'> ]? ]#",
|
|
11280
|
+
"media": "visual",
|
|
11281
|
+
"inherited": false,
|
|
11282
|
+
"animationType": [
|
|
11283
|
+
"timeline-trigger-name",
|
|
11284
|
+
"timeline-trigger-source",
|
|
11285
|
+
"timeline-trigger-activation-range",
|
|
11286
|
+
"timeline-trigger-active-range"
|
|
11287
|
+
],
|
|
11288
|
+
"percentages": "no",
|
|
11289
|
+
"groups": [
|
|
11290
|
+
"CSS Animations"
|
|
11291
|
+
],
|
|
11292
|
+
"initial": [
|
|
11293
|
+
"timeline-trigger-name",
|
|
11294
|
+
"timeline-trigger-source",
|
|
11295
|
+
"timeline-trigger-activation-range",
|
|
11296
|
+
"timeline-trigger-active-range"
|
|
11297
|
+
],
|
|
11298
|
+
"appliesto": "allElements",
|
|
11299
|
+
"computed": [
|
|
11300
|
+
"timeline-trigger-name",
|
|
11301
|
+
"timeline-trigger-source",
|
|
11302
|
+
"timeline-trigger-activation-range",
|
|
11303
|
+
"timeline-trigger-active-range"
|
|
11304
|
+
],
|
|
11305
|
+
"order": "perGrammar",
|
|
11306
|
+
"status": "standard",
|
|
11307
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger"
|
|
11308
|
+
},
|
|
11309
|
+
"timeline-trigger-activation-range": {
|
|
11310
|
+
"syntax": "[ <'timeline-trigger-activation-range-start'> <'timeline-trigger-activation-range-end'>? ]#",
|
|
11311
|
+
"media": "visual",
|
|
11312
|
+
"inherited": false,
|
|
11313
|
+
"animationType": "notAnimatable",
|
|
11314
|
+
"percentages": [
|
|
11315
|
+
"timeline-trigger-activation-range-start",
|
|
11316
|
+
"timeline-trigger-activation-range-end"
|
|
11317
|
+
],
|
|
11318
|
+
"groups": [
|
|
11319
|
+
"CSS Animations"
|
|
11320
|
+
],
|
|
11321
|
+
"initial": [
|
|
11322
|
+
"timeline-trigger-activation-range-start",
|
|
11323
|
+
"timeline-trigger-activation-range-end"
|
|
11324
|
+
],
|
|
11325
|
+
"appliesto": "allElements",
|
|
11326
|
+
"computed": [
|
|
11327
|
+
"timeline-trigger-activation-range-start",
|
|
11328
|
+
"timeline-trigger-activation-range-end"
|
|
11329
|
+
],
|
|
11330
|
+
"order": "perGrammar",
|
|
11331
|
+
"status": "standard",
|
|
11332
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-activation-range"
|
|
11333
|
+
},
|
|
11334
|
+
"timeline-trigger-activation-range-end": {
|
|
11335
|
+
"syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11336
|
+
"media": "visual",
|
|
11337
|
+
"inherited": false,
|
|
11338
|
+
"animationType": "notAnimatable",
|
|
11339
|
+
"percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
|
|
11340
|
+
"groups": [
|
|
11341
|
+
"CSS Animations"
|
|
11342
|
+
],
|
|
11343
|
+
"initial": "normal",
|
|
11344
|
+
"appliesto": "allElements",
|
|
11345
|
+
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11346
|
+
"order": "perGrammar",
|
|
11347
|
+
"status": "standard",
|
|
11348
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-activation-range-end"
|
|
11349
|
+
},
|
|
11350
|
+
"timeline-trigger-activation-range-start": {
|
|
11351
|
+
"syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11352
|
+
"media": "visual",
|
|
11353
|
+
"inherited": false,
|
|
11354
|
+
"animationType": "notAnimatable",
|
|
11355
|
+
"percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
|
|
11356
|
+
"groups": [
|
|
11357
|
+
"CSS Animations"
|
|
11358
|
+
],
|
|
11359
|
+
"initial": "normal",
|
|
11360
|
+
"appliesto": "allElements",
|
|
11361
|
+
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11362
|
+
"order": "perGrammar",
|
|
11363
|
+
"status": "standard",
|
|
11364
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-activation-range-start"
|
|
11365
|
+
},
|
|
11366
|
+
"timeline-trigger-active-range": {
|
|
11367
|
+
"syntax": "[ <'timeline-trigger-active-range-start'> <'timeline-trigger-active-range-end'>? ]#",
|
|
11368
|
+
"media": "visual",
|
|
11369
|
+
"inherited": false,
|
|
11370
|
+
"animationType": "notAnimatable",
|
|
11371
|
+
"percentages": [
|
|
11372
|
+
"timeline-trigger-active-range-start",
|
|
11373
|
+
"timeline-trigger-active-range-end"
|
|
11374
|
+
],
|
|
11375
|
+
"groups": [
|
|
11376
|
+
"CSS Animations"
|
|
11377
|
+
],
|
|
11378
|
+
"initial": [
|
|
11379
|
+
"timeline-trigger-active-range-start",
|
|
11380
|
+
"timeline-trigger-active-range-end"
|
|
11381
|
+
],
|
|
11382
|
+
"appliesto": "allElements",
|
|
11383
|
+
"computed": [
|
|
11384
|
+
"timeline-trigger-active-range-start",
|
|
11385
|
+
"timeline-trigger-active-range-end"
|
|
11386
|
+
],
|
|
11387
|
+
"order": "perGrammar",
|
|
11388
|
+
"status": "standard",
|
|
11389
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-active-range"
|
|
11390
|
+
},
|
|
11391
|
+
"timeline-trigger-active-range-end": {
|
|
11392
|
+
"syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11393
|
+
"media": "visual",
|
|
11394
|
+
"inherited": false,
|
|
11395
|
+
"animationType": "notAnimatable",
|
|
11396
|
+
"percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
|
|
11397
|
+
"groups": [
|
|
11398
|
+
"CSS Animations"
|
|
11399
|
+
],
|
|
11400
|
+
"initial": "auto",
|
|
11401
|
+
"appliesto": "allElements",
|
|
11402
|
+
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11403
|
+
"order": "perGrammar",
|
|
11404
|
+
"status": "standard",
|
|
11405
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-active-range-end"
|
|
11406
|
+
},
|
|
11407
|
+
"timeline-trigger-active-range-start": {
|
|
11408
|
+
"syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11409
|
+
"media": "visual",
|
|
11410
|
+
"inherited": false,
|
|
11411
|
+
"animationType": "notAnimatable",
|
|
11412
|
+
"percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
|
|
11413
|
+
"groups": [
|
|
11414
|
+
"CSS Animations"
|
|
11415
|
+
],
|
|
11416
|
+
"initial": "auto",
|
|
11417
|
+
"appliesto": "allElements",
|
|
11418
|
+
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11419
|
+
"order": "perGrammar",
|
|
11420
|
+
"status": "standard",
|
|
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"
|
|
11438
|
+
},
|
|
11439
|
+
"timeline-trigger-source": {
|
|
11440
|
+
"syntax": "<single-animation-timeline>#",
|
|
11441
|
+
"media": "visual",
|
|
11442
|
+
"inherited": false,
|
|
11443
|
+
"animationType": "notAnimatable",
|
|
11444
|
+
"percentages": "no",
|
|
11445
|
+
"groups": [
|
|
11446
|
+
"CSS Animations"
|
|
11447
|
+
],
|
|
11448
|
+
"initial": "auto",
|
|
11449
|
+
"appliesto": "allElements",
|
|
11450
|
+
"computed": "listOfNoneAutoIdentScrollOrView",
|
|
11451
|
+
"order": "perGrammar",
|
|
11452
|
+
"status": "standard",
|
|
11453
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-source"
|
|
11454
|
+
},
|
|
11044
11455
|
"top": {
|
|
11045
11456
|
"syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
|
|
11046
11457
|
"media": "visual",
|
|
@@ -11265,6 +11676,22 @@
|
|
|
11265
11676
|
"status": "standard",
|
|
11266
11677
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/translate"
|
|
11267
11678
|
},
|
|
11679
|
+
"trigger-scope": {
|
|
11680
|
+
"syntax": "none | all | <dashed-ident>#",
|
|
11681
|
+
"media": "visual",
|
|
11682
|
+
"inherited": false,
|
|
11683
|
+
"animationType": "notAnimatable",
|
|
11684
|
+
"percentages": "no",
|
|
11685
|
+
"groups": [
|
|
11686
|
+
"CSS Animations"
|
|
11687
|
+
],
|
|
11688
|
+
"initial": "none",
|
|
11689
|
+
"appliesto": "allElements",
|
|
11690
|
+
"computed": "asSpecified",
|
|
11691
|
+
"order": "perGrammar",
|
|
11692
|
+
"status": "standard",
|
|
11693
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/trigger-scope"
|
|
11694
|
+
},
|
|
11268
11695
|
"unicode-bidi": {
|
|
11269
11696
|
"syntax": "normal | embed | isolate | bidi-override | isolate-override | plaintext",
|
|
11270
11697
|
"media": "visual",
|
|
@@ -11317,14 +11744,14 @@
|
|
|
11317
11744
|
"syntax": "baseline | sub | super | text-top | text-bottom | middle | top | bottom | <percentage> | <length>",
|
|
11318
11745
|
"media": "visual",
|
|
11319
11746
|
"inherited": false,
|
|
11320
|
-
"animationType": "
|
|
11321
|
-
"percentages": "
|
|
11747
|
+
"animationType": "discrete",
|
|
11748
|
+
"percentages": "no",
|
|
11322
11749
|
"groups": [
|
|
11323
11750
|
"CSS Inline"
|
|
11324
11751
|
],
|
|
11325
11752
|
"initial": "baseline",
|
|
11326
|
-
"appliesto": "
|
|
11327
|
-
"computed": "
|
|
11753
|
+
"appliesto": "asLonghands",
|
|
11754
|
+
"computed": "asLonghands",
|
|
11328
11755
|
"order": "uniqueOrder",
|
|
11329
11756
|
"alsoAppliesTo": [
|
|
11330
11757
|
"::first-letter",
|
|
@@ -159,6 +159,7 @@
|
|
|
159
159
|
"listEachItemHasTwoKeywordsOnePerDimension",
|
|
160
160
|
"listEachItemIdentifierOrNoneAuto",
|
|
161
161
|
"listEachItemTwoKeywordsOriginOffsets",
|
|
162
|
+
"listOfNoneAutoIdentScrollOrView",
|
|
162
163
|
"noneOrImageWithAbsoluteURI",
|
|
163
164
|
"noneOrOrderedListOfIdentifiers",
|
|
164
165
|
"normalizedAngle",
|
|
@@ -467,5 +468,10 @@
|
|
|
467
468
|
"$ref": "#/definitions/mdn_url"
|
|
468
469
|
}
|
|
469
470
|
}
|
|
471
|
+
},
|
|
472
|
+
"patternProperties": {
|
|
473
|
+
"^--": {
|
|
474
|
+
"$ref": "#/definitions/additionalProperties"
|
|
475
|
+
}
|
|
470
476
|
}
|
|
471
477
|
}
|
package/css/syntaxes.json
CHANGED
|
@@ -44,6 +44,9 @@
|
|
|
44
44
|
"animateable-feature": {
|
|
45
45
|
"syntax": "scroll-position | contents | <custom-ident>"
|
|
46
46
|
},
|
|
47
|
+
"animation-action": {
|
|
48
|
+
"syntax": "none | play | play-once | play-forwards | play-backwards | pause | reset | replay"
|
|
49
|
+
},
|
|
47
50
|
"asin()": {
|
|
48
51
|
"syntax": "asin( <calc-sum> )"
|
|
49
52
|
},
|
|
@@ -1002,7 +1005,7 @@
|
|
|
1002
1005
|
"syntax": "<id-selector> | <class-selector> | <attribute-selector> | <pseudo-class-selector>"
|
|
1003
1006
|
},
|
|
1004
1007
|
"superellipse()": {
|
|
1005
|
-
"syntax": "superellipse(<number> | infinity | -infinity)"
|
|
1008
|
+
"syntax": "superellipse( [ <number> | infinity | -infinity ] )"
|
|
1006
1009
|
},
|
|
1007
1010
|
"supports-condition": {
|
|
1008
1011
|
"syntax": "not <supports-in-parens> | <supports-in-parens> [ and <supports-in-parens> ]* | <supports-in-parens> [ or <supports-in-parens> ]*"
|