mdn-data 2.28.0 → 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.
- package/css/properties.json +150 -102
- package/css/properties.schema.json +1 -1
- package/package.json +1 -1
package/css/properties.json
CHANGED
|
@@ -2681,7 +2681,7 @@
|
|
|
2681
2681
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border"
|
|
2682
2682
|
},
|
|
2683
2683
|
"border-block": {
|
|
2684
|
-
"syntax": "<'border-
|
|
2684
|
+
"syntax": "<'border-top'>",
|
|
2685
2685
|
"media": "visual",
|
|
2686
2686
|
"inherited": false,
|
|
2687
2687
|
"animationType": [
|
|
@@ -2712,41 +2712,50 @@
|
|
|
2712
2712
|
"syntax": "<'border-top-color'>{1,2}",
|
|
2713
2713
|
"media": "visual",
|
|
2714
2714
|
"inherited": false,
|
|
2715
|
-
"animationType":
|
|
2715
|
+
"animationType": [
|
|
2716
|
+
"border-block-start-color",
|
|
2717
|
+
"border-block-end-color"
|
|
2718
|
+
],
|
|
2716
2719
|
"percentages": "no",
|
|
2717
2720
|
"groups": [
|
|
2718
2721
|
"CSS Logical Properties and Values"
|
|
2719
2722
|
],
|
|
2720
|
-
"initial":
|
|
2723
|
+
"initial": [
|
|
2724
|
+
"border-block-start-color",
|
|
2725
|
+
"border-block-end-color"
|
|
2726
|
+
],
|
|
2721
2727
|
"appliesto": "allElements",
|
|
2722
|
-
"computed":
|
|
2728
|
+
"computed": [
|
|
2729
|
+
"border-block-start-color",
|
|
2730
|
+
"border-block-end-color"
|
|
2731
|
+
],
|
|
2723
2732
|
"order": "uniqueOrder",
|
|
2724
2733
|
"status": "standard",
|
|
2725
2734
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-color"
|
|
2726
2735
|
},
|
|
2727
2736
|
"border-block-end": {
|
|
2728
|
-
"syntax": "<'border-top
|
|
2737
|
+
"syntax": "<'border-top'>",
|
|
2729
2738
|
"media": "visual",
|
|
2730
2739
|
"inherited": false,
|
|
2731
2740
|
"animationType": [
|
|
2732
|
-
"border-block-end-
|
|
2741
|
+
"border-block-end-width",
|
|
2733
2742
|
"border-block-end-style",
|
|
2734
|
-
"border-block-end-
|
|
2743
|
+
"border-block-end-color"
|
|
2735
2744
|
],
|
|
2736
2745
|
"percentages": "no",
|
|
2737
2746
|
"groups": [
|
|
2738
2747
|
"CSS Logical Properties and Values"
|
|
2739
2748
|
],
|
|
2740
2749
|
"initial": [
|
|
2741
|
-
"border-
|
|
2742
|
-
"border-
|
|
2743
|
-
"border-
|
|
2750
|
+
"border-block-end-width",
|
|
2751
|
+
"border-block-end-style",
|
|
2752
|
+
"border-block-end-color"
|
|
2744
2753
|
],
|
|
2745
2754
|
"appliesto": "allElements",
|
|
2746
2755
|
"computed": [
|
|
2747
|
-
"border-
|
|
2748
|
-
"border-
|
|
2749
|
-
"border-
|
|
2756
|
+
"border-block-end-width",
|
|
2757
|
+
"border-block-end-style",
|
|
2758
|
+
"border-block-end-color"
|
|
2750
2759
|
],
|
|
2751
2760
|
"order": "uniqueOrder",
|
|
2752
2761
|
"status": "standard",
|
|
@@ -2789,7 +2798,7 @@
|
|
|
2789
2798
|
"media": "visual",
|
|
2790
2799
|
"inherited": false,
|
|
2791
2800
|
"animationType": "byComputedValueType",
|
|
2792
|
-
"percentages": "
|
|
2801
|
+
"percentages": "no",
|
|
2793
2802
|
"groups": [
|
|
2794
2803
|
"CSS Logical Properties and Values"
|
|
2795
2804
|
],
|
|
@@ -2801,27 +2810,27 @@
|
|
|
2801
2810
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-end-width"
|
|
2802
2811
|
},
|
|
2803
2812
|
"border-block-start": {
|
|
2804
|
-
"syntax": "<'border-top
|
|
2813
|
+
"syntax": "<'border-top'>",
|
|
2805
2814
|
"media": "visual",
|
|
2806
2815
|
"inherited": false,
|
|
2807
2816
|
"animationType": [
|
|
2808
|
-
"border-block-start-
|
|
2817
|
+
"border-block-start-width",
|
|
2809
2818
|
"border-block-start-style",
|
|
2810
|
-
"border-block-start-
|
|
2819
|
+
"border-block-start-color"
|
|
2811
2820
|
],
|
|
2812
2821
|
"percentages": "no",
|
|
2813
2822
|
"groups": [
|
|
2814
2823
|
"CSS Logical Properties and Values"
|
|
2815
2824
|
],
|
|
2816
2825
|
"initial": [
|
|
2817
|
-
"border-width",
|
|
2818
|
-
"border-style",
|
|
2819
|
-
"color"
|
|
2826
|
+
"border-block-start-width",
|
|
2827
|
+
"border-block-start-style",
|
|
2828
|
+
"border-block-start-color"
|
|
2820
2829
|
],
|
|
2821
2830
|
"appliesto": "allElements",
|
|
2822
2831
|
"computed": [
|
|
2823
|
-
"border-width",
|
|
2824
|
-
"border-style",
|
|
2832
|
+
"border-block-start-width",
|
|
2833
|
+
"border-block-start-style",
|
|
2825
2834
|
"border-block-start-color"
|
|
2826
2835
|
],
|
|
2827
2836
|
"order": "uniqueOrder",
|
|
@@ -2865,7 +2874,7 @@
|
|
|
2865
2874
|
"media": "visual",
|
|
2866
2875
|
"inherited": false,
|
|
2867
2876
|
"animationType": "byComputedValueType",
|
|
2868
|
-
"percentages": "
|
|
2877
|
+
"percentages": "no",
|
|
2869
2878
|
"groups": [
|
|
2870
2879
|
"CSS Logical Properties and Values"
|
|
2871
2880
|
],
|
|
@@ -2885,9 +2894,15 @@
|
|
|
2885
2894
|
"groups": [
|
|
2886
2895
|
"CSS Logical Properties and Values"
|
|
2887
2896
|
],
|
|
2888
|
-
"initial":
|
|
2897
|
+
"initial": [
|
|
2898
|
+
"border-block-start-style",
|
|
2899
|
+
"border-block-end-style"
|
|
2900
|
+
],
|
|
2889
2901
|
"appliesto": "allElements",
|
|
2890
|
-
"computed":
|
|
2902
|
+
"computed": [
|
|
2903
|
+
"border-block-start-style",
|
|
2904
|
+
"border-block-end-style"
|
|
2905
|
+
],
|
|
2891
2906
|
"order": "uniqueOrder",
|
|
2892
2907
|
"status": "standard",
|
|
2893
2908
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-style"
|
|
@@ -2896,14 +2911,23 @@
|
|
|
2896
2911
|
"syntax": "<'border-top-width'>{1,2}",
|
|
2897
2912
|
"media": "visual",
|
|
2898
2913
|
"inherited": false,
|
|
2899
|
-
"animationType":
|
|
2900
|
-
|
|
2914
|
+
"animationType": [
|
|
2915
|
+
"border-block-start-width",
|
|
2916
|
+
"border-block-end-width"
|
|
2917
|
+
],
|
|
2918
|
+
"percentages": "no",
|
|
2901
2919
|
"groups": [
|
|
2902
2920
|
"CSS Logical Properties and Values"
|
|
2903
2921
|
],
|
|
2904
|
-
"initial":
|
|
2922
|
+
"initial": [
|
|
2923
|
+
"border-block-start-width",
|
|
2924
|
+
"border-block-end-width"
|
|
2925
|
+
],
|
|
2905
2926
|
"appliesto": "allElements",
|
|
2906
|
-
"computed":
|
|
2927
|
+
"computed": [
|
|
2928
|
+
"border-block-start-width",
|
|
2929
|
+
"border-block-end-width"
|
|
2930
|
+
],
|
|
2907
2931
|
"order": "uniqueOrder",
|
|
2908
2932
|
"status": "standard",
|
|
2909
2933
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-width"
|
|
@@ -2913,9 +2937,9 @@
|
|
|
2913
2937
|
"media": "visual",
|
|
2914
2938
|
"inherited": false,
|
|
2915
2939
|
"animationType": [
|
|
2916
|
-
"border-bottom-
|
|
2940
|
+
"border-bottom-width",
|
|
2917
2941
|
"border-bottom-style",
|
|
2918
|
-
"border-bottom-
|
|
2942
|
+
"border-bottom-color"
|
|
2919
2943
|
],
|
|
2920
2944
|
"percentages": "no",
|
|
2921
2945
|
"groups": [
|
|
@@ -3055,10 +3079,10 @@
|
|
|
3055
3079
|
"media": "visual",
|
|
3056
3080
|
"inherited": false,
|
|
3057
3081
|
"animationType": [
|
|
3058
|
-
"border-
|
|
3059
|
-
"border-left-color",
|
|
3082
|
+
"border-top-color",
|
|
3060
3083
|
"border-right-color",
|
|
3061
|
-
"border-
|
|
3084
|
+
"border-bottom-color",
|
|
3085
|
+
"border-left-color"
|
|
3062
3086
|
],
|
|
3063
3087
|
"percentages": "no",
|
|
3064
3088
|
"groups": [
|
|
@@ -3072,10 +3096,10 @@
|
|
|
3072
3096
|
],
|
|
3073
3097
|
"appliesto": "allElements",
|
|
3074
3098
|
"computed": [
|
|
3075
|
-
"border-
|
|
3076
|
-
"border-left-color",
|
|
3099
|
+
"border-top-color",
|
|
3077
3100
|
"border-right-color",
|
|
3078
|
-
"border-
|
|
3101
|
+
"border-bottom-color",
|
|
3102
|
+
"border-left-color"
|
|
3079
3103
|
],
|
|
3080
3104
|
"order": "uniqueOrder",
|
|
3081
3105
|
"alsoAppliesTo": [
|
|
@@ -3127,11 +3151,11 @@
|
|
|
3127
3151
|
"media": "visual",
|
|
3128
3152
|
"inherited": false,
|
|
3129
3153
|
"animationType": [
|
|
3130
|
-
"border-image-outset",
|
|
3131
|
-
"border-image-repeat",
|
|
3132
|
-
"border-image-slice",
|
|
3133
3154
|
"border-image-source",
|
|
3134
|
-
"border-image-
|
|
3155
|
+
"border-image-slice",
|
|
3156
|
+
"border-image-width",
|
|
3157
|
+
"border-image-outset",
|
|
3158
|
+
"border-image-repeat"
|
|
3135
3159
|
],
|
|
3136
3160
|
"percentages": [
|
|
3137
3161
|
"border-image-slice",
|
|
@@ -3149,11 +3173,11 @@
|
|
|
3149
3173
|
],
|
|
3150
3174
|
"appliesto": "allElementsExceptTableElementsWhenCollapse",
|
|
3151
3175
|
"computed": [
|
|
3152
|
-
"border-image-outset",
|
|
3153
|
-
"border-image-repeat",
|
|
3154
|
-
"border-image-slice",
|
|
3155
3176
|
"border-image-source",
|
|
3156
|
-
"border-image-
|
|
3177
|
+
"border-image-slice",
|
|
3178
|
+
"border-image-width",
|
|
3179
|
+
"border-image-outset",
|
|
3180
|
+
"border-image-repeat"
|
|
3157
3181
|
],
|
|
3158
3182
|
"order": "uniqueOrder",
|
|
3159
3183
|
"alsoAppliesTo": [
|
|
@@ -3258,13 +3282,13 @@
|
|
|
3258
3282
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image-width"
|
|
3259
3283
|
},
|
|
3260
3284
|
"border-inline": {
|
|
3261
|
-
"syntax": "<'border-
|
|
3285
|
+
"syntax": "<'border-top'>",
|
|
3262
3286
|
"media": "visual",
|
|
3263
3287
|
"inherited": false,
|
|
3264
3288
|
"animationType": [
|
|
3265
|
-
"border-inline-
|
|
3289
|
+
"border-inline-width",
|
|
3266
3290
|
"border-inline-style",
|
|
3267
|
-
"border-inline-
|
|
3291
|
+
"border-inline-color"
|
|
3268
3292
|
],
|
|
3269
3293
|
"percentages": "no",
|
|
3270
3294
|
"groups": [
|
|
@@ -3289,40 +3313,49 @@
|
|
|
3289
3313
|
"syntax": "<'border-top-color'>{1,2}",
|
|
3290
3314
|
"media": "visual",
|
|
3291
3315
|
"inherited": false,
|
|
3292
|
-
"animationType":
|
|
3316
|
+
"animationType": [
|
|
3317
|
+
"border-inline-start-color",
|
|
3318
|
+
"border-inline-end-color"
|
|
3319
|
+
],
|
|
3293
3320
|
"percentages": "no",
|
|
3294
3321
|
"groups": [
|
|
3295
3322
|
"CSS Logical Properties and Values"
|
|
3296
3323
|
],
|
|
3297
|
-
"initial":
|
|
3324
|
+
"initial": [
|
|
3325
|
+
"border-inline-start-color",
|
|
3326
|
+
"border-inline-end-color"
|
|
3327
|
+
],
|
|
3298
3328
|
"appliesto": "allElements",
|
|
3299
|
-
"computed":
|
|
3329
|
+
"computed": [
|
|
3330
|
+
"border-inline-start-color",
|
|
3331
|
+
"border-inline-end-color"
|
|
3332
|
+
],
|
|
3300
3333
|
"order": "uniqueOrder",
|
|
3301
3334
|
"status": "standard",
|
|
3302
3335
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-color"
|
|
3303
3336
|
},
|
|
3304
3337
|
"border-inline-end": {
|
|
3305
|
-
"syntax": "<'border-top
|
|
3338
|
+
"syntax": "<'border-top'>",
|
|
3306
3339
|
"media": "visual",
|
|
3307
3340
|
"inherited": false,
|
|
3308
3341
|
"animationType": [
|
|
3309
|
-
"border-inline-end-
|
|
3342
|
+
"border-inline-end-width",
|
|
3310
3343
|
"border-inline-end-style",
|
|
3311
|
-
"border-inline-end-
|
|
3344
|
+
"border-inline-end-color"
|
|
3312
3345
|
],
|
|
3313
3346
|
"percentages": "no",
|
|
3314
3347
|
"groups": [
|
|
3315
3348
|
"CSS Logical Properties and Values"
|
|
3316
3349
|
],
|
|
3317
3350
|
"initial": [
|
|
3318
|
-
"border-width",
|
|
3319
|
-
"border-style",
|
|
3320
|
-
"color"
|
|
3351
|
+
"border-inline-end-width",
|
|
3352
|
+
"border-inline-end-style",
|
|
3353
|
+
"border-inline-end-color"
|
|
3321
3354
|
],
|
|
3322
3355
|
"appliesto": "allElements",
|
|
3323
3356
|
"computed": [
|
|
3324
|
-
"border-width",
|
|
3325
|
-
"border-style",
|
|
3357
|
+
"border-inline-end-width",
|
|
3358
|
+
"border-inline-end-style",
|
|
3326
3359
|
"border-inline-end-color"
|
|
3327
3360
|
],
|
|
3328
3361
|
"order": "uniqueOrder",
|
|
@@ -3366,7 +3399,7 @@
|
|
|
3366
3399
|
"media": "visual",
|
|
3367
3400
|
"inherited": false,
|
|
3368
3401
|
"animationType": "byComputedValueType",
|
|
3369
|
-
"percentages": "
|
|
3402
|
+
"percentages": "no",
|
|
3370
3403
|
"groups": [
|
|
3371
3404
|
"CSS Logical Properties and Values"
|
|
3372
3405
|
],
|
|
@@ -3378,27 +3411,27 @@
|
|
|
3378
3411
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width"
|
|
3379
3412
|
},
|
|
3380
3413
|
"border-inline-start": {
|
|
3381
|
-
"syntax": "<'border-top
|
|
3414
|
+
"syntax": "<'border-top'>",
|
|
3382
3415
|
"media": "visual",
|
|
3383
3416
|
"inherited": false,
|
|
3384
3417
|
"animationType": [
|
|
3385
|
-
"border-inline-start-
|
|
3418
|
+
"border-inline-start-width",
|
|
3386
3419
|
"border-inline-start-style",
|
|
3387
|
-
"border-inline-start-
|
|
3420
|
+
"border-inline-start-color"
|
|
3388
3421
|
],
|
|
3389
3422
|
"percentages": "no",
|
|
3390
3423
|
"groups": [
|
|
3391
3424
|
"CSS Logical Properties and Values"
|
|
3392
3425
|
],
|
|
3393
3426
|
"initial": [
|
|
3394
|
-
"border-width",
|
|
3395
|
-
"border-style",
|
|
3396
|
-
"color"
|
|
3427
|
+
"border-inline-start-width",
|
|
3428
|
+
"border-inline-start-style",
|
|
3429
|
+
"border-inline-start-color"
|
|
3397
3430
|
],
|
|
3398
3431
|
"appliesto": "allElements",
|
|
3399
3432
|
"computed": [
|
|
3400
|
-
"border-width",
|
|
3401
|
-
"border-style",
|
|
3433
|
+
"border-inline-start-width",
|
|
3434
|
+
"border-inline-start-style",
|
|
3402
3435
|
"border-inline-start-color"
|
|
3403
3436
|
],
|
|
3404
3437
|
"order": "uniqueOrder",
|
|
@@ -3442,7 +3475,7 @@
|
|
|
3442
3475
|
"media": "visual",
|
|
3443
3476
|
"inherited": false,
|
|
3444
3477
|
"animationType": "byComputedValueType",
|
|
3445
|
-
"percentages": "
|
|
3478
|
+
"percentages": "no",
|
|
3446
3479
|
"groups": [
|
|
3447
3480
|
"CSS Logical Properties and Values"
|
|
3448
3481
|
],
|
|
@@ -3462,9 +3495,15 @@
|
|
|
3462
3495
|
"groups": [
|
|
3463
3496
|
"CSS Logical Properties and Values"
|
|
3464
3497
|
],
|
|
3465
|
-
"initial":
|
|
3498
|
+
"initial": [
|
|
3499
|
+
"border-inline-start-style",
|
|
3500
|
+
"border-inline-end-style"
|
|
3501
|
+
],
|
|
3466
3502
|
"appliesto": "allElements",
|
|
3467
|
-
"computed":
|
|
3503
|
+
"computed": [
|
|
3504
|
+
"border-inline-start-style",
|
|
3505
|
+
"border-inline-end-style"
|
|
3506
|
+
],
|
|
3468
3507
|
"order": "uniqueOrder",
|
|
3469
3508
|
"status": "standard",
|
|
3470
3509
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-style"
|
|
@@ -3473,14 +3512,23 @@
|
|
|
3473
3512
|
"syntax": "<'border-top-width'>{1,2}",
|
|
3474
3513
|
"media": "visual",
|
|
3475
3514
|
"inherited": false,
|
|
3476
|
-
"animationType":
|
|
3477
|
-
|
|
3515
|
+
"animationType": [
|
|
3516
|
+
"border-inline-start-width",
|
|
3517
|
+
"border-inline-end-width"
|
|
3518
|
+
],
|
|
3519
|
+
"percentages": "no",
|
|
3478
3520
|
"groups": [
|
|
3479
3521
|
"CSS Logical Properties and Values"
|
|
3480
3522
|
],
|
|
3481
|
-
"initial":
|
|
3523
|
+
"initial": [
|
|
3524
|
+
"border-inline-start-width",
|
|
3525
|
+
"border-inline-end-width"
|
|
3526
|
+
],
|
|
3482
3527
|
"appliesto": "allElements",
|
|
3483
|
-
"computed":
|
|
3528
|
+
"computed": [
|
|
3529
|
+
"border-inline-start-width",
|
|
3530
|
+
"border-inline-end-width"
|
|
3531
|
+
],
|
|
3484
3532
|
"order": "uniqueOrder",
|
|
3485
3533
|
"status": "standard",
|
|
3486
3534
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-width"
|
|
@@ -3490,9 +3538,9 @@
|
|
|
3490
3538
|
"media": "visual",
|
|
3491
3539
|
"inherited": false,
|
|
3492
3540
|
"animationType": [
|
|
3493
|
-
"border-left-
|
|
3541
|
+
"border-left-width",
|
|
3494
3542
|
"border-left-style",
|
|
3495
|
-
"border-left-
|
|
3543
|
+
"border-left-color"
|
|
3496
3544
|
],
|
|
3497
3545
|
"percentages": "no",
|
|
3498
3546
|
"groups": [
|
|
@@ -3595,10 +3643,10 @@
|
|
|
3595
3643
|
],
|
|
3596
3644
|
"appliesto": "allElementsUAsNotRequiredWhenCollapse",
|
|
3597
3645
|
"computed": [
|
|
3598
|
-
"border-bottom-left-radius",
|
|
3599
|
-
"border-bottom-right-radius",
|
|
3600
3646
|
"border-top-left-radius",
|
|
3601
|
-
"border-top-right-radius"
|
|
3647
|
+
"border-top-right-radius",
|
|
3648
|
+
"border-bottom-right-radius",
|
|
3649
|
+
"border-bottom-left-radius"
|
|
3602
3650
|
],
|
|
3603
3651
|
"order": "uniqueOrder",
|
|
3604
3652
|
"alsoAppliesTo": [
|
|
@@ -3612,9 +3660,9 @@
|
|
|
3612
3660
|
"media": "visual",
|
|
3613
3661
|
"inherited": false,
|
|
3614
3662
|
"animationType": [
|
|
3615
|
-
"border-right-
|
|
3663
|
+
"border-right-width",
|
|
3616
3664
|
"border-right-style",
|
|
3617
|
-
"border-right-
|
|
3665
|
+
"border-right-color"
|
|
3618
3666
|
],
|
|
3619
3667
|
"percentages": "no",
|
|
3620
3668
|
"groups": [
|
|
@@ -3699,7 +3747,7 @@
|
|
|
3699
3747
|
"syntax": "<length>{1,2}",
|
|
3700
3748
|
"media": "visual",
|
|
3701
3749
|
"inherited": true,
|
|
3702
|
-
"animationType": "
|
|
3750
|
+
"animationType": "byComputedValueType",
|
|
3703
3751
|
"percentages": "no",
|
|
3704
3752
|
"groups": [
|
|
3705
3753
|
"CSS Table"
|
|
@@ -3766,10 +3814,10 @@
|
|
|
3766
3814
|
],
|
|
3767
3815
|
"appliesto": "allElements",
|
|
3768
3816
|
"computed": [
|
|
3769
|
-
"border-
|
|
3770
|
-
"border-left-style",
|
|
3817
|
+
"border-top-style",
|
|
3771
3818
|
"border-right-style",
|
|
3772
|
-
"border-
|
|
3819
|
+
"border-bottom-style",
|
|
3820
|
+
"border-left-style"
|
|
3773
3821
|
],
|
|
3774
3822
|
"order": "uniqueOrder",
|
|
3775
3823
|
"alsoAppliesTo": [
|
|
@@ -3783,9 +3831,9 @@
|
|
|
3783
3831
|
"media": "visual",
|
|
3784
3832
|
"inherited": false,
|
|
3785
3833
|
"animationType": [
|
|
3786
|
-
"border-top-
|
|
3834
|
+
"border-top-width",
|
|
3787
3835
|
"border-top-style",
|
|
3788
|
-
"border-top-
|
|
3836
|
+
"border-top-color"
|
|
3789
3837
|
],
|
|
3790
3838
|
"percentages": "no",
|
|
3791
3839
|
"groups": [
|
|
@@ -3909,10 +3957,10 @@
|
|
|
3909
3957
|
"media": "visual",
|
|
3910
3958
|
"inherited": false,
|
|
3911
3959
|
"animationType": [
|
|
3912
|
-
"border-
|
|
3913
|
-
"border-left-width",
|
|
3960
|
+
"border-top-width",
|
|
3914
3961
|
"border-right-width",
|
|
3915
|
-
"border-
|
|
3962
|
+
"border-bottom-width",
|
|
3963
|
+
"border-left-width"
|
|
3916
3964
|
],
|
|
3917
3965
|
"percentages": "no",
|
|
3918
3966
|
"groups": [
|
|
@@ -3926,10 +3974,10 @@
|
|
|
3926
3974
|
],
|
|
3927
3975
|
"appliesto": "allElements",
|
|
3928
3976
|
"computed": [
|
|
3929
|
-
"border-
|
|
3930
|
-
"border-left-width",
|
|
3977
|
+
"border-top-width",
|
|
3931
3978
|
"border-right-width",
|
|
3932
|
-
"border-
|
|
3979
|
+
"border-bottom-width",
|
|
3980
|
+
"border-left-width"
|
|
3933
3981
|
],
|
|
3934
3982
|
"order": "uniqueOrder",
|
|
3935
3983
|
"alsoAppliesTo": [
|
|
@@ -4468,9 +4516,9 @@
|
|
|
4468
4516
|
"media": "visual",
|
|
4469
4517
|
"inherited": false,
|
|
4470
4518
|
"animationType": [
|
|
4471
|
-
"column-rule-
|
|
4519
|
+
"column-rule-width",
|
|
4472
4520
|
"column-rule-style",
|
|
4473
|
-
"column-rule-
|
|
4521
|
+
"column-rule-color"
|
|
4474
4522
|
],
|
|
4475
4523
|
"percentages": "no",
|
|
4476
4524
|
"groups": [
|
|
@@ -4483,9 +4531,9 @@
|
|
|
4483
4531
|
],
|
|
4484
4532
|
"appliesto": "multicolElements",
|
|
4485
4533
|
"computed": [
|
|
4486
|
-
"column-rule-
|
|
4534
|
+
"column-rule-width",
|
|
4487
4535
|
"column-rule-style",
|
|
4488
|
-
"column-rule-
|
|
4536
|
+
"column-rule-color"
|
|
4489
4537
|
],
|
|
4490
4538
|
"order": "perGrammar",
|
|
4491
4539
|
"status": "standard",
|
|
@@ -4508,7 +4556,7 @@
|
|
|
4508
4556
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-color"
|
|
4509
4557
|
},
|
|
4510
4558
|
"column-rule-style": {
|
|
4511
|
-
"syntax": "<
|
|
4559
|
+
"syntax": "<line-style>",
|
|
4512
4560
|
"media": "visual",
|
|
4513
4561
|
"inherited": false,
|
|
4514
4562
|
"animationType": "discrete",
|
|
@@ -4524,7 +4572,7 @@
|
|
|
4524
4572
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-style"
|
|
4525
4573
|
},
|
|
4526
4574
|
"column-rule-width": {
|
|
4527
|
-
"syntax": "<
|
|
4575
|
+
"syntax": "<line-width>",
|
|
4528
4576
|
"media": "visual",
|
|
4529
4577
|
"inherited": false,
|
|
4530
4578
|
"animationType": "length",
|
|
@@ -9266,7 +9314,7 @@
|
|
|
9266
9314
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position"
|
|
9267
9315
|
},
|
|
9268
9316
|
"position-anchor": {
|
|
9269
|
-
"syntax": "auto | none | <anchor-name>",
|
|
9317
|
+
"syntax": "normal | auto | none | <anchor-name> | match-parent",
|
|
9270
9318
|
"media": "visual",
|
|
9271
9319
|
"inherited": false,
|
|
9272
9320
|
"animationType": "discrete",
|
|
@@ -9274,7 +9322,7 @@
|
|
|
9274
9322
|
"groups": [
|
|
9275
9323
|
"CSS Anchor Positioning"
|
|
9276
9324
|
],
|
|
9277
|
-
"initial": "
|
|
9325
|
+
"initial": "normal",
|
|
9278
9326
|
"appliesto": "absolutelyPositionedElements",
|
|
9279
9327
|
"computed": "asSpecified",
|
|
9280
9328
|
"order": "perGrammar",
|