@csstools/css-syntax-patches-for-csstree 1.0.20 → 1.0.21
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/CHANGELOG.md +4 -4
- package/dist/index.json +43 -20
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Changes to CSS Syntax Patches For CSSTree
|
|
2
2
|
|
|
3
|
-
### 1.0.
|
|
3
|
+
### 1.0.21
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
- Patch `overflow-*` to include `<-non-standard-overflow>`
|
|
5
|
+
_December 12, 2025_
|
|
8
6
|
|
|
7
|
+
- Update `@webref/css` to [`v8.1.1`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.1.1)
|
|
8
|
+
- Patch `<radial-size>` to have correct definitions for both `circle()` and `ellipse()`
|
|
9
9
|
|
|
10
10
|
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-csstree/CHANGELOG.md)
|
package/dist/index.json
CHANGED
|
@@ -93,27 +93,28 @@
|
|
|
93
93
|
"bookmark-level": "none | <integer [1,∞]>",
|
|
94
94
|
"bookmark-state": "open | closed",
|
|
95
95
|
"border-block": "<'border-block-start'>",
|
|
96
|
+
"border-block-clip": "<'border-top-clip'>",
|
|
96
97
|
"border-block-end": "<line-width> || <line-style> || <color>",
|
|
97
|
-
"border-block-end-clip": "
|
|
98
|
+
"border-block-end-clip": "none | [ <length-percentage [0,∞]> | <flex> ]+",
|
|
98
99
|
"border-block-end-color": "<color> | <image-1D>",
|
|
99
100
|
"border-block-end-radius": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
|
|
100
101
|
"border-block-end-style": "<line-style>",
|
|
101
102
|
"border-block-end-width": "<line-width>",
|
|
102
103
|
"border-block-start": "<line-width> || <line-style> || <color>",
|
|
103
|
-
"border-block-start-clip": "
|
|
104
|
+
"border-block-start-clip": "none | [ <length-percentage [0,∞]> | <flex> ]+",
|
|
104
105
|
"border-block-start-color": "<color> | <image-1D>",
|
|
105
106
|
"border-block-start-radius": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
|
|
106
107
|
"border-block-start-style": "<line-style>",
|
|
107
108
|
"border-block-start-width": "<line-width>",
|
|
108
109
|
"border-block-style": "<'border-top-style'>{1,2}",
|
|
109
110
|
"border-block-width": "<'border-top-width'>{1,2}",
|
|
110
|
-
"border-bottom-clip": "
|
|
111
|
+
"border-bottom-clip": "none | [ <length-percentage [0,∞]> | <flex> ]+",
|
|
111
112
|
"border-bottom-color": "<color> | <image-1D>",
|
|
112
113
|
"border-bottom-left-radius": "<border-radius>",
|
|
113
114
|
"border-bottom-radius": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
|
|
114
115
|
"border-bottom-right-radius": "<border-radius>",
|
|
115
116
|
"border-boundary": "none | parent | display",
|
|
116
|
-
"border-clip": "
|
|
117
|
+
"border-clip": "<'border-top-clip'>",
|
|
117
118
|
"border-color": "[ <color> | <image-1D> ]{1,4}",
|
|
118
119
|
"border-end-end-radius": "<border-radius>",
|
|
119
120
|
"border-end-start-radius": "<border-radius>",
|
|
@@ -121,26 +122,27 @@
|
|
|
121
122
|
"border-image-slice": "[ <number [0,∞]> | <percentage [0,∞]> ]{1,4} && fill?",
|
|
122
123
|
"border-image-width": "[ <length-percentage [0,∞]> | <number [0,∞]> | auto ]{1,4}",
|
|
123
124
|
"border-inline": "<'border-block-start'>",
|
|
125
|
+
"border-inline-clip": "<'border-top-clip'>",
|
|
124
126
|
"border-inline-end": "<line-width> || <line-style> || <color>",
|
|
125
|
-
"border-inline-end-clip": "
|
|
127
|
+
"border-inline-end-clip": "none | [ <length-percentage [0,∞]> | <flex> ]+",
|
|
126
128
|
"border-inline-end-color": "<color> | <image-1D>",
|
|
127
129
|
"border-inline-end-radius": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
|
|
128
130
|
"border-inline-end-style": "<line-style>",
|
|
129
131
|
"border-inline-end-width": "<line-width>",
|
|
130
132
|
"border-inline-start": "<line-width> || <line-style> || <color>",
|
|
131
|
-
"border-inline-start-clip": "
|
|
133
|
+
"border-inline-start-clip": "none | [ <length-percentage [0,∞]> | <flex> ]+",
|
|
132
134
|
"border-inline-start-color": "<color> | <image-1D>",
|
|
133
135
|
"border-inline-start-radius": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
|
|
134
136
|
"border-inline-start-style": "<line-style>",
|
|
135
137
|
"border-inline-start-width": "<line-width>",
|
|
136
138
|
"border-inline-style": "<'border-top-style'>{1,2}",
|
|
137
139
|
"border-inline-width": "<'border-top-width'>{1,2}",
|
|
138
|
-
"border-left-clip": "
|
|
140
|
+
"border-left-clip": "none | [ <length-percentage [0,∞]> | <flex> ]+",
|
|
139
141
|
"border-left-color": "<color> | <image-1D>",
|
|
140
142
|
"border-left-radius": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
|
|
141
143
|
"border-limit": "all | [ sides | corners ] <length-percentage [0,∞]>? | [ top | right | bottom | left ] <length-percentage [0,∞]>",
|
|
142
144
|
"border-radius": "<length-percentage [0,∞]>{1,4} [ / <length-percentage [0,∞]>{1,4} ]?",
|
|
143
|
-
"border-right-clip": "
|
|
145
|
+
"border-right-clip": "none | [ <length-percentage [0,∞]> | <flex> ]+",
|
|
144
146
|
"border-right-color": "<color> | <image-1D>",
|
|
145
147
|
"border-right-radius": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
|
|
146
148
|
"border-shape": "none | [ <basic-shape> <geometry-box>? ]{1,2}",
|
|
@@ -148,7 +150,7 @@
|
|
|
148
150
|
"border-start-end-radius": "<border-radius>",
|
|
149
151
|
"border-start-start-radius": "<border-radius>",
|
|
150
152
|
"border-style": "<'border-top-style'>{1,4}",
|
|
151
|
-
"border-top-clip": "
|
|
153
|
+
"border-top-clip": "none | [ <length-percentage [0,∞]> | <flex> ]+",
|
|
152
154
|
"border-top-color": "<color> | <image-1D>",
|
|
153
155
|
"border-top-left-radius": "<border-radius>",
|
|
154
156
|
"border-top-radius": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
|
|
@@ -158,7 +160,7 @@
|
|
|
158
160
|
"box-shadow": "<spread-shadow>#",
|
|
159
161
|
"box-shadow-blur": "<length [0,∞]>#",
|
|
160
162
|
"box-shadow-color": "<color>#",
|
|
161
|
-
"box-shadow-offset": "[ none | <length>{2} ]#",
|
|
163
|
+
"box-shadow-offset": "[ none | <length>{1,2} ]#",
|
|
162
164
|
"box-shadow-position": "[ outset | inset ]#",
|
|
163
165
|
"box-shadow-spread": "<length>#",
|
|
164
166
|
"box-snap": "none | block-start | block-end | center | baseline | last-baseline",
|
|
@@ -183,10 +185,11 @@
|
|
|
183
185
|
"column-wrap": "auto | nowrap | wrap",
|
|
184
186
|
"columns": "[ <'column-width'> || <'column-count'> ] [ / <'column-height'> ]?",
|
|
185
187
|
"contain": "none | strict | content | [ [ size | inline-size ] || layout || style || paint ] | view-transition",
|
|
186
|
-
"contain-intrinsic-block-size": "auto? [ none | <length [0,∞]> ]",
|
|
187
|
-
"contain-intrinsic-height": "auto? [ none | <length [0,∞]> ]",
|
|
188
|
-
"contain-intrinsic-inline-size": "auto? [ none | <length [0,∞]> ]",
|
|
189
|
-
"contain-intrinsic-
|
|
188
|
+
"contain-intrinsic-block-size": "[ auto | from-element ]? [ none | <length [0,∞]> ]",
|
|
189
|
+
"contain-intrinsic-height": "[ auto | from-element ]? [ none | <length [0,∞]> ]",
|
|
190
|
+
"contain-intrinsic-inline-size": "[ auto | from-element ]? [ none | <length [0,∞]> ]",
|
|
191
|
+
"contain-intrinsic-size": "[ [ auto | from-element ]? [ none | <length [0,∞]> ] ]{1,2}",
|
|
192
|
+
"contain-intrinsic-width": "[ auto | from-element ]? [ none | <length [0,∞]> ]",
|
|
190
193
|
"container-type": "normal | [ [ size | inline-size ] || scroll-state ]",
|
|
191
194
|
"content": "normal | none | [ <content-replacement> | <content-list> ] [ / [ <string> | <counter> | <attr()> ]+ ]? | <element()>",
|
|
192
195
|
"continue": "auto | discard | collapse | -webkit-legacy | overflow | paginate | fragments",
|
|
@@ -554,7 +557,7 @@
|
|
|
554
557
|
"calc-size()": "calc-size( [ [ <calc-size-basis> , [ <calc-sum> | size ] ] | [ any , <calc-sum> ] ] )",
|
|
555
558
|
"calc-value": "<number> | <dimension> | <percentage> | <calc-keyword> | ( <calc-sum> )",
|
|
556
559
|
"cf-image": "[ <image> | <color> ] && <percentage [0,100]>?",
|
|
557
|
-
"circle()": "circle( <radial-
|
|
560
|
+
"circle()": "circle( [ <radial-extent> | <length-percentage [0,∞]> ]? [ at <position> ]? )",
|
|
558
561
|
"clamp()": "clamp( [ <calc-sum> | none ] , <calc-sum> , [ <calc-sum> | none ] )",
|
|
559
562
|
"color": "<color-base> | currentColor | <system-color> | <contrast-color()> | <device-cmyk()> | <light-dark()> | <-non-standard-color>",
|
|
560
563
|
"color-font-tech": "[ color-COLRv0 | color-COLRv1 | color-SVG | color-sbix | color-CBDT ]",
|
|
@@ -601,7 +604,7 @@
|
|
|
601
604
|
"dynamic-range-limit-mix()": "dynamic-range-limit-mix( [ <'dynamic-range-limit'> && <percentage [0,100]> ]#{2,} )",
|
|
602
605
|
"easing-function": "<linear-easing-function> | <cubic-bezier-easing-function> | <step-easing-function>",
|
|
603
606
|
"element()": "element( <id-selector> )",
|
|
604
|
-
"ellipse()": "ellipse(
|
|
607
|
+
"ellipse()": "ellipse( <radial-size>? [ at <position> ]? )",
|
|
605
608
|
"env()": "env( <custom-ident> <integer [0,∞]>* , <declaration-value>? )",
|
|
606
609
|
"event-trigger-event": "activate | click | touch | dblclick | keypress( <string> ) | . . .",
|
|
607
610
|
"fade()": "fade( [ <length-percentage> ] )",
|
|
@@ -654,6 +657,9 @@
|
|
|
654
657
|
"inflexible-breadth": "<length-percentage [0,∞]> | min-content | max-content | auto",
|
|
655
658
|
"inherit-args": "inherit( <declaration-value> , <declaration-value>? )",
|
|
656
659
|
"inherit()": "inherit( <custom-property-name> , <declaration-value>? )",
|
|
660
|
+
"init-descriptor": "<init-descriptor-name> : <string>",
|
|
661
|
+
"init-descriptor-name": "protocol | username | password | hostname | port pathname | search | hash | base-url",
|
|
662
|
+
"init-descriptors": ";* <init-descriptor> [ ;+ <init-descriptor> ]* ;*",
|
|
657
663
|
"input-position": "<percentage> | <number> | <dimension>",
|
|
658
664
|
"integrity-modifier": "integrity( <string> )",
|
|
659
665
|
"interpolate()": "interpolate( [ <progress-source> && [ by <easing-function> ]? && <easing-function>? ] , <input-position>{1,2} : <whole-value> , [ <easing-function>? , <input-position>{1,2} : <whole-value> ]#? ) | interpolate( <progress-source> && [ by <easing-function> ]? && <easing-function>? of <keyframes-name> )",
|
|
@@ -684,6 +690,8 @@
|
|
|
684
690
|
"linear-gradient-syntax": "[ [ <angle> | <zero> | to <side-or-corner> ] || <color-interpolation-method> ]? , <color-stop-list>",
|
|
685
691
|
"linear-gradient()": "linear-gradient( [ <linear-gradient-syntax> ] )",
|
|
686
692
|
"linear()": "linear( [ <number> && <percentage>{0,2} ]# )",
|
|
693
|
+
"link-condition": "<link-condition-base> [ with <navigation-param-expression> ]?",
|
|
694
|
+
"link-condition-base": "<navigation-location>",
|
|
687
695
|
"marker-ref": "<url>",
|
|
688
696
|
"media-and": "and <media-in-parens>",
|
|
689
697
|
"media-condition": "<media-not> | <media-in-parens> [ <media-and>* | <media-or>* ]",
|
|
@@ -701,6 +709,17 @@
|
|
|
701
709
|
"modern-rgba-syntax": "rgba( [ from <color> ]? [ <number> | <percentage> | r | g | b | alpha | none ]{3} [ / [ <alpha-value> | r | g | b | alpha | none ] ]? )",
|
|
702
710
|
"move-command": "move <command-end-point>",
|
|
703
711
|
"mq-boolean": "<integer [0,1]>",
|
|
712
|
+
"navigation-condition": "not <navigation-in-parens> | <navigation-in-parens> [ and <navigation-in-parens> ]* | <navigation-in-parens> [ or <navigation-in-parens> ]*",
|
|
713
|
+
"navigation-in-parens": "( <navigation-condition> ) | ( <navigation-test> ) | <general-enclosed>",
|
|
714
|
+
"navigation-keyword": "at | from | to",
|
|
715
|
+
"navigation-location": "<route-name> | <url-pattern()>",
|
|
716
|
+
"navigation-param": "<navigation-param-key-value> | <navigation-param-function>",
|
|
717
|
+
"navigation-param-and": "<navigation-param-expression> [ \" and \" <navigation-param-expression> ]*",
|
|
718
|
+
"navigation-param-expression": "( <navigation-param-and> ) | ( <navigation-param-or> ) | <navigation-param>",
|
|
719
|
+
"navigation-param-function": "navigation-param( <ident> )",
|
|
720
|
+
"navigation-param-key-value": "( <ident> : <string> )",
|
|
721
|
+
"navigation-param-or": "<navigation-param-expression> [ \" or \" <navigation-param-expression> ]*",
|
|
722
|
+
"navigation-test": "<navigation-location> | <navigation-keyword> : <navigation-location>",
|
|
704
723
|
"number-optional-number": "<number> <number>?",
|
|
705
724
|
"oklab()": "oklab( [ from <color> ]? [ <percentage> | <number> | l | a | b | alpha | none ] [ <percentage> | <number> | l | a | b | alpha | none ] [ <percentage> | <number> | l | a | b | alpha | none ] [ / [ <alpha-value> | l | a | b | alpha | none ] ]? )",
|
|
706
725
|
"oklch()": "oklch( [ from <color> ]? [ <percentage> | <number> | l | c | h | alpha | none ] [ <percentage> | <number> | l | c | h | alpha | none ] [ <hue> | l | c | h | alpha | none ] [ / [ <alpha-value> | l | c | h | alpha | none ] ]? )",
|
|
@@ -714,6 +733,8 @@
|
|
|
714
733
|
"palette-mix()": "palette-mix( <color-interpolation-method> , [ [ normal | light | dark | <palette-identifier> | <palette-mix()> ] && <percentage [0,100]>? ]#{2} )",
|
|
715
734
|
"param()": "param( <dashed-ident> , <declaration-value>? )",
|
|
716
735
|
"path()": "path( <'fill-rule'>? , <string> )",
|
|
736
|
+
"pattern-descriptor": "pattern : <url-pattern()>",
|
|
737
|
+
"pattern-descriptors": ";* <pattern-descriptor> ;*",
|
|
717
738
|
"pointer-axis": "block | inline | x | y",
|
|
718
739
|
"pointer-source": "root | nearest | self",
|
|
719
740
|
"pointer()": "pointer( [ <pointer-source> || <pointer-axis> ]? )",
|
|
@@ -739,7 +760,7 @@
|
|
|
739
760
|
"radial-gradient-syntax": "[ [ [ <radial-shape> || <radial-size> ]? [ at <position> ]? ] || <color-interpolation-method> ]? , <color-stop-list>",
|
|
740
761
|
"radial-gradient()": "radial-gradient( [ <radial-gradient-syntax> ] )",
|
|
741
762
|
"radial-shape": "circle | ellipse",
|
|
742
|
-
"radial-size": "<radial-extent> | <length [0,∞]> | <length-percentage [0,∞]>",
|
|
763
|
+
"radial-size": "<radial-extent>{1,2} | <length [0,∞]> | <length-percentage [0,∞]>{2}",
|
|
743
764
|
"random-item-args": "random-item( <declaration-value> , [ <declaration-value>? ]# )",
|
|
744
765
|
"random-item()": "random-item( <random-value-sharing> , [ <declaration-value>? ]# )",
|
|
745
766
|
"random-value-sharing": "[ [ auto | <dashed-ident> ] || element-shared ] | fixed <number [0,1]>",
|
|
@@ -760,6 +781,7 @@
|
|
|
760
781
|
"rgb()": "[ <legacy-rgb-syntax> | <modern-rgb-syntax> ]",
|
|
761
782
|
"rgba()": "[ <legacy-rgba-syntax> | <modern-rgba-syntax> ]",
|
|
762
783
|
"round()": "round( <rounding-strategy>? , <calc-sum> , <calc-sum>? )",
|
|
784
|
+
"route-name": "<dashed-ident>",
|
|
763
785
|
"running()": "running( <custom-ident> )",
|
|
764
786
|
"saturate()": "saturate( [ <number> | <percentage> ]? )",
|
|
765
787
|
"scroll-state-feature": "<ident> : <ident>",
|
|
@@ -781,7 +803,7 @@
|
|
|
781
803
|
"source-size-list": "<source-size>#? , <source-size-value>",
|
|
782
804
|
"source-size-value": "<length> | auto",
|
|
783
805
|
"spacing-trim": "space-all | normal | space-first | trim-start | trim-both | trim-all",
|
|
784
|
-
"spread-shadow": "<'box-shadow-color'>? && [ <
|
|
806
|
+
"spread-shadow": "<'box-shadow-color'>? && [ [ none | <length>{2} ] [ <'box-shadow-blur'> <'box-shadow-spread'>? ]? ] && <'box-shadow-position'>?",
|
|
785
807
|
"src()": "src( <string> <url-modifier>* )",
|
|
786
808
|
"step-easing-function": "step-start | step-end | <steps()>",
|
|
787
809
|
"steps()": "steps( <integer> , <step-position>? )",
|
|
@@ -795,7 +817,7 @@
|
|
|
795
817
|
"style-query": "not <style-in-parens> | <style-in-parens> [ [ and <style-in-parens> ]* | [ or <style-in-parens> ]* ] | <style-feature>",
|
|
796
818
|
"style-range": "<style-range-value> <mf-comparison> <style-range-value> | <style-range-value> <mf-lt> <style-range-value> <mf-lt> <style-range-value> | <style-range-value> <mf-gt> <style-range-value> <mf-gt> <style-range-value>",
|
|
797
819
|
"style-range-value": "<custom-property-name> | <style-feature-value>",
|
|
798
|
-
"superellipse()": "superellipse( <number
|
|
820
|
+
"superellipse()": "superellipse( <number> | infinity | -infinity )",
|
|
799
821
|
"supports-at-rule-fn": "at-rule( <at-keyword-token> )",
|
|
800
822
|
"supports-condition-name": "<custom-ident>",
|
|
801
823
|
"supports-decl": "( [ <declaration> | <supports-condition-name> ] )",
|
|
@@ -826,6 +848,7 @@
|
|
|
826
848
|
"type": "'<' [ number | string ] '>'",
|
|
827
849
|
"type()": "type( <syntax> )",
|
|
828
850
|
"url": "<url()> | <src()> | <url-token>",
|
|
851
|
+
"url-pattern()": "url-pattern( <string> )",
|
|
829
852
|
"url-set": "image-set( [ [ <url> | <string> ] [ <resolution> || type( <string> ) ]? ]# )",
|
|
830
853
|
"url-set-option": "[ <url> | <string> ] [ <resolution> || type( <string> ) ]?",
|
|
831
854
|
"url-set()": "url-set( <url-set-option># )",
|
|
@@ -834,7 +857,7 @@
|
|
|
834
857
|
"vertical-line-command": "vline [ to [ <length-percentage> | top | center | bottom | y-start | y-end ] | by <length-percentage> ]",
|
|
835
858
|
"wcag2": "wcag2 | wcag2( [ <number> | [ aa | aaa ] && large? ] )",
|
|
836
859
|
"whole-value": "<declaration-value>",
|
|
837
|
-
"style-feature-name": "<dashed-ident> | -moz-appearance | -moz-background-clip | -moz-binding | -moz-border-bottom-colors | -moz-border-left-colors | -moz-border-radius-bottomleft | -moz-border-radius-bottomright | -moz-border-radius-topleft | -moz-border-radius-topright | -moz-border-right-colors | -moz-border-top-colors | -moz-context-properties | -moz-control-character-visibility | -moz-float-edge | -moz-force-broken-image-icon | -moz-image-region | -moz-orient | -moz-osx-font-smoothing | -moz-outline-radius | -moz-outline-radius-bottomleft | -moz-outline-radius-bottomright | -moz-outline-radius-topleft | -moz-outline-radius-topright | -moz-stack-sizing | -moz-text-blink | -moz-user-focus | -moz-user-input | -moz-user-modify | -moz-user-select | -moz-window-dragging | -moz-window-shadow | -ms-accelerator | -ms-block-progression | -ms-content-zoom-chaining | -ms-content-zoom-limit | -ms-content-zoom-limit-max | -ms-content-zoom-limit-min | -ms-content-zoom-snap | -ms-content-zoom-snap-points | -ms-content-zoom-snap-type | -ms-content-zooming | -ms-filter | -ms-flex-align | -ms-flex-item-align | -ms-flex-line-pack | -ms-flex-negative | -ms-flex-order | -ms-flex-pack | -ms-flex-positive | -ms-flex-preferred-size | -ms-flow-from | -ms-flow-into | -ms-grid-column-align | -ms-grid-columns | -ms-grid-row-align | -ms-grid-rows | -ms-high-contrast-adjust | -ms-hyphenate-limit-chars | -ms-hyphenate-limit-last | -ms-hyphenate-limit-lines | -ms-hyphenate-limit-zone | -ms-ime-align | -ms-interpolation-mode | -ms-overflow-style | -ms-scroll-chaining | -ms-scroll-limit | -ms-scroll-limit-x-max | -ms-scroll-limit-x-min | -ms-scroll-limit-y-max | -ms-scroll-limit-y-min | -ms-scroll-rails | -ms-scroll-snap-points-x | -ms-scroll-snap-points-y | -ms-scroll-snap-type | -ms-scroll-snap-x | -ms-scroll-snap-y | -ms-scroll-translation | -ms-scrollbar-3dlight-color | -ms-scrollbar-arrow-color | -ms-scrollbar-base-color | -ms-scrollbar-darkshadow-color | -ms-scrollbar-face-color | -ms-scrollbar-highlight-color | -ms-scrollbar-shadow-color | -ms-scrollbar-track-color | -ms-text-autospace | -ms-touch-select | -ms-user-select | -ms-wrap-flow | -ms-wrap-margin | -ms-wrap-through | -webkit-appearance | -webkit-background-clip | -webkit-border-before | -webkit-border-before-color | -webkit-border-before-style | -webkit-border-before-width | -webkit-box-reflect | -webkit-column-break-after | -webkit-column-break-before | -webkit-column-break-inside | -webkit-font-smoothing | -webkit-line-clamp | -webkit-mask | -webkit-mask-attachment | -webkit-mask-box-image | -webkit-mask-clip | -webkit-mask-composite | -webkit-mask-image | -webkit-mask-origin | -webkit-mask-position | -webkit-mask-position-x | -webkit-mask-position-y | -webkit-mask-repeat | -webkit-mask-repeat-x | -webkit-mask-repeat-y | -webkit-mask-size | -webkit-overflow-scrolling | -webkit-print-color-adjust | -webkit-tap-highlight-color | -webkit-text-fill-color | -webkit-text-security | -webkit-text-stroke | -webkit-text-stroke-color | -webkit-text-stroke-width | -webkit-touch-callout | -webkit-user-drag | -webkit-user-modify | -webkit-user-select | accent-color | align-content | align-items | align-self | align-tracks | alignment-baseline | all | anchor-name | anchor-scope | animation | animation-composition | animation-delay | animation-direction | animation-duration | animation-fill-mode | animation-iteration-count | animation-name | animation-play-state | animation-range | animation-range-center | animation-range-end | animation-range-start | animation-timeline | animation-timing-function | animation-trigger | appearance | aspect-ratio | azimuth | backdrop-filter | backface-visibility | background | background-attachment | background-blend-mode | background-clip | background-color | background-image | background-origin | background-position | background-position-block | background-position-inline | background-position-x | background-position-y | background-repeat | background-repeat-block | background-repeat-inline | background-repeat-x | background-repeat-y | background-size | background-tbd | baseline-shift | baseline-source | behavior | block-ellipsis | block-size | block-step | block-step-align | block-step-insert | block-step-round | block-step-size | bookmark-label | bookmark-level | bookmark-state | border | border-block | border-block-color | border-block-end | border-block-end-clip | border-block-end-color | border-block-end-radius | border-block-end-style | border-block-end-width | border-block-start | border-block-start-clip | border-block-start-color | border-block-start-radius | border-block-start-style | border-block-start-width | border-block-style | border-block-width | border-bottom | border-bottom-clip | border-bottom-color | border-bottom-left-radius | border-bottom-radius | border-bottom-right-radius | border-bottom-style | border-bottom-width | border-boundary | border-clip | border-collapse | border-color | border-end-end-radius | border-end-start-radius | border-image | border-image-outset | border-image-repeat | border-image-slice | border-image-source | border-image-width | border-inline | border-inline-color | border-inline-end | border-inline-end-clip | border-inline-end-color | border-inline-end-radius | border-inline-end-style | border-inline-end-width | border-inline-start | border-inline-start-clip | border-inline-start-color | border-inline-start-radius | border-inline-start-style | border-inline-start-width | border-inline-style | border-inline-width | border-left | border-left-clip | border-left-color | border-left-radius | border-left-style | border-left-width | border-limit | border-radius | border-right | border-right-clip | border-right-color | border-right-radius | border-right-style | border-right-width | border-shape | border-spacing | border-start-end-radius | border-start-start-radius | border-style | border-top | border-top-clip | border-top-color | border-top-left-radius | border-top-radius | border-top-right-radius | border-top-style | border-top-width | border-width | bottom | box-align | box-decoration-break | box-direction | box-flex | box-flex-group | box-lines | box-ordinal-group | box-orient | box-pack | box-shadow | box-shadow-blur | box-shadow-color | box-shadow-offset | box-shadow-position | box-shadow-spread | box-sizing | box-snap | break-after | break-before | break-inside | caption-side | caret | caret-animation | caret-color | caret-shape | clear | clip | clip-path | clip-rule | color | color-adjust | color-interpolation | color-interpolation-filters | color-scheme | column-count | column-fill | column-gap | column-height | column-rule | column-rule-break | column-rule-color | column-rule-outset | column-rule-style | column-rule-width | column-span | column-width | column-wrap | columns | contain | contain-intrinsic-block-size | contain-intrinsic-height | contain-intrinsic-inline-size | contain-intrinsic-size | contain-intrinsic-width | container | container-name | container-type | content | content-visibility | continue | copy-into | corner | corner-block-end | corner-block-end-shape | corner-block-start | corner-block-start-shape | corner-bottom | corner-bottom-left | corner-bottom-left-shape | corner-bottom-right | corner-bottom-right-shape | corner-bottom-shape | corner-end-end | corner-end-end-shape | corner-end-start | corner-end-start-shape | corner-inline-end | corner-inline-end-shape | corner-inline-start | corner-inline-start-shape | corner-left | corner-left-shape | corner-right | corner-right-shape | corner-shape | corner-start-end | corner-start-end-shape | corner-start-start | corner-start-start-shape | corner-top | corner-top-left | corner-top-left-shape | corner-top-right | corner-top-right-shape | corner-top-shape | counter-increment | counter-reset | counter-set | cue | cue-after | cue-before | cursor | cx | cy | d | direction | display | dominant-baseline | dynamic-range-limit | empty-cells | event-trigger | event-trigger-name | event-trigger-source | field-sizing | fill | fill-break | fill-color | fill-image | fill-opacity | fill-origin | fill-position | fill-repeat | fill-rule | fill-size | filter | flex | flex-basis | flex-direction | flex-flow | flex-grow | flex-shrink | flex-wrap | float | float-defer | float-offset | float-reference | flood-color | flood-opacity | flow-from | flow-into | font | font-family | font-feature-settings | font-kerning | font-language-override | font-optical-sizing | font-palette | font-size | font-size-adjust | font-smooth | font-stretch | font-style | font-synthesis | font-synthesis-position | font-synthesis-small-caps | font-synthesis-style | font-synthesis-weight | font-variant | font-variant-alternates | font-variant-caps | font-variant-east-asian | font-variant-emoji | font-variant-ligatures | font-variant-numeric | font-variant-position | font-variation-settings | font-weight | font-width | footnote-display | footnote-policy | forced-color-adjust | gap | glyph-orientation-horizontal | glyph-orientation-vertical | grid | grid-area | grid-auto-columns | grid-auto-flow | grid-auto-rows | grid-column | grid-column-end | grid-column-gap | grid-column-start | grid-gap | grid-row | grid-row-end | grid-row-gap | grid-row-start | grid-template | grid-template-areas | grid-template-columns | grid-template-rows | hanging-punctuation | height | hyphenate-character | hyphenate-limit-chars | hyphenate-limit-last | hyphenate-limit-lines | hyphenate-limit-zone | hyphens | image-orientation | image-rendering | image-resolution | ime-mode | initial-letter | initial-letter-align | initial-letter-wrap | inline-size | inline-sizing | input-security | inset | inset-block | inset-block-end | inset-block-start | inset-inline | inset-inline-end | inset-inline-start | interactivity | interest-delay | interest-delay-end | interest-delay-start | interpolate-size | isolation | item-cross | item-direction | item-flow | item-pack | item-tolerance | item-track | item-wrap | justify-content | justify-items | justify-self | justify-tracks | kerning | left | letter-spacing | lighting-color | line-break | line-clamp | line-fit-edge | line-grid | line-height | line-height-step | line-padding | line-snap | link-parameters | list-style | list-style-image | list-style-position | list-style-type | margin | margin-block | margin-block-end | margin-block-start | margin-bottom | margin-break | margin-inline | margin-inline-end | margin-inline-start | margin-left | margin-right | margin-top | margin-trim | marker | marker-end | marker-mid | marker-side | marker-start | mask | mask-border | mask-border-mode | mask-border-outset | mask-border-repeat | mask-border-slice | mask-border-source | mask-border-width | mask-clip | mask-composite | mask-image | mask-mode | mask-origin | mask-position | mask-repeat | mask-size | mask-type | masonry-auto-flow | math-depth | math-shift | math-style | max-block-size | max-height | max-inline-size | max-lines | max-width | min-block-size | min-height | min-inline-size | min-intrinsic-sizing | min-width | mix-blend-mode | nav-down | nav-left | nav-right | nav-up | object-fit | object-position | object-view-box | offset | offset-anchor | offset-distance | offset-path | offset-position | offset-rotate | opacity | order | orphans | outline | outline-color | outline-offset | outline-style | outline-width | overflow | overflow-anchor | overflow-block | overflow-clip-box | overflow-clip-margin | overflow-clip-margin-block | overflow-clip-margin-block-end | overflow-clip-margin-block-start | overflow-clip-margin-bottom | overflow-clip-margin-inline | overflow-clip-margin-inline-end | overflow-clip-margin-inline-start | overflow-clip-margin-left | overflow-clip-margin-right | overflow-clip-margin-top | overflow-inline | overflow-wrap | overflow-x | overflow-y | overlay | overscroll-behavior | overscroll-behavior-block | overscroll-behavior-inline | overscroll-behavior-x | overscroll-behavior-y | padding | padding-block | padding-block-end | padding-block-start | padding-bottom | padding-inline | padding-inline-end | padding-inline-start | padding-left | padding-right | padding-top | page | page-break-after | page-break-before | page-break-inside | paint-order | pause | pause-after | pause-before | perspective | perspective-origin | place-content | place-items | place-self | pointer-events | pointer-timeline | pointer-timeline-axis | pointer-timeline-name | position | position-anchor | position-area | position-try | position-try-fallbacks | position-try-order | position-visibility | print-color-adjust | quotes | r | reading-flow | reading-order | region-fragment | resize | rest | rest-after | rest-before | right | rotate | row-gap | row-rule | row-rule-break | row-rule-color | row-rule-outset | row-rule-style | row-rule-width | ruby-align | ruby-merge | ruby-overhang | ruby-position | rule | rule-break | rule-color | rule-outset | rule-overlap | rule-style | rule-width | rx | ry | scale | scroll-behavior | scroll-initial-target | scroll-margin | scroll-margin-block | scroll-margin-block-end | scroll-margin-block-start | scroll-margin-bottom | scroll-margin-inline | scroll-margin-inline-end | scroll-margin-inline-start | scroll-margin-left | scroll-margin-right | scroll-margin-top | scroll-marker-group | scroll-padding | scroll-padding-block | scroll-padding-block-end | scroll-padding-block-start | scroll-padding-bottom | scroll-padding-inline | scroll-padding-inline-end | scroll-padding-inline-start | scroll-padding-left | scroll-padding-right | scroll-padding-top | scroll-snap-align | scroll-snap-coordinate | scroll-snap-destination | scroll-snap-points-x | scroll-snap-points-y | scroll-snap-stop | scroll-snap-type | scroll-snap-type-x | scroll-snap-type-y | scroll-target-group | scroll-timeline | scroll-timeline-axis | scroll-timeline-name | scrollbar-color | scrollbar-gutter | scrollbar-width | shape-image-threshold | shape-inside | shape-margin | shape-outside | shape-padding | shape-rendering | shape-subtract | slider-orientation | spatial-navigation-action | spatial-navigation-contain | spatial-navigation-function | speak | speak-as | src | string-set | stroke | stroke-align | stroke-alignment | stroke-break | stroke-color | stroke-dash-corner | stroke-dash-justify | stroke-dashadjust | stroke-dasharray | stroke-dashcorner | stroke-dashoffset | stroke-image | stroke-linecap | stroke-linejoin | stroke-miterlimit | stroke-opacity | stroke-origin | stroke-position | stroke-repeat | stroke-size | stroke-width | tab-size | table-layout | text-align | text-align-all | text-align-last | text-anchor | text-autospace | text-box | text-box-edge | text-box-trim | text-combine-upright | text-decoration | text-decoration-color | text-decoration-inset | text-decoration-line | text-decoration-skip | text-decoration-skip-box | text-decoration-skip-ink | text-decoration-skip-self | text-decoration-skip-spaces | text-decoration-style | text-decoration-thickness | text-emphasis | text-emphasis-color | text-emphasis-position | text-emphasis-skip | text-emphasis-style | text-group-align | text-indent | text-justify | text-orientation | text-overflow | text-rendering | text-shadow | text-size-adjust | text-spacing | text-spacing-trim | text-transform | text-underline-offset | text-underline-position | text-wrap | text-wrap-mode | text-wrap-style | timeline-scope | timeline-trigger | timeline-trigger-exit-range | timeline-trigger-exit-range-end | timeline-trigger-exit-range-start | timeline-trigger-name | timeline-trigger-range | timeline-trigger-range-end | timeline-trigger-range-start | timeline-trigger-source | top | touch-action | transform | transform-box | transform-origin | transform-style | transition | transition-behavior | transition-delay | transition-duration | transition-property | transition-timing-function | translate | unicode-bidi | unicode-range | user-select | vector-effect | vertical-align | view-timeline | view-timeline-axis | view-timeline-inset | view-timeline-name | view-transition-class | view-transition-group | view-transition-name | visibility | voice-balance | voice-duration | voice-family | voice-pitch | voice-range | voice-rate | voice-stress | voice-volume | white-space | white-space-collapse | white-space-trim | widows | width | will-change | word-break | word-space-transform | word-spacing | word-wrap | wrap-after | wrap-before | wrap-flow | wrap-inside | wrap-through | writing-mode | x | y | z-index | zoom"
|
|
860
|
+
"style-feature-name": "<dashed-ident> | -moz-appearance | -moz-background-clip | -moz-binding | -moz-border-bottom-colors | -moz-border-left-colors | -moz-border-radius-bottomleft | -moz-border-radius-bottomright | -moz-border-radius-topleft | -moz-border-radius-topright | -moz-border-right-colors | -moz-border-top-colors | -moz-context-properties | -moz-control-character-visibility | -moz-float-edge | -moz-force-broken-image-icon | -moz-image-region | -moz-orient | -moz-osx-font-smoothing | -moz-outline-radius | -moz-outline-radius-bottomleft | -moz-outline-radius-bottomright | -moz-outline-radius-topleft | -moz-outline-radius-topright | -moz-stack-sizing | -moz-text-blink | -moz-user-focus | -moz-user-input | -moz-user-modify | -moz-user-select | -moz-window-dragging | -moz-window-shadow | -ms-accelerator | -ms-block-progression | -ms-content-zoom-chaining | -ms-content-zoom-limit | -ms-content-zoom-limit-max | -ms-content-zoom-limit-min | -ms-content-zoom-snap | -ms-content-zoom-snap-points | -ms-content-zoom-snap-type | -ms-content-zooming | -ms-filter | -ms-flex-align | -ms-flex-item-align | -ms-flex-line-pack | -ms-flex-negative | -ms-flex-order | -ms-flex-pack | -ms-flex-positive | -ms-flex-preferred-size | -ms-flow-from | -ms-flow-into | -ms-grid-column-align | -ms-grid-columns | -ms-grid-row-align | -ms-grid-rows | -ms-high-contrast-adjust | -ms-hyphenate-limit-chars | -ms-hyphenate-limit-last | -ms-hyphenate-limit-lines | -ms-hyphenate-limit-zone | -ms-ime-align | -ms-interpolation-mode | -ms-overflow-style | -ms-scroll-chaining | -ms-scroll-limit | -ms-scroll-limit-x-max | -ms-scroll-limit-x-min | -ms-scroll-limit-y-max | -ms-scroll-limit-y-min | -ms-scroll-rails | -ms-scroll-snap-points-x | -ms-scroll-snap-points-y | -ms-scroll-snap-type | -ms-scroll-snap-x | -ms-scroll-snap-y | -ms-scroll-translation | -ms-scrollbar-3dlight-color | -ms-scrollbar-arrow-color | -ms-scrollbar-base-color | -ms-scrollbar-darkshadow-color | -ms-scrollbar-face-color | -ms-scrollbar-highlight-color | -ms-scrollbar-shadow-color | -ms-scrollbar-track-color | -ms-text-autospace | -ms-touch-select | -ms-user-select | -ms-wrap-flow | -ms-wrap-margin | -ms-wrap-through | -webkit-appearance | -webkit-background-clip | -webkit-border-before | -webkit-border-before-color | -webkit-border-before-style | -webkit-border-before-width | -webkit-box-reflect | -webkit-column-break-after | -webkit-column-break-before | -webkit-column-break-inside | -webkit-font-smoothing | -webkit-line-clamp | -webkit-mask | -webkit-mask-attachment | -webkit-mask-box-image | -webkit-mask-clip | -webkit-mask-composite | -webkit-mask-image | -webkit-mask-origin | -webkit-mask-position | -webkit-mask-position-x | -webkit-mask-position-y | -webkit-mask-repeat | -webkit-mask-repeat-x | -webkit-mask-repeat-y | -webkit-mask-size | -webkit-overflow-scrolling | -webkit-print-color-adjust | -webkit-tap-highlight-color | -webkit-text-fill-color | -webkit-text-security | -webkit-text-stroke | -webkit-text-stroke-color | -webkit-text-stroke-width | -webkit-touch-callout | -webkit-user-drag | -webkit-user-modify | -webkit-user-select | accent-color | align-content | align-items | align-self | align-tracks | alignment-baseline | all | anchor-name | anchor-scope | animation | animation-composition | animation-delay | animation-direction | animation-duration | animation-fill-mode | animation-iteration-count | animation-name | animation-play-state | animation-range | animation-range-center | animation-range-end | animation-range-start | animation-timeline | animation-timing-function | animation-trigger | appearance | aspect-ratio | azimuth | backdrop-filter | backface-visibility | background | background-attachment | background-blend-mode | background-clip | background-color | background-image | background-origin | background-position | background-position-block | background-position-inline | background-position-x | background-position-y | background-repeat | background-repeat-block | background-repeat-inline | background-repeat-x | background-repeat-y | background-size | background-tbd | baseline-shift | baseline-source | behavior | block-ellipsis | block-size | block-step | block-step-align | block-step-insert | block-step-round | block-step-size | bookmark-label | bookmark-level | bookmark-state | border | border-block | border-block-clip | border-block-color | border-block-end | border-block-end-clip | border-block-end-color | border-block-end-radius | border-block-end-style | border-block-end-width | border-block-start | border-block-start-clip | border-block-start-color | border-block-start-radius | border-block-start-style | border-block-start-width | border-block-style | border-block-width | border-bottom | border-bottom-clip | border-bottom-color | border-bottom-left-radius | border-bottom-radius | border-bottom-right-radius | border-bottom-style | border-bottom-width | border-boundary | border-clip | border-collapse | border-color | border-end-end-radius | border-end-start-radius | border-image | border-image-outset | border-image-repeat | border-image-slice | border-image-source | border-image-width | border-inline | border-inline-clip | border-inline-color | border-inline-end | border-inline-end-clip | border-inline-end-color | border-inline-end-radius | border-inline-end-style | border-inline-end-width | border-inline-start | border-inline-start-clip | border-inline-start-color | border-inline-start-radius | border-inline-start-style | border-inline-start-width | border-inline-style | border-inline-width | border-left | border-left-clip | border-left-color | border-left-radius | border-left-style | border-left-width | border-limit | border-radius | border-right | border-right-clip | border-right-color | border-right-radius | border-right-style | border-right-width | border-shape | border-spacing | border-start-end-radius | border-start-start-radius | border-style | border-top | border-top-clip | border-top-color | border-top-left-radius | border-top-radius | border-top-right-radius | border-top-style | border-top-width | border-width | bottom | box-align | box-decoration-break | box-direction | box-flex | box-flex-group | box-lines | box-ordinal-group | box-orient | box-pack | box-shadow | box-shadow-blur | box-shadow-color | box-shadow-offset | box-shadow-position | box-shadow-spread | box-sizing | box-snap | break-after | break-before | break-inside | caption-side | caret | caret-animation | caret-color | caret-shape | clear | clip | clip-path | clip-rule | color | color-adjust | color-interpolation | color-interpolation-filters | color-scheme | column-count | column-fill | column-gap | column-height | column-rule | column-rule-break | column-rule-color | column-rule-outset | column-rule-style | column-rule-width | column-span | column-width | column-wrap | columns | contain | contain-intrinsic-block-size | contain-intrinsic-height | contain-intrinsic-inline-size | contain-intrinsic-size | contain-intrinsic-width | container | container-name | container-type | content | content-visibility | continue | copy-into | corner | corner-block-end | corner-block-end-shape | corner-block-start | corner-block-start-shape | corner-bottom | corner-bottom-left | corner-bottom-left-shape | corner-bottom-right | corner-bottom-right-shape | corner-bottom-shape | corner-end-end | corner-end-end-shape | corner-end-start | corner-end-start-shape | corner-inline-end | corner-inline-end-shape | corner-inline-start | corner-inline-start-shape | corner-left | corner-left-shape | corner-right | corner-right-shape | corner-shape | corner-start-end | corner-start-end-shape | corner-start-start | corner-start-start-shape | corner-top | corner-top-left | corner-top-left-shape | corner-top-right | corner-top-right-shape | corner-top-shape | counter-increment | counter-reset | counter-set | cue | cue-after | cue-before | cursor | cx | cy | d | direction | display | dominant-baseline | dynamic-range-limit | empty-cells | event-trigger | event-trigger-name | event-trigger-source | field-sizing | fill | fill-break | fill-color | fill-image | fill-opacity | fill-origin | fill-position | fill-repeat | fill-rule | fill-size | filter | flex | flex-basis | flex-direction | flex-flow | flex-grow | flex-shrink | flex-wrap | float | float-defer | float-offset | float-reference | flood-color | flood-opacity | flow-from | flow-into | font | font-family | font-feature-settings | font-kerning | font-language-override | font-optical-sizing | font-palette | font-size | font-size-adjust | font-smooth | font-stretch | font-style | font-synthesis | font-synthesis-position | font-synthesis-small-caps | font-synthesis-style | font-synthesis-weight | font-variant | font-variant-alternates | font-variant-caps | font-variant-east-asian | font-variant-emoji | font-variant-ligatures | font-variant-numeric | font-variant-position | font-variation-settings | font-weight | font-width | footnote-display | footnote-policy | forced-color-adjust | gap | glyph-orientation-horizontal | glyph-orientation-vertical | grid | grid-area | grid-auto-columns | grid-auto-flow | grid-auto-rows | grid-column | grid-column-end | grid-column-gap | grid-column-start | grid-gap | grid-row | grid-row-end | grid-row-gap | grid-row-start | grid-template | grid-template-areas | grid-template-columns | grid-template-rows | hanging-punctuation | height | hyphenate-character | hyphenate-limit-chars | hyphenate-limit-last | hyphenate-limit-lines | hyphenate-limit-zone | hyphens | image-orientation | image-rendering | image-resolution | ime-mode | initial-letter | initial-letter-align | initial-letter-wrap | inline-size | inline-sizing | input-security | inset | inset-block | inset-block-end | inset-block-start | inset-inline | inset-inline-end | inset-inline-start | interactivity | interest-delay | interest-delay-end | interest-delay-start | interpolate-size | isolation | item-cross | item-direction | item-flow | item-pack | item-tolerance | item-track | item-wrap | justify-content | justify-items | justify-self | justify-tracks | kerning | left | letter-spacing | lighting-color | line-break | line-clamp | line-fit-edge | line-grid | line-height | line-height-step | line-padding | line-snap | link-parameters | list-style | list-style-image | list-style-position | list-style-type | margin | margin-block | margin-block-end | margin-block-start | margin-bottom | margin-break | margin-inline | margin-inline-end | margin-inline-start | margin-left | margin-right | margin-top | margin-trim | marker | marker-end | marker-mid | marker-side | marker-start | mask | mask-border | mask-border-mode | mask-border-outset | mask-border-repeat | mask-border-slice | mask-border-source | mask-border-width | mask-clip | mask-composite | mask-image | mask-mode | mask-origin | mask-position | mask-repeat | mask-size | mask-type | masonry-auto-flow | math-depth | math-shift | math-style | max-block-size | max-height | max-inline-size | max-lines | max-width | min-block-size | min-height | min-inline-size | min-intrinsic-sizing | min-width | mix-blend-mode | nav-down | nav-left | nav-right | nav-up | object-fit | object-position | object-view-box | offset | offset-anchor | offset-distance | offset-path | offset-position | offset-rotate | opacity | order | orphans | outline | outline-color | outline-offset | outline-style | outline-width | overflow | overflow-anchor | overflow-block | overflow-clip-box | overflow-clip-margin | overflow-clip-margin-block | overflow-clip-margin-block-end | overflow-clip-margin-block-start | overflow-clip-margin-bottom | overflow-clip-margin-inline | overflow-clip-margin-inline-end | overflow-clip-margin-inline-start | overflow-clip-margin-left | overflow-clip-margin-right | overflow-clip-margin-top | overflow-inline | overflow-wrap | overflow-x | overflow-y | overlay | overscroll-behavior | overscroll-behavior-block | overscroll-behavior-inline | overscroll-behavior-x | overscroll-behavior-y | padding | padding-block | padding-block-end | padding-block-start | padding-bottom | padding-inline | padding-inline-end | padding-inline-start | padding-left | padding-right | padding-top | page | page-break-after | page-break-before | page-break-inside | paint-order | pause | pause-after | pause-before | perspective | perspective-origin | place-content | place-items | place-self | pointer-events | pointer-timeline | pointer-timeline-axis | pointer-timeline-name | position | position-anchor | position-area | position-try | position-try-fallbacks | position-try-order | position-visibility | print-color-adjust | quotes | r | reading-flow | reading-order | region-fragment | resize | rest | rest-after | rest-before | right | rotate | row-gap | row-rule | row-rule-break | row-rule-color | row-rule-outset | row-rule-style | row-rule-width | ruby-align | ruby-merge | ruby-overhang | ruby-position | rule | rule-break | rule-color | rule-outset | rule-overlap | rule-style | rule-width | rx | ry | scale | scroll-behavior | scroll-initial-target | scroll-margin | scroll-margin-block | scroll-margin-block-end | scroll-margin-block-start | scroll-margin-bottom | scroll-margin-inline | scroll-margin-inline-end | scroll-margin-inline-start | scroll-margin-left | scroll-margin-right | scroll-margin-top | scroll-marker-group | scroll-padding | scroll-padding-block | scroll-padding-block-end | scroll-padding-block-start | scroll-padding-bottom | scroll-padding-inline | scroll-padding-inline-end | scroll-padding-inline-start | scroll-padding-left | scroll-padding-right | scroll-padding-top | scroll-snap-align | scroll-snap-coordinate | scroll-snap-destination | scroll-snap-points-x | scroll-snap-points-y | scroll-snap-stop | scroll-snap-type | scroll-snap-type-x | scroll-snap-type-y | scroll-target-group | scroll-timeline | scroll-timeline-axis | scroll-timeline-name | scrollbar-color | scrollbar-gutter | scrollbar-width | shape-image-threshold | shape-inside | shape-margin | shape-outside | shape-padding | shape-rendering | shape-subtract | slider-orientation | spatial-navigation-action | spatial-navigation-contain | spatial-navigation-function | speak | speak-as | src | string-set | stroke | stroke-align | stroke-alignment | stroke-break | stroke-color | stroke-dash-corner | stroke-dash-justify | stroke-dashadjust | stroke-dasharray | stroke-dashcorner | stroke-dashoffset | stroke-image | stroke-linecap | stroke-linejoin | stroke-miterlimit | stroke-opacity | stroke-origin | stroke-position | stroke-repeat | stroke-size | stroke-width | tab-size | table-layout | text-align | text-align-all | text-align-last | text-anchor | text-autospace | text-box | text-box-edge | text-box-trim | text-combine-upright | text-decoration | text-decoration-color | text-decoration-inset | text-decoration-line | text-decoration-skip | text-decoration-skip-box | text-decoration-skip-ink | text-decoration-skip-self | text-decoration-skip-spaces | text-decoration-style | text-decoration-thickness | text-emphasis | text-emphasis-color | text-emphasis-position | text-emphasis-skip | text-emphasis-style | text-group-align | text-indent | text-justify | text-orientation | text-overflow | text-rendering | text-shadow | text-size-adjust | text-spacing | text-spacing-trim | text-transform | text-underline-offset | text-underline-position | text-wrap | text-wrap-mode | text-wrap-style | timeline-scope | timeline-trigger | timeline-trigger-exit-range | timeline-trigger-exit-range-end | timeline-trigger-exit-range-start | timeline-trigger-name | timeline-trigger-range | timeline-trigger-range-end | timeline-trigger-range-start | timeline-trigger-source | top | touch-action | transform | transform-box | transform-origin | transform-style | transition | transition-behavior | transition-delay | transition-duration | transition-property | transition-timing-function | translate | unicode-bidi | unicode-range | user-select | vector-effect | vertical-align | view-timeline | view-timeline-axis | view-timeline-inset | view-timeline-name | view-transition-class | view-transition-group | view-transition-name | visibility | voice-balance | voice-duration | voice-family | voice-pitch | voice-range | voice-rate | voice-stress | voice-volume | white-space | white-space-collapse | white-space-trim | widows | width | will-change | word-break | word-space-transform | word-spacing | word-wrap | wrap-after | wrap-before | wrap-flow | wrap-inside | wrap-through | writing-mode | x | y | z-index | zoom"
|
|
838
861
|
}
|
|
839
862
|
}
|
|
840
863
|
}
|