mdn-data 2.27.1 → 2.28.1

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.
@@ -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-before": {
1150
- "syntax": "<'border-width'> || <'border-style'> || <color>",
1149
+ "-webkit-border-after": {
1150
+ "syntax": "<'border-top'>",
1151
1151
  "media": "visual",
1152
- "inherited": true,
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
- "-webkit-border-before-width"
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": true,
1179
- "animationType": "discrete",
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": true,
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": true,
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": "logicalWidthOfContainingBlock",
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": "absoluteLengthZeroIfBorderStyleNoneOrHidden",
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
  },
@@ -2463,7 +2681,7 @@
2463
2681
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border"
2464
2682
  },
2465
2683
  "border-block": {
2466
- "syntax": "<'border-block-start'>",
2684
+ "syntax": "<'border-top'>",
2467
2685
  "media": "visual",
2468
2686
  "inherited": false,
2469
2687
  "animationType": [
@@ -2494,41 +2712,50 @@
2494
2712
  "syntax": "<'border-top-color'>{1,2}",
2495
2713
  "media": "visual",
2496
2714
  "inherited": false,
2497
- "animationType": "byComputedValueType",
2715
+ "animationType": [
2716
+ "border-block-start-color",
2717
+ "border-block-end-color"
2718
+ ],
2498
2719
  "percentages": "no",
2499
2720
  "groups": [
2500
2721
  "CSS Logical Properties and Values"
2501
2722
  ],
2502
- "initial": "currentcolor",
2723
+ "initial": [
2724
+ "border-block-start-color",
2725
+ "border-block-end-color"
2726
+ ],
2503
2727
  "appliesto": "allElements",
2504
- "computed": "computedColor",
2728
+ "computed": [
2729
+ "border-block-start-color",
2730
+ "border-block-end-color"
2731
+ ],
2505
2732
  "order": "uniqueOrder",
2506
2733
  "status": "standard",
2507
2734
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-color"
2508
2735
  },
2509
2736
  "border-block-end": {
2510
- "syntax": "<'border-top-width'> || <'border-top-style'> || <color>",
2737
+ "syntax": "<'border-top'>",
2511
2738
  "media": "visual",
2512
2739
  "inherited": false,
2513
2740
  "animationType": [
2514
- "border-block-end-color",
2741
+ "border-block-end-width",
2515
2742
  "border-block-end-style",
2516
- "border-block-end-width"
2743
+ "border-block-end-color"
2517
2744
  ],
2518
2745
  "percentages": "no",
2519
2746
  "groups": [
2520
2747
  "CSS Logical Properties and Values"
2521
2748
  ],
2522
2749
  "initial": [
2523
- "border-top-width",
2524
- "border-top-style",
2525
- "border-top-color"
2750
+ "border-block-end-width",
2751
+ "border-block-end-style",
2752
+ "border-block-end-color"
2526
2753
  ],
2527
2754
  "appliesto": "allElements",
2528
2755
  "computed": [
2529
- "border-top-width",
2530
- "border-top-style",
2531
- "border-top-color"
2756
+ "border-block-end-width",
2757
+ "border-block-end-style",
2758
+ "border-block-end-color"
2532
2759
  ],
2533
2760
  "order": "uniqueOrder",
2534
2761
  "status": "standard",
@@ -2571,7 +2798,7 @@
2571
2798
  "media": "visual",
2572
2799
  "inherited": false,
2573
2800
  "animationType": "byComputedValueType",
2574
- "percentages": "logicalWidthOfContainingBlock",
2801
+ "percentages": "no",
2575
2802
  "groups": [
2576
2803
  "CSS Logical Properties and Values"
2577
2804
  ],
@@ -2583,27 +2810,27 @@
2583
2810
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-end-width"
2584
2811
  },
2585
2812
  "border-block-start": {
2586
- "syntax": "<'border-top-width'> || <'border-top-style'> || <color>",
2813
+ "syntax": "<'border-top'>",
2587
2814
  "media": "visual",
2588
2815
  "inherited": false,
2589
2816
  "animationType": [
2590
- "border-block-start-color",
2817
+ "border-block-start-width",
2591
2818
  "border-block-start-style",
2592
- "border-block-start-width"
2819
+ "border-block-start-color"
2593
2820
  ],
2594
2821
  "percentages": "no",
2595
2822
  "groups": [
2596
2823
  "CSS Logical Properties and Values"
2597
2824
  ],
2598
2825
  "initial": [
2599
- "border-width",
2600
- "border-style",
2601
- "color"
2826
+ "border-block-start-width",
2827
+ "border-block-start-style",
2828
+ "border-block-start-color"
2602
2829
  ],
2603
2830
  "appliesto": "allElements",
2604
2831
  "computed": [
2605
- "border-width",
2606
- "border-style",
2832
+ "border-block-start-width",
2833
+ "border-block-start-style",
2607
2834
  "border-block-start-color"
2608
2835
  ],
2609
2836
  "order": "uniqueOrder",
@@ -2647,7 +2874,7 @@
2647
2874
  "media": "visual",
2648
2875
  "inherited": false,
2649
2876
  "animationType": "byComputedValueType",
2650
- "percentages": "logicalWidthOfContainingBlock",
2877
+ "percentages": "no",
2651
2878
  "groups": [
2652
2879
  "CSS Logical Properties and Values"
2653
2880
  ],
@@ -2667,9 +2894,15 @@
2667
2894
  "groups": [
2668
2895
  "CSS Logical Properties and Values"
2669
2896
  ],
2670
- "initial": "none",
2897
+ "initial": [
2898
+ "border-block-start-style",
2899
+ "border-block-end-style"
2900
+ ],
2671
2901
  "appliesto": "allElements",
2672
- "computed": "asSpecified",
2902
+ "computed": [
2903
+ "border-block-start-style",
2904
+ "border-block-end-style"
2905
+ ],
2673
2906
  "order": "uniqueOrder",
2674
2907
  "status": "standard",
2675
2908
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-style"
@@ -2678,14 +2911,23 @@
2678
2911
  "syntax": "<'border-top-width'>{1,2}",
2679
2912
  "media": "visual",
2680
2913
  "inherited": false,
2681
- "animationType": "byComputedValueType",
2682
- "percentages": "logicalWidthOfContainingBlock",
2914
+ "animationType": [
2915
+ "border-block-start-width",
2916
+ "border-block-end-width"
2917
+ ],
2918
+ "percentages": "no",
2683
2919
  "groups": [
2684
2920
  "CSS Logical Properties and Values"
2685
2921
  ],
2686
- "initial": "medium",
2922
+ "initial": [
2923
+ "border-block-start-width",
2924
+ "border-block-end-width"
2925
+ ],
2687
2926
  "appliesto": "allElements",
2688
- "computed": "absoluteLengthZeroIfBorderStyleNoneOrHidden",
2927
+ "computed": [
2928
+ "border-block-start-width",
2929
+ "border-block-end-width"
2930
+ ],
2689
2931
  "order": "uniqueOrder",
2690
2932
  "status": "standard",
2691
2933
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-width"
@@ -2695,9 +2937,9 @@
2695
2937
  "media": "visual",
2696
2938
  "inherited": false,
2697
2939
  "animationType": [
2698
- "border-bottom-color",
2940
+ "border-bottom-width",
2699
2941
  "border-bottom-style",
2700
- "border-bottom-width"
2942
+ "border-bottom-color"
2701
2943
  ],
2702
2944
  "percentages": "no",
2703
2945
  "groups": [
@@ -2837,10 +3079,10 @@
2837
3079
  "media": "visual",
2838
3080
  "inherited": false,
2839
3081
  "animationType": [
2840
- "border-bottom-color",
2841
- "border-left-color",
3082
+ "border-top-color",
2842
3083
  "border-right-color",
2843
- "border-top-color"
3084
+ "border-bottom-color",
3085
+ "border-left-color"
2844
3086
  ],
2845
3087
  "percentages": "no",
2846
3088
  "groups": [
@@ -2854,10 +3096,10 @@
2854
3096
  ],
2855
3097
  "appliesto": "allElements",
2856
3098
  "computed": [
2857
- "border-bottom-color",
2858
- "border-left-color",
3099
+ "border-top-color",
2859
3100
  "border-right-color",
2860
- "border-top-color"
3101
+ "border-bottom-color",
3102
+ "border-left-color"
2861
3103
  ],
2862
3104
  "order": "uniqueOrder",
2863
3105
  "alsoAppliesTo": [
@@ -2909,11 +3151,11 @@
2909
3151
  "media": "visual",
2910
3152
  "inherited": false,
2911
3153
  "animationType": [
2912
- "border-image-outset",
2913
- "border-image-repeat",
2914
- "border-image-slice",
2915
3154
  "border-image-source",
2916
- "border-image-width"
3155
+ "border-image-slice",
3156
+ "border-image-width",
3157
+ "border-image-outset",
3158
+ "border-image-repeat"
2917
3159
  ],
2918
3160
  "percentages": [
2919
3161
  "border-image-slice",
@@ -2931,11 +3173,11 @@
2931
3173
  ],
2932
3174
  "appliesto": "allElementsExceptTableElementsWhenCollapse",
2933
3175
  "computed": [
2934
- "border-image-outset",
2935
- "border-image-repeat",
2936
- "border-image-slice",
2937
3176
  "border-image-source",
2938
- "border-image-width"
3177
+ "border-image-slice",
3178
+ "border-image-width",
3179
+ "border-image-outset",
3180
+ "border-image-repeat"
2939
3181
  ],
2940
3182
  "order": "uniqueOrder",
2941
3183
  "alsoAppliesTo": [
@@ -3040,13 +3282,13 @@
3040
3282
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image-width"
3041
3283
  },
3042
3284
  "border-inline": {
3043
- "syntax": "<'border-block-start'>",
3285
+ "syntax": "<'border-top'>",
3044
3286
  "media": "visual",
3045
3287
  "inherited": false,
3046
3288
  "animationType": [
3047
- "border-inline-color",
3289
+ "border-inline-width",
3048
3290
  "border-inline-style",
3049
- "border-inline-width"
3291
+ "border-inline-color"
3050
3292
  ],
3051
3293
  "percentages": "no",
3052
3294
  "groups": [
@@ -3071,40 +3313,49 @@
3071
3313
  "syntax": "<'border-top-color'>{1,2}",
3072
3314
  "media": "visual",
3073
3315
  "inherited": false,
3074
- "animationType": "byComputedValueType",
3316
+ "animationType": [
3317
+ "border-inline-start-color",
3318
+ "border-inline-end-color"
3319
+ ],
3075
3320
  "percentages": "no",
3076
3321
  "groups": [
3077
3322
  "CSS Logical Properties and Values"
3078
3323
  ],
3079
- "initial": "currentcolor",
3324
+ "initial": [
3325
+ "border-inline-start-color",
3326
+ "border-inline-end-color"
3327
+ ],
3080
3328
  "appliesto": "allElements",
3081
- "computed": "computedColor",
3329
+ "computed": [
3330
+ "border-inline-start-color",
3331
+ "border-inline-end-color"
3332
+ ],
3082
3333
  "order": "uniqueOrder",
3083
3334
  "status": "standard",
3084
3335
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-color"
3085
3336
  },
3086
3337
  "border-inline-end": {
3087
- "syntax": "<'border-top-width'> || <'border-top-style'> || <color>",
3338
+ "syntax": "<'border-top'>",
3088
3339
  "media": "visual",
3089
3340
  "inherited": false,
3090
3341
  "animationType": [
3091
- "border-inline-end-color",
3342
+ "border-inline-end-width",
3092
3343
  "border-inline-end-style",
3093
- "border-inline-end-width"
3344
+ "border-inline-end-color"
3094
3345
  ],
3095
3346
  "percentages": "no",
3096
3347
  "groups": [
3097
3348
  "CSS Logical Properties and Values"
3098
3349
  ],
3099
3350
  "initial": [
3100
- "border-width",
3101
- "border-style",
3102
- "color"
3351
+ "border-inline-end-width",
3352
+ "border-inline-end-style",
3353
+ "border-inline-end-color"
3103
3354
  ],
3104
3355
  "appliesto": "allElements",
3105
3356
  "computed": [
3106
- "border-width",
3107
- "border-style",
3357
+ "border-inline-end-width",
3358
+ "border-inline-end-style",
3108
3359
  "border-inline-end-color"
3109
3360
  ],
3110
3361
  "order": "uniqueOrder",
@@ -3148,7 +3399,7 @@
3148
3399
  "media": "visual",
3149
3400
  "inherited": false,
3150
3401
  "animationType": "byComputedValueType",
3151
- "percentages": "logicalWidthOfContainingBlock",
3402
+ "percentages": "no",
3152
3403
  "groups": [
3153
3404
  "CSS Logical Properties and Values"
3154
3405
  ],
@@ -3160,27 +3411,27 @@
3160
3411
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width"
3161
3412
  },
3162
3413
  "border-inline-start": {
3163
- "syntax": "<'border-top-width'> || <'border-top-style'> || <color>",
3414
+ "syntax": "<'border-top'>",
3164
3415
  "media": "visual",
3165
3416
  "inherited": false,
3166
3417
  "animationType": [
3167
- "border-inline-start-color",
3418
+ "border-inline-start-width",
3168
3419
  "border-inline-start-style",
3169
- "border-inline-start-width"
3420
+ "border-inline-start-color"
3170
3421
  ],
3171
3422
  "percentages": "no",
3172
3423
  "groups": [
3173
3424
  "CSS Logical Properties and Values"
3174
3425
  ],
3175
3426
  "initial": [
3176
- "border-width",
3177
- "border-style",
3178
- "color"
3427
+ "border-inline-start-width",
3428
+ "border-inline-start-style",
3429
+ "border-inline-start-color"
3179
3430
  ],
3180
3431
  "appliesto": "allElements",
3181
3432
  "computed": [
3182
- "border-width",
3183
- "border-style",
3433
+ "border-inline-start-width",
3434
+ "border-inline-start-style",
3184
3435
  "border-inline-start-color"
3185
3436
  ],
3186
3437
  "order": "uniqueOrder",
@@ -3224,7 +3475,7 @@
3224
3475
  "media": "visual",
3225
3476
  "inherited": false,
3226
3477
  "animationType": "byComputedValueType",
3227
- "percentages": "logicalWidthOfContainingBlock",
3478
+ "percentages": "no",
3228
3479
  "groups": [
3229
3480
  "CSS Logical Properties and Values"
3230
3481
  ],
@@ -3244,9 +3495,15 @@
3244
3495
  "groups": [
3245
3496
  "CSS Logical Properties and Values"
3246
3497
  ],
3247
- "initial": "none",
3498
+ "initial": [
3499
+ "border-inline-start-style",
3500
+ "border-inline-end-style"
3501
+ ],
3248
3502
  "appliesto": "allElements",
3249
- "computed": "asSpecified",
3503
+ "computed": [
3504
+ "border-inline-start-style",
3505
+ "border-inline-end-style"
3506
+ ],
3250
3507
  "order": "uniqueOrder",
3251
3508
  "status": "standard",
3252
3509
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-style"
@@ -3255,14 +3512,23 @@
3255
3512
  "syntax": "<'border-top-width'>{1,2}",
3256
3513
  "media": "visual",
3257
3514
  "inherited": false,
3258
- "animationType": "byComputedValueType",
3259
- "percentages": "logicalWidthOfContainingBlock",
3515
+ "animationType": [
3516
+ "border-inline-start-width",
3517
+ "border-inline-end-width"
3518
+ ],
3519
+ "percentages": "no",
3260
3520
  "groups": [
3261
3521
  "CSS Logical Properties and Values"
3262
3522
  ],
3263
- "initial": "medium",
3523
+ "initial": [
3524
+ "border-inline-start-width",
3525
+ "border-inline-end-width"
3526
+ ],
3264
3527
  "appliesto": "allElements",
3265
- "computed": "absoluteLengthZeroIfBorderStyleNoneOrHidden",
3528
+ "computed": [
3529
+ "border-inline-start-width",
3530
+ "border-inline-end-width"
3531
+ ],
3266
3532
  "order": "uniqueOrder",
3267
3533
  "status": "standard",
3268
3534
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-width"
@@ -3272,9 +3538,9 @@
3272
3538
  "media": "visual",
3273
3539
  "inherited": false,
3274
3540
  "animationType": [
3275
- "border-left-color",
3541
+ "border-left-width",
3276
3542
  "border-left-style",
3277
- "border-left-width"
3543
+ "border-left-color"
3278
3544
  ],
3279
3545
  "percentages": "no",
3280
3546
  "groups": [
@@ -3377,10 +3643,10 @@
3377
3643
  ],
3378
3644
  "appliesto": "allElementsUAsNotRequiredWhenCollapse",
3379
3645
  "computed": [
3380
- "border-bottom-left-radius",
3381
- "border-bottom-right-radius",
3382
3646
  "border-top-left-radius",
3383
- "border-top-right-radius"
3647
+ "border-top-right-radius",
3648
+ "border-bottom-right-radius",
3649
+ "border-bottom-left-radius"
3384
3650
  ],
3385
3651
  "order": "uniqueOrder",
3386
3652
  "alsoAppliesTo": [
@@ -3394,9 +3660,9 @@
3394
3660
  "media": "visual",
3395
3661
  "inherited": false,
3396
3662
  "animationType": [
3397
- "border-right-color",
3663
+ "border-right-width",
3398
3664
  "border-right-style",
3399
- "border-right-width"
3665
+ "border-right-color"
3400
3666
  ],
3401
3667
  "percentages": "no",
3402
3668
  "groups": [
@@ -3481,7 +3747,7 @@
3481
3747
  "syntax": "<length>{1,2}",
3482
3748
  "media": "visual",
3483
3749
  "inherited": true,
3484
- "animationType": "discrete",
3750
+ "animationType": "byComputedValueType",
3485
3751
  "percentages": "no",
3486
3752
  "groups": [
3487
3753
  "CSS Table"
@@ -3548,10 +3814,10 @@
3548
3814
  ],
3549
3815
  "appliesto": "allElements",
3550
3816
  "computed": [
3551
- "border-bottom-style",
3552
- "border-left-style",
3817
+ "border-top-style",
3553
3818
  "border-right-style",
3554
- "border-top-style"
3819
+ "border-bottom-style",
3820
+ "border-left-style"
3555
3821
  ],
3556
3822
  "order": "uniqueOrder",
3557
3823
  "alsoAppliesTo": [
@@ -3565,9 +3831,9 @@
3565
3831
  "media": "visual",
3566
3832
  "inherited": false,
3567
3833
  "animationType": [
3568
- "border-top-color",
3834
+ "border-top-width",
3569
3835
  "border-top-style",
3570
- "border-top-width"
3836
+ "border-top-color"
3571
3837
  ],
3572
3838
  "percentages": "no",
3573
3839
  "groups": [
@@ -3691,10 +3957,10 @@
3691
3957
  "media": "visual",
3692
3958
  "inherited": false,
3693
3959
  "animationType": [
3694
- "border-bottom-width",
3695
- "border-left-width",
3960
+ "border-top-width",
3696
3961
  "border-right-width",
3697
- "border-top-width"
3962
+ "border-bottom-width",
3963
+ "border-left-width"
3698
3964
  ],
3699
3965
  "percentages": "no",
3700
3966
  "groups": [
@@ -3708,10 +3974,10 @@
3708
3974
  ],
3709
3975
  "appliesto": "allElements",
3710
3976
  "computed": [
3711
- "border-bottom-width",
3712
- "border-left-width",
3977
+ "border-top-width",
3713
3978
  "border-right-width",
3714
- "border-top-width"
3979
+ "border-bottom-width",
3980
+ "border-left-width"
3715
3981
  ],
3716
3982
  "order": "uniqueOrder",
3717
3983
  "alsoAppliesTo": [
@@ -4250,9 +4516,9 @@
4250
4516
  "media": "visual",
4251
4517
  "inherited": false,
4252
4518
  "animationType": [
4253
- "column-rule-color",
4519
+ "column-rule-width",
4254
4520
  "column-rule-style",
4255
- "column-rule-width"
4521
+ "column-rule-color"
4256
4522
  ],
4257
4523
  "percentages": "no",
4258
4524
  "groups": [
@@ -4265,9 +4531,9 @@
4265
4531
  ],
4266
4532
  "appliesto": "multicolElements",
4267
4533
  "computed": [
4268
- "column-rule-color",
4534
+ "column-rule-width",
4269
4535
  "column-rule-style",
4270
- "column-rule-width"
4536
+ "column-rule-color"
4271
4537
  ],
4272
4538
  "order": "perGrammar",
4273
4539
  "status": "standard",
@@ -4290,7 +4556,7 @@
4290
4556
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-color"
4291
4557
  },
4292
4558
  "column-rule-style": {
4293
- "syntax": "<'border-style'>",
4559
+ "syntax": "<line-style>",
4294
4560
  "media": "visual",
4295
4561
  "inherited": false,
4296
4562
  "animationType": "discrete",
@@ -4306,7 +4572,7 @@
4306
4572
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-style"
4307
4573
  },
4308
4574
  "column-rule-width": {
4309
- "syntax": "<'border-width'>",
4575
+ "syntax": "<line-width>",
4310
4576
  "media": "visual",
4311
4577
  "inherited": false,
4312
4578
  "animationType": "length",
@@ -9048,7 +9314,7 @@
9048
9314
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position"
9049
9315
  },
9050
9316
  "position-anchor": {
9051
- "syntax": "auto | none | <anchor-name>",
9317
+ "syntax": "normal | auto | none | <anchor-name> | match-parent",
9052
9318
  "media": "visual",
9053
9319
  "inherited": false,
9054
9320
  "animationType": "discrete",
@@ -9056,7 +9322,7 @@
9056
9322
  "groups": [
9057
9323
  "CSS Anchor Positioning"
9058
9324
  ],
9059
- "initial": "none",
9325
+ "initial": "normal",
9060
9326
  "appliesto": "absolutelyPositionedElements",
9061
9327
  "computed": "asSpecified",
9062
9328
  "order": "perGrammar",
@@ -9364,7 +9630,7 @@
9364
9630
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ruby-position"
9365
9631
  },
9366
9632
  "rx": {
9367
- "syntax": "<length> | <percentage>",
9633
+ "syntax": "<length-percentage> | auto",
9368
9634
  "media": "visual",
9369
9635
  "inherited": false,
9370
9636
  "animationType": "byComputedValueType",
@@ -9372,7 +9638,7 @@
9372
9638
  "groups": [
9373
9639
  "Scalable Vector Graphics"
9374
9640
  ],
9375
- "initial": "0",
9641
+ "initial": "auto",
9376
9642
  "appliesto": "limitedSVGElementsEllipseRect",
9377
9643
  "computed": "percentageAsSpecifiedOrAbsoluteLength",
9378
9644
  "order": "perGrammar",
@@ -9380,7 +9646,7 @@
9380
9646
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/rx"
9381
9647
  },
9382
9648
  "ry": {
9383
- "syntax": "<length> | <percentage>",
9649
+ "syntax": "<length-percentage> | auto",
9384
9650
  "media": "visual",
9385
9651
  "inherited": false,
9386
9652
  "animationType": "byComputedValueType",
@@ -9388,7 +9654,7 @@
9388
9654
  "groups": [
9389
9655
  "Scalable Vector Graphics"
9390
9656
  ],
9391
- "initial": "0",
9657
+ "initial": "auto",
9392
9658
  "appliesto": "limitedSVGElementsEllipseRect",
9393
9659
  "computed": "percentageAsSpecifiedOrAbsoluteLength",
9394
9660
  "order": "perGrammar",
@@ -10165,7 +10431,7 @@
10165
10431
  "shape-rendering": {
10166
10432
  "syntax": "auto | optimizeSpeed | crispEdges | geometricPrecision",
10167
10433
  "media": "visual",
10168
- "inherited": false,
10434
+ "inherited": true,
10169
10435
  "animationType": "discrete",
10170
10436
  "percentages": "no",
10171
10437
  "groups": [
@@ -11058,14 +11324,14 @@
11058
11324
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/timeline-scope"
11059
11325
  },
11060
11326
  "timeline-trigger": {
11061
- "syntax": "none | [ <'timeline-trigger-name'> <'timeline-trigger-source'> <'timeline-trigger-range'> [ '/' <'timeline-trigger-exit-range'> ]? ]#",
11327
+ "syntax": "none | [ <'timeline-trigger-name'> <'timeline-trigger-source'> <'timeline-trigger-activation-range'> [ '/' <'timeline-trigger-active-range'> ]? ]#",
11062
11328
  "media": "visual",
11063
11329
  "inherited": false,
11064
11330
  "animationType": [
11065
11331
  "timeline-trigger-name",
11066
11332
  "timeline-trigger-source",
11067
- "timeline-trigger-range",
11068
- "timeline-trigger-exit-range"
11333
+ "timeline-trigger-activation-range",
11334
+ "timeline-trigger-active-range"
11069
11335
  ],
11070
11336
  "percentages": "no",
11071
11337
  "groups": [
@@ -11074,63 +11340,47 @@
11074
11340
  "initial": [
11075
11341
  "timeline-trigger-name",
11076
11342
  "timeline-trigger-source",
11077
- "timeline-trigger-range",
11078
- "timeline-trigger-exit-range"
11343
+ "timeline-trigger-activation-range",
11344
+ "timeline-trigger-active-range"
11079
11345
  ],
11080
11346
  "appliesto": "allElements",
11081
11347
  "computed": [
11082
11348
  "timeline-trigger-name",
11083
11349
  "timeline-trigger-source",
11084
- "timeline-trigger-range",
11085
- "timeline-trigger-exit-range"
11350
+ "timeline-trigger-activation-range",
11351
+ "timeline-trigger-active-range"
11086
11352
  ],
11087
11353
  "order": "perGrammar",
11088
11354
  "status": "standard",
11089
11355
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger"
11090
11356
  },
11091
- "timeline-trigger-name": {
11092
- "syntax": "none | <dashed-ident>#",
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'>? ]#",
11357
+ "timeline-trigger-activation-range": {
11358
+ "syntax": "[ <'timeline-trigger-activation-range-start'> <'timeline-trigger-activation-range-end'>? ]#",
11109
11359
  "media": "visual",
11110
11360
  "inherited": false,
11111
11361
  "animationType": "notAnimatable",
11112
11362
  "percentages": [
11113
- "timeline-trigger-exit-range-start",
11114
- "timeline-trigger-exit-range-end"
11363
+ "timeline-trigger-activation-range-start",
11364
+ "timeline-trigger-activation-range-end"
11115
11365
  ],
11116
11366
  "groups": [
11117
11367
  "CSS Animations"
11118
11368
  ],
11119
11369
  "initial": [
11120
- "timeline-trigger-exit-range-start",
11121
- "timeline-trigger-exit-range-end"
11370
+ "timeline-trigger-activation-range-start",
11371
+ "timeline-trigger-activation-range-end"
11122
11372
  ],
11123
11373
  "appliesto": "allElements",
11124
11374
  "computed": [
11125
- "timeline-trigger-exit-range-start",
11126
- "timeline-trigger-exit-range-end"
11375
+ "timeline-trigger-activation-range-start",
11376
+ "timeline-trigger-activation-range-end"
11127
11377
  ],
11128
11378
  "order": "perGrammar",
11129
11379
  "status": "standard",
11130
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-exit-range"
11380
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-activation-range"
11131
11381
  },
11132
- "timeline-trigger-exit-range-end": {
11133
- "syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
11382
+ "timeline-trigger-activation-range-end": {
11383
+ "syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
11134
11384
  "media": "visual",
11135
11385
  "inherited": false,
11136
11386
  "animationType": "notAnimatable",
@@ -11138,15 +11388,15 @@
11138
11388
  "groups": [
11139
11389
  "CSS Animations"
11140
11390
  ],
11141
- "initial": "auto",
11391
+ "initial": "normal",
11142
11392
  "appliesto": "allElements",
11143
11393
  "computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
11144
11394
  "order": "perGrammar",
11145
11395
  "status": "standard",
11146
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-exit-range-end"
11396
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-activation-range-end"
11147
11397
  },
11148
- "timeline-trigger-exit-range-start": {
11149
- "syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
11398
+ "timeline-trigger-activation-range-start": {
11399
+ "syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
11150
11400
  "media": "visual",
11151
11401
  "inherited": false,
11152
11402
  "animationType": "notAnimatable",
@@ -11154,40 +11404,40 @@
11154
11404
  "groups": [
11155
11405
  "CSS Animations"
11156
11406
  ],
11157
- "initial": "auto",
11407
+ "initial": "normal",
11158
11408
  "appliesto": "allElements",
11159
11409
  "computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
11160
11410
  "order": "perGrammar",
11161
11411
  "status": "standard",
11162
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-exit-range-start"
11412
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-activation-range-start"
11163
11413
  },
11164
- "timeline-trigger-range": {
11165
- "syntax": "[ <'timeline-trigger-range-start'> <'timeline-trigger-range-end'>? ]#",
11414
+ "timeline-trigger-active-range": {
11415
+ "syntax": "[ <'timeline-trigger-active-range-start'> <'timeline-trigger-active-range-end'>? ]#",
11166
11416
  "media": "visual",
11167
11417
  "inherited": false,
11168
11418
  "animationType": "notAnimatable",
11169
11419
  "percentages": [
11170
- "timeline-trigger-range-start",
11171
- "timeline-trigger-range-end"
11420
+ "timeline-trigger-active-range-start",
11421
+ "timeline-trigger-active-range-end"
11172
11422
  ],
11173
11423
  "groups": [
11174
11424
  "CSS Animations"
11175
11425
  ],
11176
11426
  "initial": [
11177
- "timeline-trigger-range-start",
11178
- "timeline-trigger-range-end"
11427
+ "timeline-trigger-active-range-start",
11428
+ "timeline-trigger-active-range-end"
11179
11429
  ],
11180
11430
  "appliesto": "allElements",
11181
11431
  "computed": [
11182
- "timeline-trigger-range-start",
11183
- "timeline-trigger-range-end"
11432
+ "timeline-trigger-active-range-start",
11433
+ "timeline-trigger-active-range-end"
11184
11434
  ],
11185
11435
  "order": "perGrammar",
11186
11436
  "status": "standard",
11187
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-range"
11437
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-active-range"
11188
11438
  },
11189
- "timeline-trigger-range-end": {
11190
- "syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
11439
+ "timeline-trigger-active-range-end": {
11440
+ "syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
11191
11441
  "media": "visual",
11192
11442
  "inherited": false,
11193
11443
  "animationType": "notAnimatable",
@@ -11195,15 +11445,15 @@
11195
11445
  "groups": [
11196
11446
  "CSS Animations"
11197
11447
  ],
11198
- "initial": "normal",
11448
+ "initial": "auto",
11199
11449
  "appliesto": "allElements",
11200
11450
  "computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
11201
11451
  "order": "perGrammar",
11202
11452
  "status": "standard",
11203
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-range-end"
11453
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-active-range-end"
11204
11454
  },
11205
- "timeline-trigger-range-start": {
11206
- "syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
11455
+ "timeline-trigger-active-range-start": {
11456
+ "syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
11207
11457
  "media": "visual",
11208
11458
  "inherited": false,
11209
11459
  "animationType": "notAnimatable",
@@ -11211,12 +11461,28 @@
11211
11461
  "groups": [
11212
11462
  "CSS Animations"
11213
11463
  ],
11214
- "initial": "normal",
11464
+ "initial": "auto",
11215
11465
  "appliesto": "allElements",
11216
11466
  "computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
11217
11467
  "order": "perGrammar",
11218
11468
  "status": "standard",
11219
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-range-start"
11469
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-active-range-start"
11470
+ },
11471
+ "timeline-trigger-name": {
11472
+ "syntax": "none | <dashed-ident>#",
11473
+ "media": "visual",
11474
+ "inherited": false,
11475
+ "animationType": "notAnimatable",
11476
+ "percentages": "no",
11477
+ "groups": [
11478
+ "CSS Animations"
11479
+ ],
11480
+ "initial": "none",
11481
+ "appliesto": "allElements",
11482
+ "computed": "asSpecified",
11483
+ "order": "perGrammar",
11484
+ "status": "standard",
11485
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-name"
11220
11486
  },
11221
11487
  "timeline-trigger-source": {
11222
11488
  "syntax": "<single-animation-timeline>#",
@@ -11526,14 +11792,14 @@
11526
11792
  "syntax": "baseline | sub | super | text-top | text-bottom | middle | top | bottom | <percentage> | <length>",
11527
11793
  "media": "visual",
11528
11794
  "inherited": false,
11529
- "animationType": "length",
11530
- "percentages": "referToLineHeight",
11795
+ "animationType": "discrete",
11796
+ "percentages": "no",
11531
11797
  "groups": [
11532
11798
  "CSS Inline"
11533
11799
  ],
11534
11800
  "initial": "baseline",
11535
- "appliesto": "inlineLevelAndTableCellElements",
11536
- "computed": "absoluteLengthOrKeyword",
11801
+ "appliesto": "asLonghands",
11802
+ "computed": "asLonghands",
11537
11803
  "order": "uniqueOrder",
11538
11804
  "alsoAppliesTo": [
11539
11805
  "::first-letter",
@@ -468,5 +468,10 @@
468
468
  "$ref": "#/definitions/mdn_url"
469
469
  }
470
470
  }
471
+ },
472
+ "patternProperties": {
473
+ "^--": {
474
+ "$ref": "#/additionalProperties"
475
+ }
471
476
  }
472
477
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdn-data",
3
- "version": "2.27.1",
3
+ "version": "2.28.1",
4
4
  "description": "Open Web data by the Mozilla Developer Network",
5
5
  "main": "index.js",
6
6
  "files": [