@stylexjs/shared 0.10.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/common-types.d.ts +8 -11
- package/lib/common-types.js.flow +9 -14
- package/lib/convert-to-className.js +4 -3
- package/lib/index.d.ts +0 -5
- package/lib/index.js +1 -4
- package/lib/index.js.flow +0 -5
- package/lib/messages.d.ts +0 -1
- package/lib/messages.js +1 -2
- package/lib/messages.js.flow +0 -1
- package/lib/preprocess-rules/PreRule.d.ts +1 -10
- package/lib/preprocess-rules/PreRule.js +1 -13
- package/lib/preprocess-rules/PreRule.js.flow +1 -11
- package/lib/preprocess-rules/basic-validation.js +0 -10
- package/lib/preprocess-rules/flatten-raw-style-obj.d.ts +2 -6
- package/lib/preprocess-rules/flatten-raw-style-obj.js +0 -8
- package/lib/preprocess-rules/flatten-raw-style-obj.js.flow +3 -6
- package/lib/stylex-create.js +13 -18
- package/lib/utils/default-options.js +1 -0
- package/lib/utils/media-query-transform.d.ts +16 -0
- package/lib/utils/media-query-transform.js +53 -0
- package/lib/utils/media-query-transform.js.flow +20 -0
- package/lib/utils/object-utils.d.ts +1 -2
- package/lib/utils/object-utils.js +0 -3
- package/lib/utils/object-utils.js.flow +1 -3
- package/package.json +2 -2
- package/lib/properties/CSS Animations.json +0 -445
- package/lib/properties/CSS Backgrounds and Borders.json +0 -1085
- package/lib/properties/CSS Basic User Interface.json +0 -365
- package/lib/properties/CSS Box Alignment.json +0 -245
- package/lib/properties/CSS Box Model.json +0 -501
- package/lib/properties/CSS Color.json +0 -100
- package/lib/properties/CSS Columns.json +0 -185
- package/lib/properties/CSS Containment.json +0 -203
- package/lib/properties/CSS Counter Styles.json +0 -56
- package/lib/properties/CSS Display.json +0 -20
- package/lib/properties/CSS Flexible Box Layout.json +0 -167
- package/lib/properties/CSS Fonts.json +0 -684
- package/lib/properties/CSS Fragmentation.json +0 -110
- package/lib/properties/CSS Generated Content.json +0 -38
- package/lib/properties/CSS Grid Layout.json +0 -500
- package/lib/properties/CSS Images.json +0 -91
- package/lib/properties/CSS Inline.json +0 -38
- package/lib/properties/CSS Lists and Counters.json +0 -86
- package/lib/properties/CSS Logical Properties.json +0 -1086
- package/lib/properties/CSS Masking.json +0 -399
- package/lib/properties/CSS Miscellaneous.json +0 -38
- package/lib/properties/CSS Motion Path.json +0 -132
- package/lib/properties/CSS Overflow.json +0 -216
- package/lib/properties/CSS Pages.json +0 -83
- package/lib/properties/CSS Positioning.json +0 -166
- package/lib/properties/CSS Ruby.json +0 -55
- package/lib/properties/CSS Scroll Anchoring.json +0 -19
- package/lib/properties/CSS Scroll Snap.json +0 -604
- package/lib/properties/CSS Scrollbars.json +0 -38
- package/lib/properties/CSS Shapes.json +0 -56
- package/lib/properties/CSS Speech.json +0 -20
- package/lib/properties/CSS Table.json +0 -115
- package/lib/properties/CSS Text Decoration.json +0 -312
- package/lib/properties/CSS Text.json +0 -415
- package/lib/properties/CSS Transforms.json +0 -188
- package/lib/properties/CSS Transitions.json +0 -122
- package/lib/properties/CSS Variables.json +0 -20
- package/lib/properties/CSS View Transitions.json +0 -20
- package/lib/properties/CSS Will Change.json +0 -20
- package/lib/properties/CSS Writing Modes.json +0 -92
- package/lib/properties/Compositing and Blending.json +0 -62
- package/lib/properties/Filter Effects.json +0 -38
- package/lib/properties/MathML.json +0 -56
- package/lib/properties/Microsoft Extensions.json +0 -885
- package/lib/properties/Mozilla Extensions.json +0 -607
- package/lib/properties/Pointer Events.json +0 -20
- package/lib/properties/WebKit Extensions.json +0 -707
- package/lib/properties.json +0 -10122
- package/lib/utils/normalizers/convert-camel-case-transition-props.d.ts +0 -14
- package/lib/utils/normalizers/convert-camel-case-transition-props.js +0 -23
- package/lib/utils/normalizers/convert-camel-case-transition-props.js.flow +0 -13
@@ -1,216 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"syntax": "none | <integer>",
|
4
|
-
"media": "visual",
|
5
|
-
"inherited": false,
|
6
|
-
"animationType": "byComputedValueType",
|
7
|
-
"percentages": "no",
|
8
|
-
"groups": [
|
9
|
-
"WebKit Extensions",
|
10
|
-
"CSS Overflow"
|
11
|
-
],
|
12
|
-
"initial": "none",
|
13
|
-
"appliesto": "allElements",
|
14
|
-
"computed": "asSpecified",
|
15
|
-
"order": "uniqueOrder",
|
16
|
-
"status": "standard",
|
17
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp",
|
18
|
-
"property": "-webkit-line-clamp",
|
19
|
-
"group": "CSS Overflow"
|
20
|
-
},
|
21
|
-
{
|
22
|
-
"syntax": "clip | ellipsis | <string>",
|
23
|
-
"media": "visual",
|
24
|
-
"inherited": true,
|
25
|
-
"animationType": "discrete",
|
26
|
-
"percentages": "no",
|
27
|
-
"groups": [
|
28
|
-
"CSS Overflow"
|
29
|
-
],
|
30
|
-
"initial": "clip",
|
31
|
-
"appliesto": "blockContainers",
|
32
|
-
"computed": "asSpecified",
|
33
|
-
"order": "perGrammar",
|
34
|
-
"status": "experimental",
|
35
|
-
"property": "block-overflow",
|
36
|
-
"group": "CSS Overflow"
|
37
|
-
},
|
38
|
-
{
|
39
|
-
"syntax": "none | <integer>",
|
40
|
-
"media": "visual",
|
41
|
-
"inherited": false,
|
42
|
-
"animationType": "integer",
|
43
|
-
"percentages": "no",
|
44
|
-
"groups": [
|
45
|
-
"CSS Overflow"
|
46
|
-
],
|
47
|
-
"initial": "none",
|
48
|
-
"appliesto": "blockContainersExceptMultiColumnContainers",
|
49
|
-
"computed": "asSpecified",
|
50
|
-
"order": "perGrammar",
|
51
|
-
"status": "experimental",
|
52
|
-
"property": "line-clamp",
|
53
|
-
"group": "CSS Overflow"
|
54
|
-
},
|
55
|
-
{
|
56
|
-
"syntax": "none | <integer>",
|
57
|
-
"media": "visual",
|
58
|
-
"inherited": false,
|
59
|
-
"animationType": "integer",
|
60
|
-
"percentages": "no",
|
61
|
-
"groups": [
|
62
|
-
"CSS Overflow"
|
63
|
-
],
|
64
|
-
"initial": "none",
|
65
|
-
"appliesto": "blockContainersExceptMultiColumnContainers",
|
66
|
-
"computed": "asSpecified",
|
67
|
-
"order": "perGrammar",
|
68
|
-
"status": "experimental",
|
69
|
-
"property": "max-lines",
|
70
|
-
"group": "CSS Overflow"
|
71
|
-
},
|
72
|
-
{
|
73
|
-
"syntax": "[ visible | hidden | clip | scroll | auto ]{1,2}",
|
74
|
-
"media": "visual",
|
75
|
-
"inherited": false,
|
76
|
-
"animationType": "discrete",
|
77
|
-
"percentages": "no",
|
78
|
-
"groups": [
|
79
|
-
"CSS Overflow"
|
80
|
-
],
|
81
|
-
"initial": "visible",
|
82
|
-
"appliesto": "blockContainersFlexContainersGridContainers",
|
83
|
-
"computed": [
|
84
|
-
"overflow-x",
|
85
|
-
"overflow-y"
|
86
|
-
],
|
87
|
-
"order": "uniqueOrder",
|
88
|
-
"status": "standard",
|
89
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/overflow",
|
90
|
-
"property": "overflow",
|
91
|
-
"group": "CSS Overflow"
|
92
|
-
},
|
93
|
-
{
|
94
|
-
"syntax": "visible | hidden | clip | scroll | auto",
|
95
|
-
"media": "visual",
|
96
|
-
"inherited": false,
|
97
|
-
"animationType": "discrete",
|
98
|
-
"percentages": "no",
|
99
|
-
"groups": [
|
100
|
-
"CSS Overflow"
|
101
|
-
],
|
102
|
-
"initial": "auto",
|
103
|
-
"appliesto": "blockContainersFlexContainersGridContainers",
|
104
|
-
"computed": "asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",
|
105
|
-
"order": "perGrammar",
|
106
|
-
"status": "standard",
|
107
|
-
"property": "overflow-block",
|
108
|
-
"group": "CSS Overflow"
|
109
|
-
},
|
110
|
-
{
|
111
|
-
"syntax": "<visual-box> || <length [0,∞]>",
|
112
|
-
"media": "visual",
|
113
|
-
"inherited": false,
|
114
|
-
"animationType": "discrete",
|
115
|
-
"percentages": "no",
|
116
|
-
"groups": [
|
117
|
-
"CSS Overflow"
|
118
|
-
],
|
119
|
-
"initial": "0px",
|
120
|
-
"appliesto": "allElements",
|
121
|
-
"computed": "theComputedLengthAndVisualBox",
|
122
|
-
"order": "perGrammar",
|
123
|
-
"status": "standard",
|
124
|
-
"property": "overflow-clip-margin",
|
125
|
-
"group": "CSS Overflow"
|
126
|
-
},
|
127
|
-
{
|
128
|
-
"syntax": "visible | hidden | clip | scroll | auto",
|
129
|
-
"media": "visual",
|
130
|
-
"inherited": false,
|
131
|
-
"animationType": "discrete",
|
132
|
-
"percentages": "no",
|
133
|
-
"groups": [
|
134
|
-
"CSS Overflow"
|
135
|
-
],
|
136
|
-
"initial": "auto",
|
137
|
-
"appliesto": "blockContainersFlexContainersGridContainers",
|
138
|
-
"computed": "asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",
|
139
|
-
"order": "perGrammar",
|
140
|
-
"status": "standard",
|
141
|
-
"property": "overflow-inline",
|
142
|
-
"group": "CSS Overflow"
|
143
|
-
},
|
144
|
-
{
|
145
|
-
"syntax": "visible | hidden | clip | scroll | auto",
|
146
|
-
"media": "visual",
|
147
|
-
"inherited": false,
|
148
|
-
"animationType": "discrete",
|
149
|
-
"percentages": "no",
|
150
|
-
"groups": [
|
151
|
-
"CSS Overflow"
|
152
|
-
],
|
153
|
-
"initial": "visible",
|
154
|
-
"appliesto": "blockContainersFlexContainersGridContainers",
|
155
|
-
"computed": "asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",
|
156
|
-
"order": "uniqueOrder",
|
157
|
-
"status": "standard",
|
158
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/overflow-x",
|
159
|
-
"property": "overflow-x",
|
160
|
-
"group": "CSS Overflow"
|
161
|
-
},
|
162
|
-
{
|
163
|
-
"syntax": "visible | hidden | clip | scroll | auto",
|
164
|
-
"media": "visual",
|
165
|
-
"inherited": false,
|
166
|
-
"animationType": "discrete",
|
167
|
-
"percentages": "no",
|
168
|
-
"groups": [
|
169
|
-
"CSS Overflow"
|
170
|
-
],
|
171
|
-
"initial": "visible",
|
172
|
-
"appliesto": "blockContainersFlexContainersGridContainers",
|
173
|
-
"computed": "asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",
|
174
|
-
"order": "uniqueOrder",
|
175
|
-
"status": "standard",
|
176
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/overflow-y",
|
177
|
-
"property": "overflow-y",
|
178
|
-
"group": "CSS Overflow"
|
179
|
-
},
|
180
|
-
{
|
181
|
-
"syntax": "auto | stable && both-edges?",
|
182
|
-
"media": "visual",
|
183
|
-
"inherited": false,
|
184
|
-
"animationType": "discrete",
|
185
|
-
"percentages": "no",
|
186
|
-
"groups": [
|
187
|
-
"CSS Overflow"
|
188
|
-
],
|
189
|
-
"initial": "auto",
|
190
|
-
"appliesto": "scrollingBoxes",
|
191
|
-
"computed": "asSpecified",
|
192
|
-
"order": "perGrammar",
|
193
|
-
"status": "standard",
|
194
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter",
|
195
|
-
"property": "scrollbar-gutter",
|
196
|
-
"group": "CSS Overflow"
|
197
|
-
},
|
198
|
-
{
|
199
|
-
"syntax": "auto | smooth",
|
200
|
-
"media": "visual",
|
201
|
-
"inherited": false,
|
202
|
-
"animationType": "notAnimatable",
|
203
|
-
"percentages": "no",
|
204
|
-
"groups": [
|
205
|
-
"CSS Overflow"
|
206
|
-
],
|
207
|
-
"initial": "auto",
|
208
|
-
"appliesto": "scrollingBoxes",
|
209
|
-
"computed": "asSpecified",
|
210
|
-
"order": "uniqueOrder",
|
211
|
-
"status": "standard",
|
212
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-behavior",
|
213
|
-
"property": "scroll-behavior",
|
214
|
-
"group": "CSS Overflow"
|
215
|
-
}
|
216
|
-
]
|
@@ -1,83 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"syntax": "auto | <custom-ident>",
|
4
|
-
"media": "paged",
|
5
|
-
"inherited": false,
|
6
|
-
"animationType": "discrete",
|
7
|
-
"percentages": "no",
|
8
|
-
"groups": [
|
9
|
-
"CSS Pages"
|
10
|
-
],
|
11
|
-
"initial": "auto",
|
12
|
-
"appliesto": "blockElementsInNormalFlow",
|
13
|
-
"computed": "asSpecified",
|
14
|
-
"order": "perGrammar",
|
15
|
-
"status": "standard",
|
16
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/page",
|
17
|
-
"property": "page",
|
18
|
-
"group": "CSS Pages"
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"syntax": "auto | always | avoid | left | right | recto | verso",
|
22
|
-
"media": [
|
23
|
-
"visual",
|
24
|
-
"paged"
|
25
|
-
],
|
26
|
-
"inherited": false,
|
27
|
-
"animationType": "discrete",
|
28
|
-
"percentages": "no",
|
29
|
-
"groups": [
|
30
|
-
"CSS Pages"
|
31
|
-
],
|
32
|
-
"initial": "auto",
|
33
|
-
"appliesto": "blockElementsInNormalFlow",
|
34
|
-
"computed": "asSpecified",
|
35
|
-
"order": "uniqueOrder",
|
36
|
-
"status": "standard",
|
37
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/page-break-after",
|
38
|
-
"property": "page-break-after",
|
39
|
-
"group": "CSS Pages"
|
40
|
-
},
|
41
|
-
{
|
42
|
-
"syntax": "auto | always | avoid | left | right | recto | verso",
|
43
|
-
"media": [
|
44
|
-
"visual",
|
45
|
-
"paged"
|
46
|
-
],
|
47
|
-
"inherited": false,
|
48
|
-
"animationType": "discrete",
|
49
|
-
"percentages": "no",
|
50
|
-
"groups": [
|
51
|
-
"CSS Pages"
|
52
|
-
],
|
53
|
-
"initial": "auto",
|
54
|
-
"appliesto": "blockElementsInNormalFlow",
|
55
|
-
"computed": "asSpecified",
|
56
|
-
"order": "uniqueOrder",
|
57
|
-
"status": "standard",
|
58
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/page-break-before",
|
59
|
-
"property": "page-break-before",
|
60
|
-
"group": "CSS Pages"
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"syntax": "auto | avoid",
|
64
|
-
"media": [
|
65
|
-
"visual",
|
66
|
-
"paged"
|
67
|
-
],
|
68
|
-
"inherited": false,
|
69
|
-
"animationType": "discrete",
|
70
|
-
"percentages": "no",
|
71
|
-
"groups": [
|
72
|
-
"CSS Pages"
|
73
|
-
],
|
74
|
-
"initial": "auto",
|
75
|
-
"appliesto": "blockElementsInNormalFlow",
|
76
|
-
"computed": "asSpecified",
|
77
|
-
"order": "uniqueOrder",
|
78
|
-
"status": "standard",
|
79
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/page-break-inside",
|
80
|
-
"property": "page-break-inside",
|
81
|
-
"group": "CSS Pages"
|
82
|
-
}
|
83
|
-
]
|
@@ -1,166 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"syntax": "<length> | <percentage> | auto",
|
4
|
-
"media": "visual",
|
5
|
-
"inherited": false,
|
6
|
-
"animationType": "lpc",
|
7
|
-
"percentages": "referToContainingBlockHeight",
|
8
|
-
"groups": [
|
9
|
-
"CSS Positioning"
|
10
|
-
],
|
11
|
-
"initial": "auto",
|
12
|
-
"appliesto": "positionedElements",
|
13
|
-
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
|
14
|
-
"order": "uniqueOrder",
|
15
|
-
"status": "standard",
|
16
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/bottom",
|
17
|
-
"property": "bottom",
|
18
|
-
"group": "CSS Positioning"
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"syntax": "none | left | right | both | inline-start | inline-end",
|
22
|
-
"media": "visual",
|
23
|
-
"inherited": false,
|
24
|
-
"animationType": "discrete",
|
25
|
-
"percentages": "no",
|
26
|
-
"groups": [
|
27
|
-
"CSS Positioning"
|
28
|
-
],
|
29
|
-
"initial": "none",
|
30
|
-
"appliesto": "blockLevelElements",
|
31
|
-
"computed": "asSpecified",
|
32
|
-
"order": "uniqueOrder",
|
33
|
-
"status": "standard",
|
34
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/clear",
|
35
|
-
"property": "clear",
|
36
|
-
"group": "CSS Positioning"
|
37
|
-
},
|
38
|
-
{
|
39
|
-
"syntax": "left | right | none | inline-start | inline-end",
|
40
|
-
"media": "visual",
|
41
|
-
"inherited": false,
|
42
|
-
"animationType": "discrete",
|
43
|
-
"percentages": "no",
|
44
|
-
"groups": [
|
45
|
-
"CSS Positioning"
|
46
|
-
],
|
47
|
-
"initial": "none",
|
48
|
-
"appliesto": "allElementsNoEffectIfDisplayNone",
|
49
|
-
"computed": "asSpecified",
|
50
|
-
"order": "uniqueOrder",
|
51
|
-
"status": "standard",
|
52
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/float",
|
53
|
-
"property": "float",
|
54
|
-
"group": "CSS Positioning"
|
55
|
-
},
|
56
|
-
{
|
57
|
-
"syntax": "<length> | <percentage> | auto",
|
58
|
-
"media": "visual",
|
59
|
-
"inherited": false,
|
60
|
-
"animationType": "lpc",
|
61
|
-
"percentages": "referToWidthOfContainingBlock",
|
62
|
-
"groups": [
|
63
|
-
"CSS Positioning"
|
64
|
-
],
|
65
|
-
"initial": "auto",
|
66
|
-
"appliesto": "positionedElements",
|
67
|
-
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
|
68
|
-
"order": "uniqueOrder",
|
69
|
-
"status": "standard",
|
70
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/left",
|
71
|
-
"property": "left",
|
72
|
-
"group": "CSS Positioning"
|
73
|
-
},
|
74
|
-
{
|
75
|
-
"syntax": "none | auto",
|
76
|
-
"media": "visual",
|
77
|
-
"inherited": false,
|
78
|
-
"animationType": "discreteSwapAt1",
|
79
|
-
"percentages": "no",
|
80
|
-
"groups": [
|
81
|
-
"CSS Positioning"
|
82
|
-
],
|
83
|
-
"initial": "none",
|
84
|
-
"appliesto": "allElements",
|
85
|
-
"computed": "asSpecified",
|
86
|
-
"order": "perGrammar",
|
87
|
-
"status": "experimental",
|
88
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/overlay",
|
89
|
-
"property": "overlay",
|
90
|
-
"group": "CSS Positioning"
|
91
|
-
},
|
92
|
-
{
|
93
|
-
"syntax": "static | relative | absolute | sticky | fixed",
|
94
|
-
"media": "visual",
|
95
|
-
"inherited": false,
|
96
|
-
"animationType": "discrete",
|
97
|
-
"percentages": "no",
|
98
|
-
"groups": [
|
99
|
-
"CSS Positioning"
|
100
|
-
],
|
101
|
-
"initial": "static",
|
102
|
-
"appliesto": "allElements",
|
103
|
-
"computed": "asSpecified",
|
104
|
-
"order": "uniqueOrder",
|
105
|
-
"stacking": true,
|
106
|
-
"status": "standard",
|
107
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position",
|
108
|
-
"property": "position",
|
109
|
-
"group": "CSS Positioning"
|
110
|
-
},
|
111
|
-
{
|
112
|
-
"syntax": "<length> | <percentage> | auto",
|
113
|
-
"media": "visual",
|
114
|
-
"inherited": false,
|
115
|
-
"animationType": "lpc",
|
116
|
-
"percentages": "referToWidthOfContainingBlock",
|
117
|
-
"groups": [
|
118
|
-
"CSS Positioning"
|
119
|
-
],
|
120
|
-
"initial": "auto",
|
121
|
-
"appliesto": "positionedElements",
|
122
|
-
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
|
123
|
-
"order": "uniqueOrder",
|
124
|
-
"status": "standard",
|
125
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/right",
|
126
|
-
"property": "right",
|
127
|
-
"group": "CSS Positioning"
|
128
|
-
},
|
129
|
-
{
|
130
|
-
"syntax": "<length> | <percentage> | auto",
|
131
|
-
"media": "visual",
|
132
|
-
"inherited": false,
|
133
|
-
"animationType": "lpc",
|
134
|
-
"percentages": "referToContainingBlockHeight",
|
135
|
-
"groups": [
|
136
|
-
"CSS Positioning"
|
137
|
-
],
|
138
|
-
"initial": "auto",
|
139
|
-
"appliesto": "positionedElements",
|
140
|
-
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
|
141
|
-
"order": "uniqueOrder",
|
142
|
-
"status": "standard",
|
143
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/top",
|
144
|
-
"property": "top",
|
145
|
-
"group": "CSS Positioning"
|
146
|
-
},
|
147
|
-
{
|
148
|
-
"syntax": "auto | <integer>",
|
149
|
-
"media": "visual",
|
150
|
-
"inherited": false,
|
151
|
-
"animationType": "integer",
|
152
|
-
"percentages": "no",
|
153
|
-
"groups": [
|
154
|
-
"CSS Positioning"
|
155
|
-
],
|
156
|
-
"initial": "auto",
|
157
|
-
"appliesto": "positionedElements",
|
158
|
-
"computed": "asSpecified",
|
159
|
-
"order": "uniqueOrder",
|
160
|
-
"stacking": true,
|
161
|
-
"status": "standard",
|
162
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/z-index",
|
163
|
-
"property": "z-index",
|
164
|
-
"group": "CSS Positioning"
|
165
|
-
}
|
166
|
-
]
|
@@ -1,55 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"syntax": "start | center | space-between | space-around",
|
4
|
-
"media": "visual",
|
5
|
-
"inherited": true,
|
6
|
-
"animationType": "byComputedValueType",
|
7
|
-
"percentages": "no",
|
8
|
-
"groups": [
|
9
|
-
"CSS Ruby"
|
10
|
-
],
|
11
|
-
"initial": "space-around",
|
12
|
-
"appliesto": "rubyBasesAnnotationsBaseAnnotationContainers",
|
13
|
-
"computed": "asSpecified",
|
14
|
-
"order": "uniqueOrder",
|
15
|
-
"status": "experimental",
|
16
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ruby-align",
|
17
|
-
"property": "ruby-align",
|
18
|
-
"group": "CSS Ruby"
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"syntax": "separate | collapse | auto",
|
22
|
-
"media": "visual",
|
23
|
-
"inherited": true,
|
24
|
-
"animationType": "byComputedValueType",
|
25
|
-
"percentages": "no",
|
26
|
-
"groups": [
|
27
|
-
"CSS Ruby"
|
28
|
-
],
|
29
|
-
"initial": "separate",
|
30
|
-
"appliesto": "rubyAnnotationsContainers",
|
31
|
-
"computed": "asSpecified",
|
32
|
-
"order": "uniqueOrder",
|
33
|
-
"status": "experimental",
|
34
|
-
"property": "ruby-merge",
|
35
|
-
"group": "CSS Ruby"
|
36
|
-
},
|
37
|
-
{
|
38
|
-
"syntax": "[ alternate || [ over | under ] ] | inter-character",
|
39
|
-
"media": "visual",
|
40
|
-
"inherited": true,
|
41
|
-
"animationType": "discrete",
|
42
|
-
"percentages": "no",
|
43
|
-
"groups": [
|
44
|
-
"CSS Ruby"
|
45
|
-
],
|
46
|
-
"initial": "alternate",
|
47
|
-
"appliesto": "rubyAnnotationsContainers",
|
48
|
-
"computed": "asSpecified",
|
49
|
-
"order": "uniqueOrder",
|
50
|
-
"status": "experimental",
|
51
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ruby-position",
|
52
|
-
"property": "ruby-position",
|
53
|
-
"group": "CSS Ruby"
|
54
|
-
}
|
55
|
-
]
|
@@ -1,19 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"syntax": "auto | none",
|
4
|
-
"media": "visual",
|
5
|
-
"inherited": false,
|
6
|
-
"animationType": "discrete",
|
7
|
-
"percentages": "no",
|
8
|
-
"groups": [
|
9
|
-
"CSS Scroll Anchoring"
|
10
|
-
],
|
11
|
-
"initial": "auto",
|
12
|
-
"appliesto": "allElements",
|
13
|
-
"computed": "asSpecified",
|
14
|
-
"order": "perGrammar",
|
15
|
-
"status": "standard",
|
16
|
-
"property": "overflow-anchor",
|
17
|
-
"group": "CSS Scroll Anchoring"
|
18
|
-
}
|
19
|
-
]
|