mdn-data 2.0.2 → 2.0.6
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/definitions.json +3 -1
- package/css/properties.json +167 -58
- package/css/properties.schema.json +1 -0
- package/css/selectors.json +27 -0
- package/css/syntaxes.json +49 -28
- package/css/types.json +1 -1
- package/l10n/css.json +7 -0
- package/package.json +1 -1
package/css/definitions.json
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"CSS Logical Properties",
|
|
33
33
|
"CSS Masking",
|
|
34
34
|
"CSS Miscellaneous",
|
|
35
|
-
"CSS Motion",
|
|
35
|
+
"CSS Motion Path",
|
|
36
36
|
"CSS Namespaces",
|
|
37
37
|
"CSS Overflow",
|
|
38
38
|
"CSS Pages",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"CSS Scroll Anchoring",
|
|
44
44
|
"CSS Scrollbars",
|
|
45
45
|
"CSS Scroll Snap",
|
|
46
|
+
"CSS Shadow Parts",
|
|
46
47
|
"CSS Shapes",
|
|
47
48
|
"CSS Speech",
|
|
48
49
|
"CSS Table",
|
|
@@ -59,6 +60,7 @@
|
|
|
59
60
|
"CSS Writing Modes",
|
|
60
61
|
"CSSOM View",
|
|
61
62
|
"Filter Effects",
|
|
63
|
+
"Grouping Selectors",
|
|
62
64
|
"Media Queries",
|
|
63
65
|
"Microsoft Extensions",
|
|
64
66
|
"Mozilla Extensions",
|
package/css/properties.json
CHANGED
|
@@ -1280,6 +1280,23 @@
|
|
|
1280
1280
|
"status": "nonstandard",
|
|
1281
1281
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-box-reflect"
|
|
1282
1282
|
},
|
|
1283
|
+
"-webkit-line-clamp": {
|
|
1284
|
+
"syntax": "none | <integer>",
|
|
1285
|
+
"media": "visual",
|
|
1286
|
+
"inherited": false,
|
|
1287
|
+
"animationType": "byComputedValueType",
|
|
1288
|
+
"percentages": "no",
|
|
1289
|
+
"groups": [
|
|
1290
|
+
"WebKit Extensions",
|
|
1291
|
+
"CSS Overflow"
|
|
1292
|
+
],
|
|
1293
|
+
"initial": "none",
|
|
1294
|
+
"appliesto": "allElements",
|
|
1295
|
+
"computed": "asSpecified",
|
|
1296
|
+
"order": "uniqueOrder",
|
|
1297
|
+
"status": "standard",
|
|
1298
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp"
|
|
1299
|
+
},
|
|
1283
1300
|
"-webkit-mask": {
|
|
1284
1301
|
"syntax": "[ <mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || [ <box> | border | padding | content | text ] || [ <box> | border | padding | content ] ]#",
|
|
1285
1302
|
"media": "visual",
|
|
@@ -1849,7 +1866,7 @@
|
|
|
1849
1866
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-play-state"
|
|
1850
1867
|
},
|
|
1851
1868
|
"animation-timing-function": {
|
|
1852
|
-
"syntax": "<
|
|
1869
|
+
"syntax": "<timing-function>#",
|
|
1853
1870
|
"media": "visual",
|
|
1854
1871
|
"inherited": false,
|
|
1855
1872
|
"animationType": "discrete",
|
|
@@ -1880,6 +1897,22 @@
|
|
|
1880
1897
|
"status": "experimental",
|
|
1881
1898
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-appearance"
|
|
1882
1899
|
},
|
|
1900
|
+
"aspect-ratio": {
|
|
1901
|
+
"syntax": "auto | <ratio>",
|
|
1902
|
+
"media": "all",
|
|
1903
|
+
"inherited": false,
|
|
1904
|
+
"animationType": "discrete",
|
|
1905
|
+
"percentages": "no",
|
|
1906
|
+
"groups": [
|
|
1907
|
+
"CSS Basic User Interface"
|
|
1908
|
+
],
|
|
1909
|
+
"initial": "auto",
|
|
1910
|
+
"appliesto": "allElementsExceptInlineBoxesAndInternalRubyOrTableBoxes",
|
|
1911
|
+
"computed": "asSpecified",
|
|
1912
|
+
"order": "perGrammar",
|
|
1913
|
+
"status": "experimental",
|
|
1914
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/aspect-ratio"
|
|
1915
|
+
},
|
|
1883
1916
|
"azimuth": {
|
|
1884
1917
|
"syntax": "<angle> | [ [ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards",
|
|
1885
1918
|
"media": "aural",
|
|
@@ -2729,7 +2762,7 @@
|
|
|
2729
2762
|
"syntax": "[ <length> | <number> ]{1,4}",
|
|
2730
2763
|
"media": "visual",
|
|
2731
2764
|
"inherited": false,
|
|
2732
|
-
"animationType": "
|
|
2765
|
+
"animationType": "byComputedValueType",
|
|
2733
2766
|
"percentages": "no",
|
|
2734
2767
|
"groups": [
|
|
2735
2768
|
"CSS Backgrounds and Borders"
|
|
@@ -2767,7 +2800,7 @@
|
|
|
2767
2800
|
"syntax": "<number-percentage>{1,4} && fill?",
|
|
2768
2801
|
"media": "visual",
|
|
2769
2802
|
"inherited": false,
|
|
2770
|
-
"animationType": "
|
|
2803
|
+
"animationType": "byComputedValueType",
|
|
2771
2804
|
"percentages": "referToSizeOfBorderImage",
|
|
2772
2805
|
"groups": [
|
|
2773
2806
|
"CSS Backgrounds and Borders"
|
|
@@ -2805,7 +2838,7 @@
|
|
|
2805
2838
|
"syntax": "[ <length-percentage> | <number> | auto ]{1,4}",
|
|
2806
2839
|
"media": "visual",
|
|
2807
2840
|
"inherited": false,
|
|
2808
|
-
"animationType": "
|
|
2841
|
+
"animationType": "byComputedValueType",
|
|
2809
2842
|
"percentages": "referToWidthOrHeightOfBorderImageArea",
|
|
2810
2843
|
"groups": [
|
|
2811
2844
|
"CSS Backgrounds and Borders"
|
|
@@ -3693,8 +3726,8 @@
|
|
|
3693
3726
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/box-sizing"
|
|
3694
3727
|
},
|
|
3695
3728
|
"break-after": {
|
|
3696
|
-
"syntax": "auto | avoid | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",
|
|
3697
|
-
"media": "
|
|
3729
|
+
"syntax": "auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",
|
|
3730
|
+
"media": "visual",
|
|
3698
3731
|
"inherited": false,
|
|
3699
3732
|
"animationType": "discrete",
|
|
3700
3733
|
"percentages": "no",
|
|
@@ -3709,8 +3742,8 @@
|
|
|
3709
3742
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/break-after"
|
|
3710
3743
|
},
|
|
3711
3744
|
"break-before": {
|
|
3712
|
-
"syntax": "auto | avoid | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",
|
|
3713
|
-
"media": "
|
|
3745
|
+
"syntax": "auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",
|
|
3746
|
+
"media": "visual",
|
|
3714
3747
|
"inherited": false,
|
|
3715
3748
|
"animationType": "discrete",
|
|
3716
3749
|
"percentages": "no",
|
|
@@ -3726,7 +3759,7 @@
|
|
|
3726
3759
|
},
|
|
3727
3760
|
"break-inside": {
|
|
3728
3761
|
"syntax": "auto | avoid | avoid-page | avoid-column | avoid-region",
|
|
3729
|
-
"media": "
|
|
3762
|
+
"media": "visual",
|
|
3730
3763
|
"inherited": false,
|
|
3731
3764
|
"animationType": "discrete",
|
|
3732
3765
|
"percentages": "no",
|
|
@@ -4102,6 +4135,22 @@
|
|
|
4102
4135
|
"status": "standard",
|
|
4103
4136
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter-reset"
|
|
4104
4137
|
},
|
|
4138
|
+
"counter-set": {
|
|
4139
|
+
"syntax": "[ <custom-ident> <integer>? ]+ | none",
|
|
4140
|
+
"media": "all",
|
|
4141
|
+
"inherited": false,
|
|
4142
|
+
"animationType": "discrete",
|
|
4143
|
+
"percentages": "no",
|
|
4144
|
+
"groups": [
|
|
4145
|
+
"CSS Counter Styles"
|
|
4146
|
+
],
|
|
4147
|
+
"initial": "none",
|
|
4148
|
+
"appliesto": "allElements",
|
|
4149
|
+
"computed": "asSpecified",
|
|
4150
|
+
"order": "uniqueOrder",
|
|
4151
|
+
"status": "standard",
|
|
4152
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter-set"
|
|
4153
|
+
},
|
|
4105
4154
|
"cursor": {
|
|
4106
4155
|
"syntax": "[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing ] ]",
|
|
4107
4156
|
"media": [
|
|
@@ -5129,7 +5178,7 @@
|
|
|
5129
5178
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/grid-template-areas"
|
|
5130
5179
|
},
|
|
5131
5180
|
"grid-template-columns": {
|
|
5132
|
-
"syntax": "none | <track-list> | <auto-track-list>",
|
|
5181
|
+
"syntax": "none | <track-list> | <auto-track-list> | subgrid <line-name-list>?",
|
|
5133
5182
|
"media": "visual",
|
|
5134
5183
|
"inherited": false,
|
|
5135
5184
|
"animationType": "simpleListOfLpcDifferenceLpc",
|
|
@@ -5145,7 +5194,7 @@
|
|
|
5145
5194
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/grid-template-columns"
|
|
5146
5195
|
},
|
|
5147
5196
|
"grid-template-rows": {
|
|
5148
|
-
"syntax": "none | <track-list> | <auto-track-list>",
|
|
5197
|
+
"syntax": "none | <track-list> | <auto-track-list> | subgrid <line-name-list>?",
|
|
5149
5198
|
"media": "visual",
|
|
5150
5199
|
"inherited": false,
|
|
5151
5200
|
"animationType": "simpleListOfLpcDifferenceLpc",
|
|
@@ -5532,7 +5581,7 @@
|
|
|
5532
5581
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/letter-spacing"
|
|
5533
5582
|
},
|
|
5534
5583
|
"line-break": {
|
|
5535
|
-
"syntax": "auto | loose | normal | strict",
|
|
5584
|
+
"syntax": "auto | loose | normal | strict | anywhere",
|
|
5536
5585
|
"media": "visual",
|
|
5537
5586
|
"inherited": false,
|
|
5538
5587
|
"animationType": "discrete",
|
|
@@ -5583,6 +5632,22 @@
|
|
|
5583
5632
|
"status": "standard",
|
|
5584
5633
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/line-height"
|
|
5585
5634
|
},
|
|
5635
|
+
"line-height-step": {
|
|
5636
|
+
"syntax": "<length>",
|
|
5637
|
+
"media": "visual",
|
|
5638
|
+
"inherited": true,
|
|
5639
|
+
"animationType": "discrete",
|
|
5640
|
+
"percentages": "no",
|
|
5641
|
+
"groups": [
|
|
5642
|
+
"CSS Fonts"
|
|
5643
|
+
],
|
|
5644
|
+
"initial": "0",
|
|
5645
|
+
"appliesto": "blockContainers",
|
|
5646
|
+
"computed": "absoluteLength",
|
|
5647
|
+
"order": "perGrammar",
|
|
5648
|
+
"status": "experimental",
|
|
5649
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/line-height-step"
|
|
5650
|
+
},
|
|
5586
5651
|
"list-style": {
|
|
5587
5652
|
"syntax": "<'list-style-type'> || <'list-style-position'> || <'list-style-image'>",
|
|
5588
5653
|
"media": "visual",
|
|
@@ -6392,7 +6457,7 @@
|
|
|
6392
6457
|
"offset-anchor"
|
|
6393
6458
|
],
|
|
6394
6459
|
"groups": [
|
|
6395
|
-
"CSS Motion"
|
|
6460
|
+
"CSS Motion Path"
|
|
6396
6461
|
],
|
|
6397
6462
|
"initial": [
|
|
6398
6463
|
"offset-position",
|
|
@@ -6421,7 +6486,7 @@
|
|
|
6421
6486
|
"animationType": "position",
|
|
6422
6487
|
"percentages": "relativeToWidthAndHeight",
|
|
6423
6488
|
"groups": [
|
|
6424
|
-
"CSS Motion"
|
|
6489
|
+
"CSS Motion Path"
|
|
6425
6490
|
],
|
|
6426
6491
|
"initial": "auto",
|
|
6427
6492
|
"appliesto": "transformableElements",
|
|
@@ -6436,7 +6501,7 @@
|
|
|
6436
6501
|
"animationType": "lpc",
|
|
6437
6502
|
"percentages": "referToTotalPathLength",
|
|
6438
6503
|
"groups": [
|
|
6439
|
-
"CSS Motion"
|
|
6504
|
+
"CSS Motion Path"
|
|
6440
6505
|
],
|
|
6441
6506
|
"initial": "0",
|
|
6442
6507
|
"appliesto": "transformableElements",
|
|
@@ -6452,7 +6517,7 @@
|
|
|
6452
6517
|
"animationType": "angleOrBasicShapeOrPath",
|
|
6453
6518
|
"percentages": "no",
|
|
6454
6519
|
"groups": [
|
|
6455
|
-
"CSS Motion"
|
|
6520
|
+
"CSS Motion Path"
|
|
6456
6521
|
],
|
|
6457
6522
|
"initial": "none",
|
|
6458
6523
|
"appliesto": "transformableElements",
|
|
@@ -6469,7 +6534,7 @@
|
|
|
6469
6534
|
"animationType": "position",
|
|
6470
6535
|
"percentages": "referToSizeOfContainingBlock",
|
|
6471
6536
|
"groups": [
|
|
6472
|
-
"CSS Motion"
|
|
6537
|
+
"CSS Motion Path"
|
|
6473
6538
|
],
|
|
6474
6539
|
"initial": "auto",
|
|
6475
6540
|
"appliesto": "transformableElements",
|
|
@@ -6484,7 +6549,7 @@
|
|
|
6484
6549
|
"animationType": "angleOrBasicShapeOrPath",
|
|
6485
6550
|
"percentages": "no",
|
|
6486
6551
|
"groups": [
|
|
6487
|
-
"CSS Motion"
|
|
6552
|
+
"CSS Motion Path"
|
|
6488
6553
|
],
|
|
6489
6554
|
"initial": "auto",
|
|
6490
6555
|
"appliesto": "transformableElements",
|
|
@@ -6494,7 +6559,7 @@
|
|
|
6494
6559
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset-rotate"
|
|
6495
6560
|
},
|
|
6496
6561
|
"opacity": {
|
|
6497
|
-
"syntax": "<
|
|
6562
|
+
"syntax": "<alpha-value>",
|
|
6498
6563
|
"media": "visual",
|
|
6499
6564
|
"inherited": false,
|
|
6500
6565
|
"animationType": "number",
|
|
@@ -6683,7 +6748,7 @@
|
|
|
6683
6748
|
"status": "experimental"
|
|
6684
6749
|
},
|
|
6685
6750
|
"overflow-block": {
|
|
6686
|
-
"syntax": "
|
|
6751
|
+
"syntax": "visible | hidden | clip | scroll | auto",
|
|
6687
6752
|
"media": "visual",
|
|
6688
6753
|
"inherited": false,
|
|
6689
6754
|
"animationType": "discrete",
|
|
@@ -6714,7 +6779,7 @@
|
|
|
6714
6779
|
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/CSS/overflow-clip-box"
|
|
6715
6780
|
},
|
|
6716
6781
|
"overflow-inline": {
|
|
6717
|
-
"syntax": "
|
|
6782
|
+
"syntax": "visible | hidden | clip | scroll | auto",
|
|
6718
6783
|
"media": "visual",
|
|
6719
6784
|
"inherited": false,
|
|
6720
6785
|
"animationType": "discrete",
|
|
@@ -6738,7 +6803,7 @@
|
|
|
6738
6803
|
"CSS Text"
|
|
6739
6804
|
],
|
|
6740
6805
|
"initial": "normal",
|
|
6741
|
-
"appliesto": "
|
|
6806
|
+
"appliesto": "nonReplacedInlineElements",
|
|
6742
6807
|
"computed": "asSpecified",
|
|
6743
6808
|
"order": "uniqueOrder",
|
|
6744
6809
|
"status": "standard",
|
|
@@ -7225,7 +7290,7 @@
|
|
|
7225
7290
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position"
|
|
7226
7291
|
},
|
|
7227
7292
|
"quotes": {
|
|
7228
|
-
"syntax": "none | [ <string> <string> ]+",
|
|
7293
|
+
"syntax": "none | auto | [ <string> <string> ]+",
|
|
7229
7294
|
"media": "visual",
|
|
7230
7295
|
"inherited": true,
|
|
7231
7296
|
"animationType": "discrete",
|
|
@@ -7273,7 +7338,7 @@
|
|
|
7273
7338
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/right"
|
|
7274
7339
|
},
|
|
7275
7340
|
"rotate": {
|
|
7276
|
-
"syntax": "none | [ x | y | z | <number>{3} ]
|
|
7341
|
+
"syntax": "none | <angle> | [ x | y | z | <number>{3} ] && <angle>",
|
|
7277
7342
|
"media": "visual",
|
|
7278
7343
|
"inherited": false,
|
|
7279
7344
|
"animationType": "transform",
|
|
@@ -7418,7 +7483,7 @@
|
|
|
7418
7483
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-behavior"
|
|
7419
7484
|
},
|
|
7420
7485
|
"scroll-margin": {
|
|
7421
|
-
"syntax": "
|
|
7486
|
+
"syntax": "<length>{1,4}",
|
|
7422
7487
|
"media": "visual",
|
|
7423
7488
|
"inherited": false,
|
|
7424
7489
|
"animationType": "byComputedValueType",
|
|
@@ -7434,7 +7499,7 @@
|
|
|
7434
7499
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin"
|
|
7435
7500
|
},
|
|
7436
7501
|
"scroll-margin-block": {
|
|
7437
|
-
"syntax": "
|
|
7502
|
+
"syntax": "<length>{1,2}",
|
|
7438
7503
|
"media": "visual",
|
|
7439
7504
|
"inherited": false,
|
|
7440
7505
|
"animationType": "byComputedValueType",
|
|
@@ -7450,7 +7515,7 @@
|
|
|
7450
7515
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block"
|
|
7451
7516
|
},
|
|
7452
7517
|
"scroll-margin-block-start": {
|
|
7453
|
-
"syntax": "
|
|
7518
|
+
"syntax": "<length>",
|
|
7454
7519
|
"media": "visual",
|
|
7455
7520
|
"inherited": false,
|
|
7456
7521
|
"animationType": "byComputedValueType",
|
|
@@ -7466,7 +7531,7 @@
|
|
|
7466
7531
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-start"
|
|
7467
7532
|
},
|
|
7468
7533
|
"scroll-margin-block-end": {
|
|
7469
|
-
"syntax": "
|
|
7534
|
+
"syntax": "<length>",
|
|
7470
7535
|
"media": "visual",
|
|
7471
7536
|
"inherited": false,
|
|
7472
7537
|
"animationType": "byComputedValueType",
|
|
@@ -7482,7 +7547,7 @@
|
|
|
7482
7547
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end"
|
|
7483
7548
|
},
|
|
7484
7549
|
"scroll-margin-bottom": {
|
|
7485
|
-
"syntax": "
|
|
7550
|
+
"syntax": "<length>",
|
|
7486
7551
|
"media": "visual",
|
|
7487
7552
|
"inherited": false,
|
|
7488
7553
|
"animationType": "byComputedValueType",
|
|
@@ -7498,7 +7563,7 @@
|
|
|
7498
7563
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-bottom"
|
|
7499
7564
|
},
|
|
7500
7565
|
"scroll-margin-inline": {
|
|
7501
|
-
"syntax": "
|
|
7566
|
+
"syntax": "<length>{1,2}",
|
|
7502
7567
|
"media": "visual",
|
|
7503
7568
|
"inherited": false,
|
|
7504
7569
|
"animationType": "byComputedValueType",
|
|
@@ -7514,7 +7579,7 @@
|
|
|
7514
7579
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline"
|
|
7515
7580
|
},
|
|
7516
7581
|
"scroll-margin-inline-start": {
|
|
7517
|
-
"syntax": "
|
|
7582
|
+
"syntax": "<length>",
|
|
7518
7583
|
"media": "visual",
|
|
7519
7584
|
"inherited": false,
|
|
7520
7585
|
"animationType": "byComputedValueType",
|
|
@@ -7530,7 +7595,7 @@
|
|
|
7530
7595
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-start"
|
|
7531
7596
|
},
|
|
7532
7597
|
"scroll-margin-inline-end": {
|
|
7533
|
-
"syntax": "
|
|
7598
|
+
"syntax": "<length>",
|
|
7534
7599
|
"media": "visual",
|
|
7535
7600
|
"inherited": false,
|
|
7536
7601
|
"animationType": "byComputedValueType",
|
|
@@ -7546,7 +7611,7 @@
|
|
|
7546
7611
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-end"
|
|
7547
7612
|
},
|
|
7548
7613
|
"scroll-margin-left": {
|
|
7549
|
-
"syntax": "
|
|
7614
|
+
"syntax": "<length>",
|
|
7550
7615
|
"media": "visual",
|
|
7551
7616
|
"inherited": false,
|
|
7552
7617
|
"animationType": "byComputedValueType",
|
|
@@ -7562,7 +7627,7 @@
|
|
|
7562
7627
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-left"
|
|
7563
7628
|
},
|
|
7564
7629
|
"scroll-margin-right": {
|
|
7565
|
-
"syntax": "
|
|
7630
|
+
"syntax": "<length>",
|
|
7566
7631
|
"media": "visual",
|
|
7567
7632
|
"inherited": false,
|
|
7568
7633
|
"animationType": "byComputedValueType",
|
|
@@ -7578,7 +7643,7 @@
|
|
|
7578
7643
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-right"
|
|
7579
7644
|
},
|
|
7580
7645
|
"scroll-margin-top": {
|
|
7581
|
-
"syntax": "
|
|
7646
|
+
"syntax": "<length>",
|
|
7582
7647
|
"media": "visual",
|
|
7583
7648
|
"inherited": false,
|
|
7584
7649
|
"animationType": "byComputedValueType",
|
|
@@ -7594,7 +7659,7 @@
|
|
|
7594
7659
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top"
|
|
7595
7660
|
},
|
|
7596
7661
|
"scroll-padding": {
|
|
7597
|
-
"syntax": "[ auto | <length
|
|
7662
|
+
"syntax": "[ auto | <length-percentage> ]{1,4}",
|
|
7598
7663
|
"media": "visual",
|
|
7599
7664
|
"inherited": false,
|
|
7600
7665
|
"animationType": "byComputedValueType",
|
|
@@ -7610,7 +7675,7 @@
|
|
|
7610
7675
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding"
|
|
7611
7676
|
},
|
|
7612
7677
|
"scroll-padding-block": {
|
|
7613
|
-
"syntax": "[auto | <length
|
|
7678
|
+
"syntax": "[ auto | <length-percentage> ]{1,2}",
|
|
7614
7679
|
"media": "visual",
|
|
7615
7680
|
"inherited": false,
|
|
7616
7681
|
"animationType": "byComputedValueType",
|
|
@@ -7626,7 +7691,7 @@
|
|
|
7626
7691
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block"
|
|
7627
7692
|
},
|
|
7628
7693
|
"scroll-padding-block-start": {
|
|
7629
|
-
"syntax": "auto | <length
|
|
7694
|
+
"syntax": "auto | <length-percentage>",
|
|
7630
7695
|
"media": "visual",
|
|
7631
7696
|
"inherited": false,
|
|
7632
7697
|
"animationType": "byComputedValueType",
|
|
@@ -7642,7 +7707,7 @@
|
|
|
7642
7707
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start"
|
|
7643
7708
|
},
|
|
7644
7709
|
"scroll-padding-block-end": {
|
|
7645
|
-
"syntax": "auto | <length
|
|
7710
|
+
"syntax": "auto | <length-percentage>",
|
|
7646
7711
|
"media": "visual",
|
|
7647
7712
|
"inherited": false,
|
|
7648
7713
|
"animationType": "byComputedValueType",
|
|
@@ -7658,7 +7723,7 @@
|
|
|
7658
7723
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end"
|
|
7659
7724
|
},
|
|
7660
7725
|
"scroll-padding-bottom": {
|
|
7661
|
-
"syntax": "auto | <length
|
|
7726
|
+
"syntax": "auto | <length-percentage>",
|
|
7662
7727
|
"media": "visual",
|
|
7663
7728
|
"inherited": false,
|
|
7664
7729
|
"animationType": "byComputedValueType",
|
|
@@ -7674,7 +7739,7 @@
|
|
|
7674
7739
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-bottom"
|
|
7675
7740
|
},
|
|
7676
7741
|
"scroll-padding-inline": {
|
|
7677
|
-
"syntax": "[auto | <length
|
|
7742
|
+
"syntax": "[ auto | <length-percentage> ]{1,2}",
|
|
7678
7743
|
"media": "visual",
|
|
7679
7744
|
"inherited": false,
|
|
7680
7745
|
"animationType": "byComputedValueType",
|
|
@@ -7690,7 +7755,7 @@
|
|
|
7690
7755
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline"
|
|
7691
7756
|
},
|
|
7692
7757
|
"scroll-padding-inline-start": {
|
|
7693
|
-
"syntax": "auto | <length
|
|
7758
|
+
"syntax": "auto | <length-percentage>",
|
|
7694
7759
|
"media": "visual",
|
|
7695
7760
|
"inherited": false,
|
|
7696
7761
|
"animationType": "byComputedValueType",
|
|
@@ -7706,7 +7771,7 @@
|
|
|
7706
7771
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start"
|
|
7707
7772
|
},
|
|
7708
7773
|
"scroll-padding-inline-end": {
|
|
7709
|
-
"syntax": "auto | <length
|
|
7774
|
+
"syntax": "auto | <length-percentage>",
|
|
7710
7775
|
"media": "visual",
|
|
7711
7776
|
"inherited": false,
|
|
7712
7777
|
"animationType": "byComputedValueType",
|
|
@@ -7722,7 +7787,7 @@
|
|
|
7722
7787
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end"
|
|
7723
7788
|
},
|
|
7724
7789
|
"scroll-padding-left": {
|
|
7725
|
-
"syntax": "auto | <length
|
|
7790
|
+
"syntax": "auto | <length-percentage>",
|
|
7726
7791
|
"media": "visual",
|
|
7727
7792
|
"inherited": false,
|
|
7728
7793
|
"animationType": "byComputedValueType",
|
|
@@ -7738,7 +7803,7 @@
|
|
|
7738
7803
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-left"
|
|
7739
7804
|
},
|
|
7740
7805
|
"scroll-padding-right": {
|
|
7741
|
-
"syntax": "auto | <length
|
|
7806
|
+
"syntax": "auto | <length-percentage>",
|
|
7742
7807
|
"media": "visual",
|
|
7743
7808
|
"inherited": false,
|
|
7744
7809
|
"animationType": "byComputedValueType",
|
|
@@ -7754,7 +7819,7 @@
|
|
|
7754
7819
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-right"
|
|
7755
7820
|
},
|
|
7756
7821
|
"scroll-padding-top": {
|
|
7757
|
-
"syntax": "auto | <length
|
|
7822
|
+
"syntax": "auto | <length-percentage>",
|
|
7758
7823
|
"media": "visual",
|
|
7759
7824
|
"inherited": false,
|
|
7760
7825
|
"animationType": "byComputedValueType",
|
|
@@ -7866,7 +7931,7 @@
|
|
|
7866
7931
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-stop"
|
|
7867
7932
|
},
|
|
7868
7933
|
"scroll-snap-type": {
|
|
7869
|
-
"syntax": "none | [ x | y | block | inline | both ] [ mandatory | proximity ]",
|
|
7934
|
+
"syntax": "none | [ x | y | block | inline | both ] [ mandatory | proximity ]?",
|
|
7870
7935
|
"media": "interactive",
|
|
7871
7936
|
"inherited": false,
|
|
7872
7937
|
"animationType": "discrete",
|
|
@@ -7894,7 +7959,7 @@
|
|
|
7894
7959
|
"appliesto": "scrollContainers",
|
|
7895
7960
|
"computed": "asSpecified",
|
|
7896
7961
|
"order": "uniqueOrder",
|
|
7897
|
-
"status": "
|
|
7962
|
+
"status": "obsolete",
|
|
7898
7963
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-x"
|
|
7899
7964
|
},
|
|
7900
7965
|
"scroll-snap-type-y": {
|
|
@@ -7910,11 +7975,11 @@
|
|
|
7910
7975
|
"appliesto": "scrollContainers",
|
|
7911
7976
|
"computed": "asSpecified",
|
|
7912
7977
|
"order": "uniqueOrder",
|
|
7913
|
-
"status": "
|
|
7978
|
+
"status": "obsolete",
|
|
7914
7979
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-y"
|
|
7915
7980
|
},
|
|
7916
7981
|
"shape-image-threshold": {
|
|
7917
|
-
"syntax": "<
|
|
7982
|
+
"syntax": "<alpha-value>",
|
|
7918
7983
|
"media": "visual",
|
|
7919
7984
|
"inherited": false,
|
|
7920
7985
|
"animationType": "number",
|
|
@@ -8045,13 +8110,14 @@
|
|
|
8045
8110
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-combine-upright"
|
|
8046
8111
|
},
|
|
8047
8112
|
"text-decoration": {
|
|
8048
|
-
"syntax": "<'text-decoration-line'> || <'text-decoration-style'> || <'text-decoration-color'>",
|
|
8113
|
+
"syntax": "<'text-decoration-line'> || <'text-decoration-style'> || <'text-decoration-color'> || <'text-decoration-thickness'>",
|
|
8049
8114
|
"media": "visual",
|
|
8050
8115
|
"inherited": false,
|
|
8051
8116
|
"animationType": [
|
|
8052
8117
|
"text-decoration-color",
|
|
8053
8118
|
"text-decoration-style",
|
|
8054
|
-
"text-decoration-line"
|
|
8119
|
+
"text-decoration-line",
|
|
8120
|
+
"text-decoration-thickness"
|
|
8055
8121
|
],
|
|
8056
8122
|
"percentages": "no",
|
|
8057
8123
|
"groups": [
|
|
@@ -8066,7 +8132,8 @@
|
|
|
8066
8132
|
"computed": [
|
|
8067
8133
|
"text-decoration-line",
|
|
8068
8134
|
"text-decoration-style",
|
|
8069
|
-
"text-decoration-color"
|
|
8135
|
+
"text-decoration-color",
|
|
8136
|
+
"text-decoration-thickness"
|
|
8070
8137
|
],
|
|
8071
8138
|
"order": "orderOfAppearance",
|
|
8072
8139
|
"alsoAppliesTo": [
|
|
@@ -8099,7 +8166,7 @@
|
|
|
8099
8166
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-color"
|
|
8100
8167
|
},
|
|
8101
8168
|
"text-decoration-line": {
|
|
8102
|
-
"syntax": "none | [ underline || overline || line-through || blink ]",
|
|
8169
|
+
"syntax": "none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error",
|
|
8103
8170
|
"media": "visual",
|
|
8104
8171
|
"inherited": false,
|
|
8105
8172
|
"animationType": "discrete",
|
|
@@ -8172,6 +8239,27 @@
|
|
|
8172
8239
|
"status": "standard",
|
|
8173
8240
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-style"
|
|
8174
8241
|
},
|
|
8242
|
+
"text-decoration-thickness": {
|
|
8243
|
+
"syntax": "auto | from-font | <length>",
|
|
8244
|
+
"media": "visual",
|
|
8245
|
+
"inherited": false,
|
|
8246
|
+
"animationType": "byComputedValueType",
|
|
8247
|
+
"percentages": "no",
|
|
8248
|
+
"groups": [
|
|
8249
|
+
"CSS Text Decoration"
|
|
8250
|
+
],
|
|
8251
|
+
"initial": "auto",
|
|
8252
|
+
"appliesto": "allElements",
|
|
8253
|
+
"computed": "asSpecified",
|
|
8254
|
+
"order": "uniqueOrder",
|
|
8255
|
+
"alsoAppliesTo": [
|
|
8256
|
+
"::first-letter",
|
|
8257
|
+
"::first-line",
|
|
8258
|
+
"::placeholder"
|
|
8259
|
+
],
|
|
8260
|
+
"status": "standard",
|
|
8261
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-thickness"
|
|
8262
|
+
},
|
|
8175
8263
|
"text-emphasis": {
|
|
8176
8264
|
"syntax": "<'text-emphasis-style'> || <'text-emphasis-color'>",
|
|
8177
8265
|
"media": "visual",
|
|
@@ -8366,7 +8454,7 @@
|
|
|
8366
8454
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-size-adjust"
|
|
8367
8455
|
},
|
|
8368
8456
|
"text-transform": {
|
|
8369
|
-
"syntax": "none | capitalize | uppercase | lowercase | full-width",
|
|
8457
|
+
"syntax": "none | capitalize | uppercase | lowercase | full-width | full-size-kana",
|
|
8370
8458
|
"media": "visual",
|
|
8371
8459
|
"inherited": true,
|
|
8372
8460
|
"animationType": "discrete",
|
|
@@ -8386,6 +8474,27 @@
|
|
|
8386
8474
|
"status": "standard",
|
|
8387
8475
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-transform"
|
|
8388
8476
|
},
|
|
8477
|
+
"text-underline-offset": {
|
|
8478
|
+
"syntax": "auto | from-font | <length>",
|
|
8479
|
+
"media": "visual",
|
|
8480
|
+
"inherited": true,
|
|
8481
|
+
"animationType": "byComputedValueType",
|
|
8482
|
+
"percentages": "no",
|
|
8483
|
+
"groups": [
|
|
8484
|
+
"CSS Text Decoration"
|
|
8485
|
+
],
|
|
8486
|
+
"initial": "auto",
|
|
8487
|
+
"appliesto": "allElements",
|
|
8488
|
+
"computed": "asSpecified",
|
|
8489
|
+
"order": "uniqueOrder",
|
|
8490
|
+
"alsoAppliesTo": [
|
|
8491
|
+
"::first-letter",
|
|
8492
|
+
"::first-line",
|
|
8493
|
+
"::placeholder"
|
|
8494
|
+
],
|
|
8495
|
+
"status": "standard",
|
|
8496
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-underline-offset"
|
|
8497
|
+
},
|
|
8389
8498
|
"text-underline-position": {
|
|
8390
8499
|
"syntax": "auto | [ under || [ left | right ] ]",
|
|
8391
8500
|
"media": "visual",
|
|
@@ -8575,7 +8684,7 @@
|
|
|
8575
8684
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transition-property"
|
|
8576
8685
|
},
|
|
8577
8686
|
"transition-timing-function": {
|
|
8578
|
-
"syntax": "<
|
|
8687
|
+
"syntax": "<timing-function>#",
|
|
8579
8688
|
"media": "interactive",
|
|
8580
8689
|
"inherited": false,
|
|
8581
8690
|
"animationType": "discrete",
|
|
@@ -8677,7 +8786,7 @@
|
|
|
8677
8786
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/visibility"
|
|
8678
8787
|
},
|
|
8679
8788
|
"white-space": {
|
|
8680
|
-
"syntax": "normal | pre | nowrap | pre-wrap | pre-line",
|
|
8789
|
+
"syntax": "normal | pre | nowrap | pre-wrap | pre-line | break-spaces",
|
|
8681
8790
|
"media": "visual",
|
|
8682
8791
|
"inherited": true,
|
|
8683
8792
|
"animationType": "discrete",
|
|
@@ -8787,7 +8896,7 @@
|
|
|
8787
8896
|
"CSS Text"
|
|
8788
8897
|
],
|
|
8789
8898
|
"initial": "normal",
|
|
8790
|
-
"appliesto": "
|
|
8899
|
+
"appliesto": "nonReplacedInlineElements",
|
|
8791
8900
|
"computed": "asSpecified",
|
|
8792
8901
|
"order": "uniqueOrder",
|
|
8793
8902
|
"status": "standard",
|
|
@@ -162,6 +162,7 @@
|
|
|
162
162
|
"allElementsButNonReplacedAndTableRows",
|
|
163
163
|
"allElementsCreatingNativeWindows",
|
|
164
164
|
"allElementsExceptGeneratedContentOrPseudoElements",
|
|
165
|
+
"allElementsExceptInlineBoxesAndInternalRubyOrTableBoxes",
|
|
165
166
|
"allElementsExceptInternalTableDisplayTypes",
|
|
166
167
|
"allElementsExceptNonReplacedInlineElementsTableRowsColumnsRowColumnGroups",
|
|
167
168
|
"allElementsExceptTableDisplayTypes",
|
package/css/selectors.json
CHANGED
|
@@ -44,6 +44,15 @@
|
|
|
44
44
|
"status": "standard",
|
|
45
45
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Attribute_selectors"
|
|
46
46
|
},
|
|
47
|
+
"Selector list": {
|
|
48
|
+
"syntax": ",",
|
|
49
|
+
"groups": [
|
|
50
|
+
"Grouping Selectors",
|
|
51
|
+
"Selectors"
|
|
52
|
+
],
|
|
53
|
+
"status": "standard",
|
|
54
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Selector_list"
|
|
55
|
+
},
|
|
47
56
|
"Adjacent sibling combinator": {
|
|
48
57
|
"syntax": "A + B",
|
|
49
58
|
"groups": [
|
|
@@ -834,6 +843,24 @@
|
|
|
834
843
|
"status": "experimental",
|
|
835
844
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::grammar-error"
|
|
836
845
|
},
|
|
846
|
+
"::marker": {
|
|
847
|
+
"syntax": "::marker",
|
|
848
|
+
"groups": [
|
|
849
|
+
"Pseudo-elements",
|
|
850
|
+
"Selectors"
|
|
851
|
+
],
|
|
852
|
+
"status": "standard",
|
|
853
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::marker"
|
|
854
|
+
},
|
|
855
|
+
"::part": {
|
|
856
|
+
"syntax": "::part( <ident>+ )",
|
|
857
|
+
"groups": [
|
|
858
|
+
"Pseudo-elements",
|
|
859
|
+
"Selectors"
|
|
860
|
+
],
|
|
861
|
+
"status": "experimental",
|
|
862
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::part"
|
|
863
|
+
},
|
|
837
864
|
"::placeholder": {
|
|
838
865
|
"syntax": "::placeholder",
|
|
839
866
|
"groups": [
|
package/css/syntaxes.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"absolute-size": {
|
|
3
|
-
"syntax": "xx-small | x-small | small | medium | large | x-large | xx-large"
|
|
3
|
+
"syntax": "xx-small | x-small | small | medium | large | x-large | xx-large | xxx-large"
|
|
4
4
|
},
|
|
5
5
|
"alpha-value": {
|
|
6
6
|
"syntax": "<number> | <percentage>"
|
|
@@ -164,12 +164,18 @@
|
|
|
164
164
|
"contrast()": {
|
|
165
165
|
"syntax": "contrast( [ <number-percentage> ] )"
|
|
166
166
|
},
|
|
167
|
+
"counter()": {
|
|
168
|
+
"syntax": "counter( <custom-ident>, <counter-style>? )"
|
|
169
|
+
},
|
|
167
170
|
"counter-style": {
|
|
168
171
|
"syntax": "<counter-style-name> | symbols()"
|
|
169
172
|
},
|
|
170
173
|
"counter-style-name": {
|
|
171
174
|
"syntax": "<custom-ident>"
|
|
172
175
|
},
|
|
176
|
+
"counters()": {
|
|
177
|
+
"syntax": "counters( <custom-ident>, <string>, <counter-style>? )"
|
|
178
|
+
},
|
|
173
179
|
"cross-fade()": {
|
|
174
180
|
"syntax": "cross-fade( <cf-mixing-image> , <cf-final-image>? )"
|
|
175
181
|
},
|
|
@@ -281,9 +287,6 @@
|
|
|
281
287
|
"font-weight-absolute": {
|
|
282
288
|
"syntax": "normal | bold | <number>"
|
|
283
289
|
},
|
|
284
|
-
"frames-timing-function": {
|
|
285
|
-
"syntax": "frames(<integer>)"
|
|
286
|
-
},
|
|
287
290
|
"frequency-percentage": {
|
|
288
291
|
"syntax": "<frequency> | <percentage>"
|
|
289
292
|
},
|
|
@@ -327,7 +330,7 @@
|
|
|
327
330
|
"syntax": "<hash-token>"
|
|
328
331
|
},
|
|
329
332
|
"image": {
|
|
330
|
-
"syntax": "<url> | <image()> | <image-set()> | <element()> | <cross-fade()> | <gradient>"
|
|
333
|
+
"syntax": "<url> | <image()> | <image-set()> | <element()> | <paint()> | <cross-fade()> | <gradient>"
|
|
331
334
|
},
|
|
332
335
|
"image()": {
|
|
333
336
|
"syntax": "image( <image-tags>? [ <image-src>? , <color>? ]! )"
|
|
@@ -390,7 +393,7 @@
|
|
|
390
393
|
"syntax": "<length-percentage>"
|
|
391
394
|
},
|
|
392
395
|
"linear-color-stop": {
|
|
393
|
-
"syntax": "<color>
|
|
396
|
+
"syntax": "<color> <color-stop-length>?"
|
|
394
397
|
},
|
|
395
398
|
"linear-gradient()": {
|
|
396
399
|
"syntax": "linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"
|
|
@@ -411,10 +414,10 @@
|
|
|
411
414
|
"syntax": "alpha | luminance | match-source"
|
|
412
415
|
},
|
|
413
416
|
"matrix()": {
|
|
414
|
-
"syntax": "matrix( <number
|
|
417
|
+
"syntax": "matrix( <number>#{6} )"
|
|
415
418
|
},
|
|
416
419
|
"matrix3d()": {
|
|
417
|
-
"syntax": "matrix3d( <number
|
|
420
|
+
"syntax": "matrix3d( <number>#{16} )"
|
|
418
421
|
},
|
|
419
422
|
"max()": {
|
|
420
423
|
"syntax": "max( <calc-sum># )"
|
|
@@ -518,6 +521,9 @@
|
|
|
518
521
|
"page-selector": {
|
|
519
522
|
"syntax": "<pseudo-page>+ | <ident> <pseudo-page>*"
|
|
520
523
|
},
|
|
524
|
+
"paint()": {
|
|
525
|
+
"syntax": "paint( <ident>, <declaration-value>? )"
|
|
526
|
+
},
|
|
521
527
|
"perspective()": {
|
|
522
528
|
"syntax": "perspective( <length> )"
|
|
523
529
|
},
|
|
@@ -567,25 +573,25 @@
|
|
|
567
573
|
"syntax": "rgba( <percentage>{3} [ / <alpha-value> ]? ) | rgba( <number>{3} [ / <alpha-value> ]? ) | rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? )"
|
|
568
574
|
},
|
|
569
575
|
"rotate()": {
|
|
570
|
-
"syntax": "rotate( <angle> )"
|
|
576
|
+
"syntax": "rotate( [ <angle> | <zero> ] )"
|
|
571
577
|
},
|
|
572
578
|
"rotate3d()": {
|
|
573
|
-
"syntax": "rotate3d( <number> , <number> , <number> , <angle> )"
|
|
579
|
+
"syntax": "rotate3d( <number> , <number> , <number> , [ <angle> | <zero> ] )"
|
|
574
580
|
},
|
|
575
581
|
"rotateX()": {
|
|
576
|
-
"syntax": "rotateX( <angle> )"
|
|
582
|
+
"syntax": "rotateX( [ <angle> | <zero> ] )"
|
|
577
583
|
},
|
|
578
584
|
"rotateY()": {
|
|
579
|
-
"syntax": "rotateY( <angle> )"
|
|
585
|
+
"syntax": "rotateY( [ <angle> | <zero> ] )"
|
|
580
586
|
},
|
|
581
587
|
"rotateZ()": {
|
|
582
|
-
"syntax": "rotateZ( <angle> )"
|
|
588
|
+
"syntax": "rotateZ( [ <angle> | <zero> ] )"
|
|
583
589
|
},
|
|
584
590
|
"saturate()": {
|
|
585
591
|
"syntax": "saturate( <number-percentage> )"
|
|
586
592
|
},
|
|
587
593
|
"scale()": {
|
|
588
|
-
"syntax": "scale( <number>
|
|
594
|
+
"syntax": "scale( <number> , <number>? )"
|
|
589
595
|
},
|
|
590
596
|
"scale3d()": {
|
|
591
597
|
"syntax": "scale3d( <number> , <number> , <number> )"
|
|
@@ -606,13 +612,13 @@
|
|
|
606
612
|
"syntax": "<length-percentage> | closest-side | farthest-side"
|
|
607
613
|
},
|
|
608
614
|
"skew()": {
|
|
609
|
-
"syntax": "skew( <angle>
|
|
615
|
+
"syntax": "skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )"
|
|
610
616
|
},
|
|
611
617
|
"skewX()": {
|
|
612
|
-
"syntax": "skewX( <angle> )"
|
|
618
|
+
"syntax": "skewX( [ <angle> | <zero> ] )"
|
|
613
619
|
},
|
|
614
620
|
"skewY()": {
|
|
615
|
-
"syntax": "skewY( <angle> )"
|
|
621
|
+
"syntax": "skewY( [ <angle> | <zero> ] )"
|
|
616
622
|
},
|
|
617
623
|
"sepia()": {
|
|
618
624
|
"syntax": "sepia( <number-percentage> )"
|
|
@@ -633,7 +639,7 @@
|
|
|
633
639
|
"syntax": "[ left | right ] || [ top | bottom ]"
|
|
634
640
|
},
|
|
635
641
|
"single-animation": {
|
|
636
|
-
"syntax": "<time> || <
|
|
642
|
+
"syntax": "<time> || <timing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]"
|
|
637
643
|
},
|
|
638
644
|
"single-animation-direction": {
|
|
639
645
|
"syntax": "normal | reverse | alternate | alternate-reverse"
|
|
@@ -647,14 +653,8 @@
|
|
|
647
653
|
"single-animation-play-state": {
|
|
648
654
|
"syntax": "running | paused"
|
|
649
655
|
},
|
|
650
|
-
"single-timing-function": {
|
|
651
|
-
"syntax": "linear | <cubic-bezier-timing-function> | <step-timing-function> | <frames-timing-function>"
|
|
652
|
-
},
|
|
653
656
|
"single-transition": {
|
|
654
|
-
"syntax": "[ none | <single-transition-property> ] || <time> || <
|
|
655
|
-
},
|
|
656
|
-
"single-transition-timing-function": {
|
|
657
|
-
"syntax": "<single-timing-function>"
|
|
657
|
+
"syntax": "[ none | <single-transition-property> ] || <time> || <timing-function> || <time>"
|
|
658
658
|
},
|
|
659
659
|
"single-transition-property": {
|
|
660
660
|
"syntax": "all | <custom-ident>"
|
|
@@ -662,12 +662,30 @@
|
|
|
662
662
|
"size": {
|
|
663
663
|
"syntax": "closest-side | farthest-side | closest-corner | farthest-corner | <length> | <length-percentage>{2}"
|
|
664
664
|
},
|
|
665
|
+
"step-position": {
|
|
666
|
+
"syntax": "jump-start | jump-end | jump-none | jump-both | start | end"
|
|
667
|
+
},
|
|
665
668
|
"step-timing-function": {
|
|
666
|
-
"syntax": "step-start | step-end | steps(<integer>[,
|
|
669
|
+
"syntax": "step-start | step-end | steps(<integer>[, <step-position>]?)"
|
|
667
670
|
},
|
|
668
671
|
"subclass-selector": {
|
|
669
672
|
"syntax": "<id-selector> | <class-selector> | <attribute-selector> | <pseudo-class-selector>"
|
|
670
673
|
},
|
|
674
|
+
"supports-condition": {
|
|
675
|
+
"syntax": "not <supports-in-parens> | <supports-in-parens> [ and <supports-in-parens> ]* | <supports-in-parens> [ or <supports-in-parens> ]*"
|
|
676
|
+
},
|
|
677
|
+
"supports-in-parens": {
|
|
678
|
+
"syntax": "( <supports-condition> ) | <supports-feature> | <general-enclosed>"
|
|
679
|
+
},
|
|
680
|
+
"supports-feature": {
|
|
681
|
+
"syntax": "<supports-decl> | <supports-selector-fn>"
|
|
682
|
+
},
|
|
683
|
+
"supports-decl": {
|
|
684
|
+
"syntax": "( <declaration> )"
|
|
685
|
+
},
|
|
686
|
+
"supports-selector-fn": {
|
|
687
|
+
"syntax": "selector( <complex-selector> )"
|
|
688
|
+
},
|
|
671
689
|
"symbol": {
|
|
672
690
|
"syntax": "<string> | <image> | <custom-ident>"
|
|
673
691
|
},
|
|
@@ -686,6 +704,9 @@
|
|
|
686
704
|
"time-percentage": {
|
|
687
705
|
"syntax": "<time> | <percentage>"
|
|
688
706
|
},
|
|
707
|
+
"timing-function": {
|
|
708
|
+
"syntax": "linear | <cubic-bezier-timing-function> | <step-timing-function>"
|
|
709
|
+
},
|
|
689
710
|
"track-breadth": {
|
|
690
711
|
"syntax": "<length-percentage> | <flex> | min-content | max-content | auto"
|
|
691
712
|
},
|
|
@@ -705,7 +726,7 @@
|
|
|
705
726
|
"syntax": "<transform-function>+"
|
|
706
727
|
},
|
|
707
728
|
"translate()": {
|
|
708
|
-
"syntax": "translate( <length-percentage>
|
|
729
|
+
"syntax": "translate( <length-percentage> , <length-percentage>? )"
|
|
709
730
|
},
|
|
710
731
|
"translate3d()": {
|
|
711
732
|
"syntax": "translate3d( <length-percentage> , <length-percentage> , <length> )"
|
|
@@ -720,7 +741,7 @@
|
|
|
720
741
|
"syntax": "translateZ( <length> )"
|
|
721
742
|
},
|
|
722
743
|
"type-or-unit": {
|
|
723
|
-
"syntax": "string |
|
|
744
|
+
"syntax": "string | color | url | integer | number | length | angle | time | frequency | cap | ch | em | ex | ic | lh | rlh | rem | vb | vi | vw | vh | vmin | vmax | mm | Q | cm | in | pt | pc | px | deg | grad | rad | turn | ms | s | Hz | kHz | %"
|
|
724
745
|
},
|
|
725
746
|
"type-selector": {
|
|
726
747
|
"syntax": "<wq-name> | <ns-prefix>? '*'"
|
package/css/types.json
CHANGED
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"CSS Types"
|
|
246
246
|
],
|
|
247
247
|
"status": "standard",
|
|
248
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/
|
|
248
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/timing-function"
|
|
249
249
|
},
|
|
250
250
|
"transform-function": {
|
|
251
251
|
"groups": [
|
package/l10n/css.json
CHANGED
|
@@ -173,6 +173,13 @@
|
|
|
173
173
|
"ja": "生成コンテンツ及び疑似要素を除くすべての要素",
|
|
174
174
|
"ru": "все элементы, кроме сгенерированного контента и псевдоэлементов"
|
|
175
175
|
},
|
|
176
|
+
"allElementsExceptInlineBoxesAndInternalRubyOrTableBoxes": {
|
|
177
|
+
"de": "all elements except inline boxes and internal ruby or table boxes",
|
|
178
|
+
"en-US": "all elements except inline boxes and internal ruby or table boxes",
|
|
179
|
+
"fr": "all elements except inline boxes and internal ruby or table boxes",
|
|
180
|
+
"ja": "all elements except inline boxes and internal ruby or table boxes",
|
|
181
|
+
"ru": "all elements except inline boxes and internal ruby or table boxes"
|
|
182
|
+
},
|
|
176
183
|
"allElementsExceptInternalTableDisplayTypes": {
|
|
177
184
|
"de": "alle Elemente außer <code>table-row-group</code>, <code>table-header-group</code>, <code>table-footer-group</code>, <code>table-row</code>, <code>table-column-group</code> und <code>table-column</code>",
|
|
178
185
|
"en-US": "all elements, except <code>table-row-group</code>, <code>table-header-group</code>, <code>table-footer-group</code>, <code>table-row</code>, <code>table-column-group</code> and <code>table-column</code>",
|