mdn-data 2.13.0 → 2.14.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/at-rules.json +40 -40
- package/css/functions.json +232 -20
- package/css/properties.json +429 -384
- package/css/properties.schema.json +2 -0
- package/css/selectors.json +88 -88
- package/css/syntaxes.json +101 -74
- package/css/types.json +10 -10
- package/l10n/css.json +46 -40
- package/package.json +1 -1
package/css/properties.json
CHANGED
|
@@ -63,22 +63,6 @@
|
|
|
63
63
|
"status": "nonstandard",
|
|
64
64
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-chaining"
|
|
65
65
|
},
|
|
66
|
-
"-ms-content-zooming": {
|
|
67
|
-
"syntax": "none | zoom",
|
|
68
|
-
"media": "interactive",
|
|
69
|
-
"inherited": false,
|
|
70
|
-
"animationType": "discrete",
|
|
71
|
-
"percentages": "no",
|
|
72
|
-
"groups": [
|
|
73
|
-
"Microsoft Extensions"
|
|
74
|
-
],
|
|
75
|
-
"initial": "zoomForTheTopLevelNoneForTheRest",
|
|
76
|
-
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
77
|
-
"computed": "asSpecified",
|
|
78
|
-
"order": "uniqueOrder",
|
|
79
|
-
"status": "nonstandard",
|
|
80
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-content-zooming"
|
|
81
|
-
},
|
|
82
66
|
"-ms-content-zoom-limit": {
|
|
83
67
|
"syntax": "<'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>",
|
|
84
68
|
"media": "interactive",
|
|
@@ -190,6 +174,22 @@
|
|
|
190
174
|
"status": "nonstandard",
|
|
191
175
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-snap-type"
|
|
192
176
|
},
|
|
177
|
+
"-ms-content-zooming": {
|
|
178
|
+
"syntax": "none | zoom",
|
|
179
|
+
"media": "interactive",
|
|
180
|
+
"inherited": false,
|
|
181
|
+
"animationType": "discrete",
|
|
182
|
+
"percentages": "no",
|
|
183
|
+
"groups": [
|
|
184
|
+
"Microsoft Extensions"
|
|
185
|
+
],
|
|
186
|
+
"initial": "zoomForTheTopLevelNoneForTheRest",
|
|
187
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
188
|
+
"computed": "asSpecified",
|
|
189
|
+
"order": "uniqueOrder",
|
|
190
|
+
"status": "nonstandard",
|
|
191
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-content-zooming"
|
|
192
|
+
},
|
|
193
193
|
"-ms-filter": {
|
|
194
194
|
"syntax": "<string>",
|
|
195
195
|
"media": "visual",
|
|
@@ -366,134 +366,6 @@
|
|
|
366
366
|
"status": "nonstandard",
|
|
367
367
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-overflow-style"
|
|
368
368
|
},
|
|
369
|
-
"-ms-scrollbar-3dlight-color": {
|
|
370
|
-
"syntax": "<color>",
|
|
371
|
-
"media": "visual",
|
|
372
|
-
"inherited": true,
|
|
373
|
-
"animationType": "discrete",
|
|
374
|
-
"percentages": "no",
|
|
375
|
-
"groups": [
|
|
376
|
-
"Microsoft Extensions"
|
|
377
|
-
],
|
|
378
|
-
"initial": "dependsOnUserAgent",
|
|
379
|
-
"appliesto": "allElements",
|
|
380
|
-
"computed": "asSpecified",
|
|
381
|
-
"order": "uniqueOrder",
|
|
382
|
-
"status": "nonstandard",
|
|
383
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-3dlight-color"
|
|
384
|
-
},
|
|
385
|
-
"-ms-scrollbar-arrow-color": {
|
|
386
|
-
"syntax": "<color>",
|
|
387
|
-
"media": "visual",
|
|
388
|
-
"inherited": true,
|
|
389
|
-
"animationType": "discrete",
|
|
390
|
-
"percentages": "no",
|
|
391
|
-
"groups": [
|
|
392
|
-
"Microsoft Extensions"
|
|
393
|
-
],
|
|
394
|
-
"initial": "ButtonText",
|
|
395
|
-
"appliesto": "allElements",
|
|
396
|
-
"computed": "asSpecified",
|
|
397
|
-
"order": "uniqueOrder",
|
|
398
|
-
"status": "nonstandard",
|
|
399
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-arrow-color"
|
|
400
|
-
},
|
|
401
|
-
"-ms-scrollbar-base-color": {
|
|
402
|
-
"syntax": "<color>",
|
|
403
|
-
"media": "visual",
|
|
404
|
-
"inherited": true,
|
|
405
|
-
"animationType": "discrete",
|
|
406
|
-
"percentages": "no",
|
|
407
|
-
"groups": [
|
|
408
|
-
"Microsoft Extensions"
|
|
409
|
-
],
|
|
410
|
-
"initial": "dependsOnUserAgent",
|
|
411
|
-
"appliesto": "allElements",
|
|
412
|
-
"computed": "asSpecified",
|
|
413
|
-
"order": "uniqueOrder",
|
|
414
|
-
"status": "nonstandard",
|
|
415
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-base-color"
|
|
416
|
-
},
|
|
417
|
-
"-ms-scrollbar-darkshadow-color": {
|
|
418
|
-
"syntax": "<color>",
|
|
419
|
-
"media": "visual",
|
|
420
|
-
"inherited": true,
|
|
421
|
-
"animationType": "discrete",
|
|
422
|
-
"percentages": "no",
|
|
423
|
-
"groups": [
|
|
424
|
-
"Microsoft Extensions"
|
|
425
|
-
],
|
|
426
|
-
"initial": "ThreeDDarkShadow",
|
|
427
|
-
"appliesto": "allElements",
|
|
428
|
-
"computed": "asSpecified",
|
|
429
|
-
"order": "uniqueOrder",
|
|
430
|
-
"status": "nonstandard",
|
|
431
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-darkshadow-color"
|
|
432
|
-
},
|
|
433
|
-
"-ms-scrollbar-face-color": {
|
|
434
|
-
"syntax": "<color>",
|
|
435
|
-
"media": "visual",
|
|
436
|
-
"inherited": true,
|
|
437
|
-
"animationType": "discrete",
|
|
438
|
-
"percentages": "no",
|
|
439
|
-
"groups": [
|
|
440
|
-
"Microsoft Extensions"
|
|
441
|
-
],
|
|
442
|
-
"initial": "ThreeDFace",
|
|
443
|
-
"appliesto": "allElements",
|
|
444
|
-
"computed": "asSpecified",
|
|
445
|
-
"order": "uniqueOrder",
|
|
446
|
-
"status": "nonstandard",
|
|
447
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-face-color"
|
|
448
|
-
},
|
|
449
|
-
"-ms-scrollbar-highlight-color": {
|
|
450
|
-
"syntax": "<color>",
|
|
451
|
-
"media": "visual",
|
|
452
|
-
"inherited": true,
|
|
453
|
-
"animationType": "discrete",
|
|
454
|
-
"percentages": "no",
|
|
455
|
-
"groups": [
|
|
456
|
-
"Microsoft Extensions"
|
|
457
|
-
],
|
|
458
|
-
"initial": "ThreeDHighlight",
|
|
459
|
-
"appliesto": "allElements",
|
|
460
|
-
"computed": "asSpecified",
|
|
461
|
-
"order": "uniqueOrder",
|
|
462
|
-
"status": "nonstandard",
|
|
463
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-highlight-color"
|
|
464
|
-
},
|
|
465
|
-
"-ms-scrollbar-shadow-color": {
|
|
466
|
-
"syntax": "<color>",
|
|
467
|
-
"media": "visual",
|
|
468
|
-
"inherited": true,
|
|
469
|
-
"animationType": "discrete",
|
|
470
|
-
"percentages": "no",
|
|
471
|
-
"groups": [
|
|
472
|
-
"Microsoft Extensions"
|
|
473
|
-
],
|
|
474
|
-
"initial": "ThreeDDarkShadow",
|
|
475
|
-
"appliesto": "allElements",
|
|
476
|
-
"computed": "asSpecified",
|
|
477
|
-
"order": "uniqueOrder",
|
|
478
|
-
"status": "nonstandard",
|
|
479
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-shadow-color"
|
|
480
|
-
},
|
|
481
|
-
"-ms-scrollbar-track-color": {
|
|
482
|
-
"syntax": "<color>",
|
|
483
|
-
"media": "visual",
|
|
484
|
-
"inherited": true,
|
|
485
|
-
"animationType": "discrete",
|
|
486
|
-
"percentages": "no",
|
|
487
|
-
"groups": [
|
|
488
|
-
"Microsoft Extensions"
|
|
489
|
-
],
|
|
490
|
-
"initial": "Scrollbar",
|
|
491
|
-
"appliesto": "allElements",
|
|
492
|
-
"computed": "asSpecified",
|
|
493
|
-
"order": "uniqueOrder",
|
|
494
|
-
"status": "nonstandard",
|
|
495
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-track-color"
|
|
496
|
-
},
|
|
497
369
|
"-ms-scroll-chaining": {
|
|
498
370
|
"syntax": "chained | none",
|
|
499
371
|
"media": "interactive",
|
|
@@ -706,23 +578,151 @@
|
|
|
706
578
|
],
|
|
707
579
|
"order": "uniqueOrder",
|
|
708
580
|
"status": "nonstandard",
|
|
709
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-y"
|
|
581
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-y"
|
|
582
|
+
},
|
|
583
|
+
"-ms-scroll-translation": {
|
|
584
|
+
"syntax": "none | vertical-to-horizontal",
|
|
585
|
+
"media": "interactive",
|
|
586
|
+
"inherited": true,
|
|
587
|
+
"animationType": "discrete",
|
|
588
|
+
"percentages": "no",
|
|
589
|
+
"groups": [
|
|
590
|
+
"Microsoft Extensions"
|
|
591
|
+
],
|
|
592
|
+
"initial": "none",
|
|
593
|
+
"appliesto": "allElements",
|
|
594
|
+
"computed": "asSpecified",
|
|
595
|
+
"order": "uniqueOrder",
|
|
596
|
+
"status": "nonstandard",
|
|
597
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-translation"
|
|
598
|
+
},
|
|
599
|
+
"-ms-scrollbar-3dlight-color": {
|
|
600
|
+
"syntax": "<color>",
|
|
601
|
+
"media": "visual",
|
|
602
|
+
"inherited": true,
|
|
603
|
+
"animationType": "discrete",
|
|
604
|
+
"percentages": "no",
|
|
605
|
+
"groups": [
|
|
606
|
+
"Microsoft Extensions"
|
|
607
|
+
],
|
|
608
|
+
"initial": "dependsOnUserAgent",
|
|
609
|
+
"appliesto": "allElements",
|
|
610
|
+
"computed": "asSpecified",
|
|
611
|
+
"order": "uniqueOrder",
|
|
612
|
+
"status": "nonstandard",
|
|
613
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-3dlight-color"
|
|
614
|
+
},
|
|
615
|
+
"-ms-scrollbar-arrow-color": {
|
|
616
|
+
"syntax": "<color>",
|
|
617
|
+
"media": "visual",
|
|
618
|
+
"inherited": true,
|
|
619
|
+
"animationType": "discrete",
|
|
620
|
+
"percentages": "no",
|
|
621
|
+
"groups": [
|
|
622
|
+
"Microsoft Extensions"
|
|
623
|
+
],
|
|
624
|
+
"initial": "ButtonText",
|
|
625
|
+
"appliesto": "allElements",
|
|
626
|
+
"computed": "asSpecified",
|
|
627
|
+
"order": "uniqueOrder",
|
|
628
|
+
"status": "nonstandard",
|
|
629
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-arrow-color"
|
|
630
|
+
},
|
|
631
|
+
"-ms-scrollbar-base-color": {
|
|
632
|
+
"syntax": "<color>",
|
|
633
|
+
"media": "visual",
|
|
634
|
+
"inherited": true,
|
|
635
|
+
"animationType": "discrete",
|
|
636
|
+
"percentages": "no",
|
|
637
|
+
"groups": [
|
|
638
|
+
"Microsoft Extensions"
|
|
639
|
+
],
|
|
640
|
+
"initial": "dependsOnUserAgent",
|
|
641
|
+
"appliesto": "allElements",
|
|
642
|
+
"computed": "asSpecified",
|
|
643
|
+
"order": "uniqueOrder",
|
|
644
|
+
"status": "nonstandard",
|
|
645
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-base-color"
|
|
646
|
+
},
|
|
647
|
+
"-ms-scrollbar-darkshadow-color": {
|
|
648
|
+
"syntax": "<color>",
|
|
649
|
+
"media": "visual",
|
|
650
|
+
"inherited": true,
|
|
651
|
+
"animationType": "discrete",
|
|
652
|
+
"percentages": "no",
|
|
653
|
+
"groups": [
|
|
654
|
+
"Microsoft Extensions"
|
|
655
|
+
],
|
|
656
|
+
"initial": "ThreeDDarkShadow",
|
|
657
|
+
"appliesto": "allElements",
|
|
658
|
+
"computed": "asSpecified",
|
|
659
|
+
"order": "uniqueOrder",
|
|
660
|
+
"status": "nonstandard",
|
|
661
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-darkshadow-color"
|
|
662
|
+
},
|
|
663
|
+
"-ms-scrollbar-face-color": {
|
|
664
|
+
"syntax": "<color>",
|
|
665
|
+
"media": "visual",
|
|
666
|
+
"inherited": true,
|
|
667
|
+
"animationType": "discrete",
|
|
668
|
+
"percentages": "no",
|
|
669
|
+
"groups": [
|
|
670
|
+
"Microsoft Extensions"
|
|
671
|
+
],
|
|
672
|
+
"initial": "ThreeDFace",
|
|
673
|
+
"appliesto": "allElements",
|
|
674
|
+
"computed": "asSpecified",
|
|
675
|
+
"order": "uniqueOrder",
|
|
676
|
+
"status": "nonstandard",
|
|
677
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-face-color"
|
|
678
|
+
},
|
|
679
|
+
"-ms-scrollbar-highlight-color": {
|
|
680
|
+
"syntax": "<color>",
|
|
681
|
+
"media": "visual",
|
|
682
|
+
"inherited": true,
|
|
683
|
+
"animationType": "discrete",
|
|
684
|
+
"percentages": "no",
|
|
685
|
+
"groups": [
|
|
686
|
+
"Microsoft Extensions"
|
|
687
|
+
],
|
|
688
|
+
"initial": "ThreeDHighlight",
|
|
689
|
+
"appliesto": "allElements",
|
|
690
|
+
"computed": "asSpecified",
|
|
691
|
+
"order": "uniqueOrder",
|
|
692
|
+
"status": "nonstandard",
|
|
693
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-highlight-color"
|
|
694
|
+
},
|
|
695
|
+
"-ms-scrollbar-shadow-color": {
|
|
696
|
+
"syntax": "<color>",
|
|
697
|
+
"media": "visual",
|
|
698
|
+
"inherited": true,
|
|
699
|
+
"animationType": "discrete",
|
|
700
|
+
"percentages": "no",
|
|
701
|
+
"groups": [
|
|
702
|
+
"Microsoft Extensions"
|
|
703
|
+
],
|
|
704
|
+
"initial": "ThreeDDarkShadow",
|
|
705
|
+
"appliesto": "allElements",
|
|
706
|
+
"computed": "asSpecified",
|
|
707
|
+
"order": "uniqueOrder",
|
|
708
|
+
"status": "nonstandard",
|
|
709
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-shadow-color"
|
|
710
710
|
},
|
|
711
|
-
"-ms-
|
|
712
|
-
"syntax": "
|
|
713
|
-
"media": "
|
|
711
|
+
"-ms-scrollbar-track-color": {
|
|
712
|
+
"syntax": "<color>",
|
|
713
|
+
"media": "visual",
|
|
714
714
|
"inherited": true,
|
|
715
715
|
"animationType": "discrete",
|
|
716
716
|
"percentages": "no",
|
|
717
717
|
"groups": [
|
|
718
718
|
"Microsoft Extensions"
|
|
719
719
|
],
|
|
720
|
-
"initial": "
|
|
720
|
+
"initial": "Scrollbar",
|
|
721
721
|
"appliesto": "allElements",
|
|
722
722
|
"computed": "asSpecified",
|
|
723
723
|
"order": "uniqueOrder",
|
|
724
724
|
"status": "nonstandard",
|
|
725
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-
|
|
725
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-track-color"
|
|
726
726
|
},
|
|
727
727
|
"-ms-text-autospace": {
|
|
728
728
|
"syntax": "none | ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space",
|
|
@@ -2035,22 +2035,6 @@
|
|
|
2035
2035
|
"status": "experimental",
|
|
2036
2036
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-range-start"
|
|
2037
2037
|
},
|
|
2038
|
-
"animation-timing-function": {
|
|
2039
|
-
"syntax": "<easing-function>#",
|
|
2040
|
-
"media": "visual",
|
|
2041
|
-
"inherited": false,
|
|
2042
|
-
"animationType": "notAnimatable",
|
|
2043
|
-
"percentages": "no",
|
|
2044
|
-
"groups": [
|
|
2045
|
-
"CSS Animations"
|
|
2046
|
-
],
|
|
2047
|
-
"initial": "ease",
|
|
2048
|
-
"appliesto": "allElementsAndPseudos",
|
|
2049
|
-
"computed": "asSpecified",
|
|
2050
|
-
"order": "uniqueOrder",
|
|
2051
|
-
"status": "standard",
|
|
2052
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timing-function"
|
|
2053
|
-
},
|
|
2054
2038
|
"animation-timeline": {
|
|
2055
2039
|
"syntax": "<single-animation-timeline>#",
|
|
2056
2040
|
"media": "visual",
|
|
@@ -2067,6 +2051,22 @@
|
|
|
2067
2051
|
"status": "experimental",
|
|
2068
2052
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline"
|
|
2069
2053
|
},
|
|
2054
|
+
"animation-timing-function": {
|
|
2055
|
+
"syntax": "<easing-function>#",
|
|
2056
|
+
"media": "visual",
|
|
2057
|
+
"inherited": false,
|
|
2058
|
+
"animationType": "notAnimatable",
|
|
2059
|
+
"percentages": "no",
|
|
2060
|
+
"groups": [
|
|
2061
|
+
"CSS Animations"
|
|
2062
|
+
],
|
|
2063
|
+
"initial": "ease",
|
|
2064
|
+
"appliesto": "allElementsAndPseudos",
|
|
2065
|
+
"computed": "asSpecified",
|
|
2066
|
+
"order": "uniqueOrder",
|
|
2067
|
+
"status": "standard",
|
|
2068
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timing-function"
|
|
2069
|
+
},
|
|
2070
2070
|
"appearance": {
|
|
2071
2071
|
"syntax": "none | auto | textfield | menulist-button | <compat-auto>",
|
|
2072
2072
|
"media": "all",
|
|
@@ -2479,7 +2479,7 @@
|
|
|
2479
2479
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border"
|
|
2480
2480
|
},
|
|
2481
2481
|
"border-block": {
|
|
2482
|
-
"syntax": "<'border-
|
|
2482
|
+
"syntax": "<'border-block-start'>",
|
|
2483
2483
|
"media": "visual",
|
|
2484
2484
|
"inherited": false,
|
|
2485
2485
|
"animationType": [
|
|
@@ -2522,38 +2522,6 @@
|
|
|
2522
2522
|
"status": "standard",
|
|
2523
2523
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-color"
|
|
2524
2524
|
},
|
|
2525
|
-
"border-block-style": {
|
|
2526
|
-
"syntax": "<'border-top-style'>",
|
|
2527
|
-
"media": "visual",
|
|
2528
|
-
"inherited": false,
|
|
2529
|
-
"animationType": "discrete",
|
|
2530
|
-
"percentages": "no",
|
|
2531
|
-
"groups": [
|
|
2532
|
-
"CSS Logical Properties"
|
|
2533
|
-
],
|
|
2534
|
-
"initial": "none",
|
|
2535
|
-
"appliesto": "allElements",
|
|
2536
|
-
"computed": "asSpecified",
|
|
2537
|
-
"order": "uniqueOrder",
|
|
2538
|
-
"status": "standard",
|
|
2539
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-style"
|
|
2540
|
-
},
|
|
2541
|
-
"border-block-width": {
|
|
2542
|
-
"syntax": "<'border-top-width'>",
|
|
2543
|
-
"media": "visual",
|
|
2544
|
-
"inherited": false,
|
|
2545
|
-
"animationType": "byComputedValueType",
|
|
2546
|
-
"percentages": "logicalWidthOfContainingBlock",
|
|
2547
|
-
"groups": [
|
|
2548
|
-
"CSS Logical Properties"
|
|
2549
|
-
],
|
|
2550
|
-
"initial": "medium",
|
|
2551
|
-
"appliesto": "allElements",
|
|
2552
|
-
"computed": "absoluteLengthZeroIfBorderStyleNoneOrHidden",
|
|
2553
|
-
"order": "uniqueOrder",
|
|
2554
|
-
"status": "standard",
|
|
2555
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-width"
|
|
2556
|
-
},
|
|
2557
2525
|
"border-block-end": {
|
|
2558
2526
|
"syntax": "<'border-top-width'> || <'border-top-style'> || <color>",
|
|
2559
2527
|
"media": "visual",
|
|
@@ -2706,6 +2674,38 @@
|
|
|
2706
2674
|
"status": "standard",
|
|
2707
2675
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-start-width"
|
|
2708
2676
|
},
|
|
2677
|
+
"border-block-style": {
|
|
2678
|
+
"syntax": "<'border-top-style'>{1,2}",
|
|
2679
|
+
"media": "visual",
|
|
2680
|
+
"inherited": false,
|
|
2681
|
+
"animationType": "discrete",
|
|
2682
|
+
"percentages": "no",
|
|
2683
|
+
"groups": [
|
|
2684
|
+
"CSS Logical Properties"
|
|
2685
|
+
],
|
|
2686
|
+
"initial": "none",
|
|
2687
|
+
"appliesto": "allElements",
|
|
2688
|
+
"computed": "asSpecified",
|
|
2689
|
+
"order": "uniqueOrder",
|
|
2690
|
+
"status": "standard",
|
|
2691
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-style"
|
|
2692
|
+
},
|
|
2693
|
+
"border-block-width": {
|
|
2694
|
+
"syntax": "<'border-top-width'>{1,2}",
|
|
2695
|
+
"media": "visual",
|
|
2696
|
+
"inherited": false,
|
|
2697
|
+
"animationType": "byComputedValueType",
|
|
2698
|
+
"percentages": "logicalWidthOfContainingBlock",
|
|
2699
|
+
"groups": [
|
|
2700
|
+
"CSS Logical Properties"
|
|
2701
|
+
],
|
|
2702
|
+
"initial": "medium",
|
|
2703
|
+
"appliesto": "allElements",
|
|
2704
|
+
"computed": "absoluteLengthZeroIfBorderStyleNoneOrHidden",
|
|
2705
|
+
"order": "uniqueOrder",
|
|
2706
|
+
"status": "standard",
|
|
2707
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-width"
|
|
2708
|
+
},
|
|
2709
2709
|
"border-bottom": {
|
|
2710
2710
|
"syntax": "<line-width> || <line-style> || <color>",
|
|
2711
2711
|
"media": "visual",
|
|
@@ -2883,7 +2883,7 @@
|
|
|
2883
2883
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-color"
|
|
2884
2884
|
},
|
|
2885
2885
|
"border-end-end-radius": {
|
|
2886
|
-
"syntax": "<
|
|
2886
|
+
"syntax": "<'border-top-left-radius'>",
|
|
2887
2887
|
"media": "visual",
|
|
2888
2888
|
"inherited": false,
|
|
2889
2889
|
"animationType": "lpc",
|
|
@@ -2902,7 +2902,7 @@
|
|
|
2902
2902
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-end-end-radius"
|
|
2903
2903
|
},
|
|
2904
2904
|
"border-end-start-radius": {
|
|
2905
|
-
"syntax": "<
|
|
2905
|
+
"syntax": "<'border-top-left-radius'>",
|
|
2906
2906
|
"media": "visual",
|
|
2907
2907
|
"inherited": false,
|
|
2908
2908
|
"animationType": "lpc",
|
|
@@ -3056,7 +3056,7 @@
|
|
|
3056
3056
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image-width"
|
|
3057
3057
|
},
|
|
3058
3058
|
"border-inline": {
|
|
3059
|
-
"syntax": "<'border-
|
|
3059
|
+
"syntax": "<'border-block-start'>",
|
|
3060
3060
|
"media": "visual",
|
|
3061
3061
|
"inherited": false,
|
|
3062
3062
|
"animationType": [
|
|
@@ -3083,6 +3083,22 @@
|
|
|
3083
3083
|
"status": "standard",
|
|
3084
3084
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline"
|
|
3085
3085
|
},
|
|
3086
|
+
"border-inline-color": {
|
|
3087
|
+
"syntax": "<'border-top-color'>{1,2}",
|
|
3088
|
+
"media": "visual",
|
|
3089
|
+
"inherited": false,
|
|
3090
|
+
"animationType": "byComputedValueType",
|
|
3091
|
+
"percentages": "no",
|
|
3092
|
+
"groups": [
|
|
3093
|
+
"CSS Logical Properties"
|
|
3094
|
+
],
|
|
3095
|
+
"initial": "currentcolor",
|
|
3096
|
+
"appliesto": "allElements",
|
|
3097
|
+
"computed": "computedColor",
|
|
3098
|
+
"order": "uniqueOrder",
|
|
3099
|
+
"status": "standard",
|
|
3100
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-color"
|
|
3101
|
+
},
|
|
3086
3102
|
"border-inline-end": {
|
|
3087
3103
|
"syntax": "<'border-top-width'> || <'border-top-style'> || <color>",
|
|
3088
3104
|
"media": "visual",
|
|
@@ -3111,54 +3127,6 @@
|
|
|
3111
3127
|
"status": "standard",
|
|
3112
3128
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-end"
|
|
3113
3129
|
},
|
|
3114
|
-
"border-inline-color": {
|
|
3115
|
-
"syntax": "<'border-top-color'>{1,2}",
|
|
3116
|
-
"media": "visual",
|
|
3117
|
-
"inherited": false,
|
|
3118
|
-
"animationType": "byComputedValueType",
|
|
3119
|
-
"percentages": "no",
|
|
3120
|
-
"groups": [
|
|
3121
|
-
"CSS Logical Properties"
|
|
3122
|
-
],
|
|
3123
|
-
"initial": "currentcolor",
|
|
3124
|
-
"appliesto": "allElements",
|
|
3125
|
-
"computed": "computedColor",
|
|
3126
|
-
"order": "uniqueOrder",
|
|
3127
|
-
"status": "standard",
|
|
3128
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-color"
|
|
3129
|
-
},
|
|
3130
|
-
"border-inline-style": {
|
|
3131
|
-
"syntax": "<'border-top-style'>",
|
|
3132
|
-
"media": "visual",
|
|
3133
|
-
"inherited": false,
|
|
3134
|
-
"animationType": "discrete",
|
|
3135
|
-
"percentages": "no",
|
|
3136
|
-
"groups": [
|
|
3137
|
-
"CSS Logical Properties"
|
|
3138
|
-
],
|
|
3139
|
-
"initial": "none",
|
|
3140
|
-
"appliesto": "allElements",
|
|
3141
|
-
"computed": "asSpecified",
|
|
3142
|
-
"order": "uniqueOrder",
|
|
3143
|
-
"status": "standard",
|
|
3144
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-style"
|
|
3145
|
-
},
|
|
3146
|
-
"border-inline-width": {
|
|
3147
|
-
"syntax": "<'border-top-width'>",
|
|
3148
|
-
"media": "visual",
|
|
3149
|
-
"inherited": false,
|
|
3150
|
-
"animationType": "byComputedValueType",
|
|
3151
|
-
"percentages": "logicalWidthOfContainingBlock",
|
|
3152
|
-
"groups": [
|
|
3153
|
-
"CSS Logical Properties"
|
|
3154
|
-
],
|
|
3155
|
-
"initial": "medium",
|
|
3156
|
-
"appliesto": "allElements",
|
|
3157
|
-
"computed": "absoluteLengthZeroIfBorderStyleNoneOrHidden",
|
|
3158
|
-
"order": "uniqueOrder",
|
|
3159
|
-
"status": "standard",
|
|
3160
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-width"
|
|
3161
|
-
},
|
|
3162
3130
|
"border-inline-end-color": {
|
|
3163
3131
|
"syntax": "<'border-top-color'>",
|
|
3164
3132
|
"media": "visual",
|
|
@@ -3283,6 +3251,38 @@
|
|
|
3283
3251
|
"status": "standard",
|
|
3284
3252
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width"
|
|
3285
3253
|
},
|
|
3254
|
+
"border-inline-style": {
|
|
3255
|
+
"syntax": "<'border-top-style'>{1,2}",
|
|
3256
|
+
"media": "visual",
|
|
3257
|
+
"inherited": false,
|
|
3258
|
+
"animationType": "discrete",
|
|
3259
|
+
"percentages": "no",
|
|
3260
|
+
"groups": [
|
|
3261
|
+
"CSS Logical Properties"
|
|
3262
|
+
],
|
|
3263
|
+
"initial": "none",
|
|
3264
|
+
"appliesto": "allElements",
|
|
3265
|
+
"computed": "asSpecified",
|
|
3266
|
+
"order": "uniqueOrder",
|
|
3267
|
+
"status": "standard",
|
|
3268
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-style"
|
|
3269
|
+
},
|
|
3270
|
+
"border-inline-width": {
|
|
3271
|
+
"syntax": "<'border-top-width'>{1,2}",
|
|
3272
|
+
"media": "visual",
|
|
3273
|
+
"inherited": false,
|
|
3274
|
+
"animationType": "byComputedValueType",
|
|
3275
|
+
"percentages": "logicalWidthOfContainingBlock",
|
|
3276
|
+
"groups": [
|
|
3277
|
+
"CSS Logical Properties"
|
|
3278
|
+
],
|
|
3279
|
+
"initial": "medium",
|
|
3280
|
+
"appliesto": "allElements",
|
|
3281
|
+
"computed": "absoluteLengthZeroIfBorderStyleNoneOrHidden",
|
|
3282
|
+
"order": "uniqueOrder",
|
|
3283
|
+
"status": "standard",
|
|
3284
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-width"
|
|
3285
|
+
},
|
|
3286
3286
|
"border-left": {
|
|
3287
3287
|
"syntax": "<line-width> || <line-style> || <color>",
|
|
3288
3288
|
"media": "visual",
|
|
@@ -3510,7 +3510,7 @@
|
|
|
3510
3510
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-spacing"
|
|
3511
3511
|
},
|
|
3512
3512
|
"border-start-end-radius": {
|
|
3513
|
-
"syntax": "<
|
|
3513
|
+
"syntax": "<'border-top-left-radius'>",
|
|
3514
3514
|
"media": "visual",
|
|
3515
3515
|
"inherited": false,
|
|
3516
3516
|
"animationType": "lpc",
|
|
@@ -3529,7 +3529,7 @@
|
|
|
3529
3529
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-start-end-radius"
|
|
3530
3530
|
},
|
|
3531
3531
|
"border-start-start-radius": {
|
|
3532
|
-
"syntax": "<
|
|
3532
|
+
"syntax": "<'border-top-left-radius'>",
|
|
3533
3533
|
"media": "visual",
|
|
3534
3534
|
"inherited": false,
|
|
3535
3535
|
"animationType": "lpc",
|
|
@@ -4372,34 +4372,6 @@
|
|
|
4372
4372
|
"status": "standard",
|
|
4373
4373
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain"
|
|
4374
4374
|
},
|
|
4375
|
-
"contain-intrinsic-size": {
|
|
4376
|
-
"syntax": "[ auto? [ none | <length> ] ]{1,2}",
|
|
4377
|
-
"media": "visual",
|
|
4378
|
-
"inherited": false,
|
|
4379
|
-
"animationType": [
|
|
4380
|
-
"contain-intrinsic-width",
|
|
4381
|
-
"contain-intrinsic-height"
|
|
4382
|
-
],
|
|
4383
|
-
"percentages": [
|
|
4384
|
-
"contain-intrinsic-width",
|
|
4385
|
-
"contain-intrinsic-height"
|
|
4386
|
-
],
|
|
4387
|
-
"groups": [
|
|
4388
|
-
"CSS Containment"
|
|
4389
|
-
],
|
|
4390
|
-
"initial": [
|
|
4391
|
-
"contain-intrinsic-width",
|
|
4392
|
-
"contain-intrinsic-height"
|
|
4393
|
-
],
|
|
4394
|
-
"appliesto": "elementsForWhichSizeContainmentCanApply",
|
|
4395
|
-
"computed": [
|
|
4396
|
-
"contain-intrinsic-width",
|
|
4397
|
-
"contain-intrinsic-height"
|
|
4398
|
-
],
|
|
4399
|
-
"order": "perGrammar",
|
|
4400
|
-
"status": "standard",
|
|
4401
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size"
|
|
4402
|
-
},
|
|
4403
4375
|
"contain-intrinsic-block-size": {
|
|
4404
4376
|
"syntax": "auto? [ none | <length> ]",
|
|
4405
4377
|
"inherited": false,
|
|
@@ -4438,12 +4410,40 @@
|
|
|
4438
4410
|
"groups": [
|
|
4439
4411
|
"CSS Containment"
|
|
4440
4412
|
],
|
|
4441
|
-
"initial": "none",
|
|
4413
|
+
"initial": "none",
|
|
4414
|
+
"appliesto": "elementsForWhichSizeContainmentCanApply",
|
|
4415
|
+
"computed": "asSpecifiedWithLengthValuesComputed",
|
|
4416
|
+
"order": "perGrammar",
|
|
4417
|
+
"status": "standard",
|
|
4418
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-inline-size"
|
|
4419
|
+
},
|
|
4420
|
+
"contain-intrinsic-size": {
|
|
4421
|
+
"syntax": "[ auto? [ none | <length> ] ]{1,2}",
|
|
4422
|
+
"media": "visual",
|
|
4423
|
+
"inherited": false,
|
|
4424
|
+
"animationType": [
|
|
4425
|
+
"contain-intrinsic-width",
|
|
4426
|
+
"contain-intrinsic-height"
|
|
4427
|
+
],
|
|
4428
|
+
"percentages": [
|
|
4429
|
+
"contain-intrinsic-width",
|
|
4430
|
+
"contain-intrinsic-height"
|
|
4431
|
+
],
|
|
4432
|
+
"groups": [
|
|
4433
|
+
"CSS Containment"
|
|
4434
|
+
],
|
|
4435
|
+
"initial": [
|
|
4436
|
+
"contain-intrinsic-width",
|
|
4437
|
+
"contain-intrinsic-height"
|
|
4438
|
+
],
|
|
4442
4439
|
"appliesto": "elementsForWhichSizeContainmentCanApply",
|
|
4443
|
-
"computed":
|
|
4440
|
+
"computed": [
|
|
4441
|
+
"contain-intrinsic-width",
|
|
4442
|
+
"contain-intrinsic-height"
|
|
4443
|
+
],
|
|
4444
4444
|
"order": "perGrammar",
|
|
4445
4445
|
"status": "standard",
|
|
4446
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-
|
|
4446
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size"
|
|
4447
4447
|
},
|
|
4448
4448
|
"contain-intrinsic-width": {
|
|
4449
4449
|
"syntax": "auto? [ none | <length> ]",
|
|
@@ -4620,22 +4620,6 @@
|
|
|
4620
4620
|
"status": "standard",
|
|
4621
4621
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cursor"
|
|
4622
4622
|
},
|
|
4623
|
-
"d": {
|
|
4624
|
-
"syntax": "none | path(<string>)",
|
|
4625
|
-
"media": "visual",
|
|
4626
|
-
"inherited": false,
|
|
4627
|
-
"animationType": "basicShapeOtherwiseNo",
|
|
4628
|
-
"percentages": "no",
|
|
4629
|
-
"groups": [
|
|
4630
|
-
"Scalable Vector Graphics"
|
|
4631
|
-
],
|
|
4632
|
-
"initial": "none",
|
|
4633
|
-
"appliesto": "limitedSVGElementsPath",
|
|
4634
|
-
"computed": "asSpecified",
|
|
4635
|
-
"order": "perGrammar",
|
|
4636
|
-
"status": "standard",
|
|
4637
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/d"
|
|
4638
|
-
},
|
|
4639
4623
|
"cx": {
|
|
4640
4624
|
"syntax": "<length> | <percentage>",
|
|
4641
4625
|
"media": "visual",
|
|
@@ -4668,6 +4652,22 @@
|
|
|
4668
4652
|
"status": "standard",
|
|
4669
4653
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cy"
|
|
4670
4654
|
},
|
|
4655
|
+
"d": {
|
|
4656
|
+
"syntax": "none | path(<string>)",
|
|
4657
|
+
"media": "visual",
|
|
4658
|
+
"inherited": false,
|
|
4659
|
+
"animationType": "basicShapeOtherwiseNo",
|
|
4660
|
+
"percentages": "no",
|
|
4661
|
+
"groups": [
|
|
4662
|
+
"Scalable Vector Graphics"
|
|
4663
|
+
],
|
|
4664
|
+
"initial": "none",
|
|
4665
|
+
"appliesto": "limitedSVGElementsPath",
|
|
4666
|
+
"computed": "asSpecified",
|
|
4667
|
+
"order": "perGrammar",
|
|
4668
|
+
"status": "standard",
|
|
4669
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/d"
|
|
4670
|
+
},
|
|
4671
4671
|
"direction": {
|
|
4672
4672
|
"syntax": "ltr | rtl",
|
|
4673
4673
|
"media": "visual",
|
|
@@ -5167,27 +5167,6 @@
|
|
|
5167
5167
|
"status": "standard",
|
|
5168
5168
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-palette"
|
|
5169
5169
|
},
|
|
5170
|
-
"font-variation-settings": {
|
|
5171
|
-
"syntax": "normal | [ <string> <number> ]#",
|
|
5172
|
-
"media": "visual",
|
|
5173
|
-
"inherited": true,
|
|
5174
|
-
"animationType": "transform",
|
|
5175
|
-
"percentages": "no",
|
|
5176
|
-
"groups": [
|
|
5177
|
-
"CSS Fonts"
|
|
5178
|
-
],
|
|
5179
|
-
"initial": "normal",
|
|
5180
|
-
"appliesto": "allElements",
|
|
5181
|
-
"computed": "asSpecified",
|
|
5182
|
-
"order": "perGrammar",
|
|
5183
|
-
"alsoAppliesTo": [
|
|
5184
|
-
"::first-letter",
|
|
5185
|
-
"::first-line",
|
|
5186
|
-
"::placeholder"
|
|
5187
|
-
],
|
|
5188
|
-
"status": "standard",
|
|
5189
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-variation-settings"
|
|
5190
|
-
},
|
|
5191
5170
|
"font-size": {
|
|
5192
5171
|
"syntax": "<absolute-size> | <relative-size> | <length-percentage>",
|
|
5193
5172
|
"media": "visual",
|
|
@@ -5561,6 +5540,27 @@
|
|
|
5561
5540
|
"status": "standard",
|
|
5562
5541
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-variant-position"
|
|
5563
5542
|
},
|
|
5543
|
+
"font-variation-settings": {
|
|
5544
|
+
"syntax": "normal | [ <string> <number> ]#",
|
|
5545
|
+
"media": "visual",
|
|
5546
|
+
"inherited": true,
|
|
5547
|
+
"animationType": "transform",
|
|
5548
|
+
"percentages": "no",
|
|
5549
|
+
"groups": [
|
|
5550
|
+
"CSS Fonts"
|
|
5551
|
+
],
|
|
5552
|
+
"initial": "normal",
|
|
5553
|
+
"appliesto": "allElements",
|
|
5554
|
+
"computed": "asSpecified",
|
|
5555
|
+
"order": "perGrammar",
|
|
5556
|
+
"alsoAppliesTo": [
|
|
5557
|
+
"::first-letter",
|
|
5558
|
+
"::first-line",
|
|
5559
|
+
"::placeholder"
|
|
5560
|
+
],
|
|
5561
|
+
"status": "standard",
|
|
5562
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-variation-settings"
|
|
5563
|
+
},
|
|
5564
5564
|
"font-weight": {
|
|
5565
5565
|
"syntax": "<font-weight-absolute> | bolder | lighter",
|
|
5566
5566
|
"media": "visual",
|
|
@@ -8790,54 +8790,6 @@
|
|
|
8790
8790
|
"status": "standard",
|
|
8791
8791
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scale"
|
|
8792
8792
|
},
|
|
8793
|
-
"scrollbar-color": {
|
|
8794
|
-
"syntax": "auto | <color>{2}",
|
|
8795
|
-
"media": "visual",
|
|
8796
|
-
"inherited": true,
|
|
8797
|
-
"animationType": "byComputedValueType",
|
|
8798
|
-
"percentages": "no",
|
|
8799
|
-
"groups": [
|
|
8800
|
-
"CSS Scrollbars"
|
|
8801
|
-
],
|
|
8802
|
-
"initial": "auto",
|
|
8803
|
-
"appliesto": "scrollingBoxes",
|
|
8804
|
-
"computed": "asSpecified",
|
|
8805
|
-
"order": "perGrammar",
|
|
8806
|
-
"status": "standard",
|
|
8807
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-color"
|
|
8808
|
-
},
|
|
8809
|
-
"scrollbar-gutter": {
|
|
8810
|
-
"syntax": "auto | stable && both-edges?",
|
|
8811
|
-
"media": "visual",
|
|
8812
|
-
"inherited": false,
|
|
8813
|
-
"animationType": "discrete",
|
|
8814
|
-
"percentages": "no",
|
|
8815
|
-
"groups": [
|
|
8816
|
-
"CSS Overflow"
|
|
8817
|
-
],
|
|
8818
|
-
"initial": "auto",
|
|
8819
|
-
"appliesto": "scrollingBoxes",
|
|
8820
|
-
"computed": "asSpecified",
|
|
8821
|
-
"order": "perGrammar",
|
|
8822
|
-
"status": "standard",
|
|
8823
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter"
|
|
8824
|
-
},
|
|
8825
|
-
"scrollbar-width": {
|
|
8826
|
-
"syntax": "auto | thin | none",
|
|
8827
|
-
"media": "visual",
|
|
8828
|
-
"inherited": false,
|
|
8829
|
-
"animationType": "byComputedValueType",
|
|
8830
|
-
"percentages": "no",
|
|
8831
|
-
"groups": [
|
|
8832
|
-
"CSS Scrollbars"
|
|
8833
|
-
],
|
|
8834
|
-
"initial": "auto",
|
|
8835
|
-
"appliesto": "scrollingBoxes",
|
|
8836
|
-
"computed": "asSpecified",
|
|
8837
|
-
"order": "perGrammar",
|
|
8838
|
-
"status": "standard",
|
|
8839
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-width"
|
|
8840
|
-
},
|
|
8841
8793
|
"scroll-behavior": {
|
|
8842
8794
|
"syntax": "auto | smooth",
|
|
8843
8795
|
"media": "visual",
|
|
@@ -8902,7 +8854,7 @@
|
|
|
8902
8854
|
"status": "standard",
|
|
8903
8855
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block"
|
|
8904
8856
|
},
|
|
8905
|
-
"scroll-margin-block-
|
|
8857
|
+
"scroll-margin-block-end": {
|
|
8906
8858
|
"syntax": "<length>",
|
|
8907
8859
|
"media": "visual",
|
|
8908
8860
|
"inherited": false,
|
|
@@ -8916,9 +8868,9 @@
|
|
|
8916
8868
|
"computed": "asSpecified",
|
|
8917
8869
|
"order": "perGrammar",
|
|
8918
8870
|
"status": "standard",
|
|
8919
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-
|
|
8871
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end"
|
|
8920
8872
|
},
|
|
8921
|
-
"scroll-margin-block-
|
|
8873
|
+
"scroll-margin-block-start": {
|
|
8922
8874
|
"syntax": "<length>",
|
|
8923
8875
|
"media": "visual",
|
|
8924
8876
|
"inherited": false,
|
|
@@ -8932,7 +8884,7 @@
|
|
|
8932
8884
|
"computed": "asSpecified",
|
|
8933
8885
|
"order": "perGrammar",
|
|
8934
8886
|
"status": "standard",
|
|
8935
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-
|
|
8887
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-start"
|
|
8936
8888
|
},
|
|
8937
8889
|
"scroll-margin-bottom": {
|
|
8938
8890
|
"syntax": "<length>",
|
|
@@ -8972,7 +8924,7 @@
|
|
|
8972
8924
|
"status": "standard",
|
|
8973
8925
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline"
|
|
8974
8926
|
},
|
|
8975
|
-
"scroll-margin-inline-
|
|
8927
|
+
"scroll-margin-inline-end": {
|
|
8976
8928
|
"syntax": "<length>",
|
|
8977
8929
|
"media": "visual",
|
|
8978
8930
|
"inherited": false,
|
|
@@ -8986,9 +8938,9 @@
|
|
|
8986
8938
|
"computed": "asSpecified",
|
|
8987
8939
|
"order": "perGrammar",
|
|
8988
8940
|
"status": "standard",
|
|
8989
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-
|
|
8941
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-end"
|
|
8990
8942
|
},
|
|
8991
|
-
"scroll-margin-inline-
|
|
8943
|
+
"scroll-margin-inline-start": {
|
|
8992
8944
|
"syntax": "<length>",
|
|
8993
8945
|
"media": "visual",
|
|
8994
8946
|
"inherited": false,
|
|
@@ -9002,7 +8954,7 @@
|
|
|
9002
8954
|
"computed": "asSpecified",
|
|
9003
8955
|
"order": "perGrammar",
|
|
9004
8956
|
"status": "standard",
|
|
9005
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-
|
|
8957
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-start"
|
|
9006
8958
|
},
|
|
9007
8959
|
"scroll-margin-left": {
|
|
9008
8960
|
"syntax": "<length>",
|
|
@@ -9100,7 +9052,7 @@
|
|
|
9100
9052
|
"status": "standard",
|
|
9101
9053
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block"
|
|
9102
9054
|
},
|
|
9103
|
-
"scroll-padding-block-
|
|
9055
|
+
"scroll-padding-block-end": {
|
|
9104
9056
|
"syntax": "auto | <length-percentage>",
|
|
9105
9057
|
"media": "visual",
|
|
9106
9058
|
"inherited": false,
|
|
@@ -9114,9 +9066,9 @@
|
|
|
9114
9066
|
"computed": "asSpecified",
|
|
9115
9067
|
"order": "perGrammar",
|
|
9116
9068
|
"status": "standard",
|
|
9117
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-
|
|
9069
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end"
|
|
9118
9070
|
},
|
|
9119
|
-
"scroll-padding-block-
|
|
9071
|
+
"scroll-padding-block-start": {
|
|
9120
9072
|
"syntax": "auto | <length-percentage>",
|
|
9121
9073
|
"media": "visual",
|
|
9122
9074
|
"inherited": false,
|
|
@@ -9130,7 +9082,7 @@
|
|
|
9130
9082
|
"computed": "asSpecified",
|
|
9131
9083
|
"order": "perGrammar",
|
|
9132
9084
|
"status": "standard",
|
|
9133
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-
|
|
9085
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start"
|
|
9134
9086
|
},
|
|
9135
9087
|
"scroll-padding-bottom": {
|
|
9136
9088
|
"syntax": "auto | <length-percentage>",
|
|
@@ -9170,7 +9122,7 @@
|
|
|
9170
9122
|
"status": "standard",
|
|
9171
9123
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline"
|
|
9172
9124
|
},
|
|
9173
|
-
"scroll-padding-inline-
|
|
9125
|
+
"scroll-padding-inline-end": {
|
|
9174
9126
|
"syntax": "auto | <length-percentage>",
|
|
9175
9127
|
"media": "visual",
|
|
9176
9128
|
"inherited": false,
|
|
@@ -9184,9 +9136,9 @@
|
|
|
9184
9136
|
"computed": "asSpecified",
|
|
9185
9137
|
"order": "perGrammar",
|
|
9186
9138
|
"status": "standard",
|
|
9187
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-
|
|
9139
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end"
|
|
9188
9140
|
},
|
|
9189
|
-
"scroll-padding-inline-
|
|
9141
|
+
"scroll-padding-inline-start": {
|
|
9190
9142
|
"syntax": "auto | <length-percentage>",
|
|
9191
9143
|
"media": "visual",
|
|
9192
9144
|
"inherited": false,
|
|
@@ -9200,7 +9152,7 @@
|
|
|
9200
9152
|
"computed": "asSpecified",
|
|
9201
9153
|
"order": "perGrammar",
|
|
9202
9154
|
"status": "standard",
|
|
9203
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-
|
|
9155
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start"
|
|
9204
9156
|
},
|
|
9205
9157
|
"scroll-padding-left": {
|
|
9206
9158
|
"syntax": "auto | <length-percentage>",
|
|
@@ -9451,6 +9403,54 @@
|
|
|
9451
9403
|
"status": "experimental",
|
|
9452
9404
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-name"
|
|
9453
9405
|
},
|
|
9406
|
+
"scrollbar-color": {
|
|
9407
|
+
"syntax": "auto | <color>{2}",
|
|
9408
|
+
"media": "visual",
|
|
9409
|
+
"inherited": true,
|
|
9410
|
+
"animationType": "byComputedValueType",
|
|
9411
|
+
"percentages": "no",
|
|
9412
|
+
"groups": [
|
|
9413
|
+
"CSS Scrollbars"
|
|
9414
|
+
],
|
|
9415
|
+
"initial": "auto",
|
|
9416
|
+
"appliesto": "scrollingBoxes",
|
|
9417
|
+
"computed": "asSpecified",
|
|
9418
|
+
"order": "perGrammar",
|
|
9419
|
+
"status": "standard",
|
|
9420
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-color"
|
|
9421
|
+
},
|
|
9422
|
+
"scrollbar-gutter": {
|
|
9423
|
+
"syntax": "auto | stable && both-edges?",
|
|
9424
|
+
"media": "visual",
|
|
9425
|
+
"inherited": false,
|
|
9426
|
+
"animationType": "discrete",
|
|
9427
|
+
"percentages": "no",
|
|
9428
|
+
"groups": [
|
|
9429
|
+
"CSS Overflow"
|
|
9430
|
+
],
|
|
9431
|
+
"initial": "auto",
|
|
9432
|
+
"appliesto": "scrollingBoxes",
|
|
9433
|
+
"computed": "asSpecified",
|
|
9434
|
+
"order": "perGrammar",
|
|
9435
|
+
"status": "standard",
|
|
9436
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter"
|
|
9437
|
+
},
|
|
9438
|
+
"scrollbar-width": {
|
|
9439
|
+
"syntax": "auto | thin | none",
|
|
9440
|
+
"media": "visual",
|
|
9441
|
+
"inherited": false,
|
|
9442
|
+
"animationType": "discrete",
|
|
9443
|
+
"percentages": "no",
|
|
9444
|
+
"groups": [
|
|
9445
|
+
"CSS Scrollbars"
|
|
9446
|
+
],
|
|
9447
|
+
"initial": "auto",
|
|
9448
|
+
"appliesto": "scrollingBoxes",
|
|
9449
|
+
"computed": "asSpecified",
|
|
9450
|
+
"order": "perGrammar",
|
|
9451
|
+
"status": "standard",
|
|
9452
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-width"
|
|
9453
|
+
},
|
|
9454
9454
|
"shape-image-threshold": {
|
|
9455
9455
|
"syntax": "<opacity-value>",
|
|
9456
9456
|
"media": "visual",
|
|
@@ -9774,6 +9774,51 @@
|
|
|
9774
9774
|
"status": "standard",
|
|
9775
9775
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-anchor"
|
|
9776
9776
|
},
|
|
9777
|
+
"text-box": {
|
|
9778
|
+
"syntax": "normal | <'text-box-trim'> || <'text-box-edge'>",
|
|
9779
|
+
"media": "visual",
|
|
9780
|
+
"inherited": false,
|
|
9781
|
+
"animationType": "discrete",
|
|
9782
|
+
"percentages": "no",
|
|
9783
|
+
"groups": [
|
|
9784
|
+
"CSS Inline"
|
|
9785
|
+
],
|
|
9786
|
+
"initial": "normal",
|
|
9787
|
+
"appliesto": "blockContainersAndInlineBoxes",
|
|
9788
|
+
"computed": "theSpecifiedKeyword",
|
|
9789
|
+
"order": "perGrammar",
|
|
9790
|
+
"status": "standard"
|
|
9791
|
+
},
|
|
9792
|
+
"text-box-edge": {
|
|
9793
|
+
"syntax": "auto | <text-edge>",
|
|
9794
|
+
"media": "visual",
|
|
9795
|
+
"inherited": false,
|
|
9796
|
+
"animationType": "discrete",
|
|
9797
|
+
"percentages": "no",
|
|
9798
|
+
"groups": [
|
|
9799
|
+
"CSS Inline"
|
|
9800
|
+
],
|
|
9801
|
+
"initial": "auto",
|
|
9802
|
+
"appliesto": "blockContainersAndInlineBoxes",
|
|
9803
|
+
"computed": "theSpecifiedKeyword",
|
|
9804
|
+
"order": "perGrammar",
|
|
9805
|
+
"status": "standard"
|
|
9806
|
+
},
|
|
9807
|
+
"text-box-trim": {
|
|
9808
|
+
"syntax": "none | trim-start | trim-end | trim-both",
|
|
9809
|
+
"media": "visual",
|
|
9810
|
+
"inherited": false,
|
|
9811
|
+
"animationType": "discrete",
|
|
9812
|
+
"percentages": "no",
|
|
9813
|
+
"groups": [
|
|
9814
|
+
"CSS Inline"
|
|
9815
|
+
],
|
|
9816
|
+
"initial": "none",
|
|
9817
|
+
"appliesto": "blockContainersAndInlineBoxes",
|
|
9818
|
+
"computed": "theSpecifiedKeyword",
|
|
9819
|
+
"order": "perGrammar",
|
|
9820
|
+
"status": "standard"
|
|
9821
|
+
},
|
|
9777
9822
|
"text-combine-upright": {
|
|
9778
9823
|
"syntax": "none | all | [ digits <integer>? ]",
|
|
9779
9824
|
"media": "visual",
|