@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,185 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"syntax": "<integer> | auto",
|
4
|
-
"media": "visual",
|
5
|
-
"inherited": false,
|
6
|
-
"animationType": "integer",
|
7
|
-
"percentages": "no",
|
8
|
-
"groups": [
|
9
|
-
"CSS Columns"
|
10
|
-
],
|
11
|
-
"initial": "auto",
|
12
|
-
"appliesto": "blockContainersExceptTableWrappers",
|
13
|
-
"computed": "asSpecified",
|
14
|
-
"order": "perGrammar",
|
15
|
-
"status": "standard",
|
16
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-count",
|
17
|
-
"property": "column-count",
|
18
|
-
"group": "CSS Columns"
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"syntax": "auto | balance | balance-all",
|
22
|
-
"media": "visualInContinuousMediaNoEffectInOverflowColumns",
|
23
|
-
"inherited": false,
|
24
|
-
"animationType": "discrete",
|
25
|
-
"percentages": "no",
|
26
|
-
"groups": [
|
27
|
-
"CSS Columns"
|
28
|
-
],
|
29
|
-
"initial": "balance",
|
30
|
-
"appliesto": "multicolElements",
|
31
|
-
"computed": "asSpecified",
|
32
|
-
"order": "perGrammar",
|
33
|
-
"status": "standard",
|
34
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-fill",
|
35
|
-
"property": "column-fill",
|
36
|
-
"group": "CSS Columns"
|
37
|
-
},
|
38
|
-
{
|
39
|
-
"syntax": "<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>",
|
40
|
-
"media": "visual",
|
41
|
-
"inherited": false,
|
42
|
-
"animationType": [
|
43
|
-
"column-rule-color",
|
44
|
-
"column-rule-style",
|
45
|
-
"column-rule-width"
|
46
|
-
],
|
47
|
-
"percentages": "no",
|
48
|
-
"groups": [
|
49
|
-
"CSS Columns"
|
50
|
-
],
|
51
|
-
"initial": [
|
52
|
-
"column-rule-width",
|
53
|
-
"column-rule-style",
|
54
|
-
"column-rule-color"
|
55
|
-
],
|
56
|
-
"appliesto": "multicolElements",
|
57
|
-
"computed": [
|
58
|
-
"column-rule-color",
|
59
|
-
"column-rule-style",
|
60
|
-
"column-rule-width"
|
61
|
-
],
|
62
|
-
"order": "perGrammar",
|
63
|
-
"status": "standard",
|
64
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-rule",
|
65
|
-
"property": "column-rule",
|
66
|
-
"group": "CSS Columns"
|
67
|
-
},
|
68
|
-
{
|
69
|
-
"syntax": "<color>",
|
70
|
-
"media": "visual",
|
71
|
-
"inherited": false,
|
72
|
-
"animationType": "color",
|
73
|
-
"percentages": "no",
|
74
|
-
"groups": [
|
75
|
-
"CSS Columns"
|
76
|
-
],
|
77
|
-
"initial": "currentcolor",
|
78
|
-
"appliesto": "multicolElements",
|
79
|
-
"computed": "computedColor",
|
80
|
-
"order": "perGrammar",
|
81
|
-
"status": "standard",
|
82
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-color",
|
83
|
-
"property": "column-rule-color",
|
84
|
-
"group": "CSS Columns"
|
85
|
-
},
|
86
|
-
{
|
87
|
-
"syntax": "<'border-style'>",
|
88
|
-
"media": "visual",
|
89
|
-
"inherited": false,
|
90
|
-
"animationType": "discrete",
|
91
|
-
"percentages": "no",
|
92
|
-
"groups": [
|
93
|
-
"CSS Columns"
|
94
|
-
],
|
95
|
-
"initial": "none",
|
96
|
-
"appliesto": "multicolElements",
|
97
|
-
"computed": "asSpecified",
|
98
|
-
"order": "perGrammar",
|
99
|
-
"status": "standard",
|
100
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-style",
|
101
|
-
"property": "column-rule-style",
|
102
|
-
"group": "CSS Columns"
|
103
|
-
},
|
104
|
-
{
|
105
|
-
"syntax": "<'border-width'>",
|
106
|
-
"media": "visual",
|
107
|
-
"inherited": false,
|
108
|
-
"animationType": "length",
|
109
|
-
"percentages": "no",
|
110
|
-
"groups": [
|
111
|
-
"CSS Columns"
|
112
|
-
],
|
113
|
-
"initial": "medium",
|
114
|
-
"appliesto": "multicolElements",
|
115
|
-
"computed": "absoluteLength0IfColumnRuleStyleNoneOrHidden",
|
116
|
-
"order": "perGrammar",
|
117
|
-
"status": "standard",
|
118
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-width",
|
119
|
-
"property": "column-rule-width",
|
120
|
-
"group": "CSS Columns"
|
121
|
-
},
|
122
|
-
{
|
123
|
-
"syntax": "none | all",
|
124
|
-
"media": "visual",
|
125
|
-
"inherited": false,
|
126
|
-
"animationType": "discrete",
|
127
|
-
"percentages": "no",
|
128
|
-
"groups": [
|
129
|
-
"CSS Columns"
|
130
|
-
],
|
131
|
-
"initial": "none",
|
132
|
-
"appliesto": "inFlowBlockLevelElements",
|
133
|
-
"computed": "asSpecified",
|
134
|
-
"order": "perGrammar",
|
135
|
-
"status": "standard",
|
136
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-span",
|
137
|
-
"property": "column-span",
|
138
|
-
"group": "CSS Columns"
|
139
|
-
},
|
140
|
-
{
|
141
|
-
"syntax": "<length> | auto",
|
142
|
-
"media": "visual",
|
143
|
-
"inherited": false,
|
144
|
-
"animationType": "length",
|
145
|
-
"percentages": "no",
|
146
|
-
"groups": [
|
147
|
-
"CSS Columns"
|
148
|
-
],
|
149
|
-
"initial": "auto",
|
150
|
-
"appliesto": "blockContainersExceptTableWrappers",
|
151
|
-
"computed": "absoluteLengthZeroOrLarger",
|
152
|
-
"order": "perGrammar",
|
153
|
-
"status": "standard",
|
154
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-width",
|
155
|
-
"property": "column-width",
|
156
|
-
"group": "CSS Columns"
|
157
|
-
},
|
158
|
-
{
|
159
|
-
"syntax": "<'column-width'> || <'column-count'>",
|
160
|
-
"media": "visual",
|
161
|
-
"inherited": false,
|
162
|
-
"animationType": [
|
163
|
-
"column-width",
|
164
|
-
"column-count"
|
165
|
-
],
|
166
|
-
"percentages": "no",
|
167
|
-
"groups": [
|
168
|
-
"CSS Columns"
|
169
|
-
],
|
170
|
-
"initial": [
|
171
|
-
"column-width",
|
172
|
-
"column-count"
|
173
|
-
],
|
174
|
-
"appliesto": "blockContainersExceptTableWrappers",
|
175
|
-
"computed": [
|
176
|
-
"column-width",
|
177
|
-
"column-count"
|
178
|
-
],
|
179
|
-
"order": "perGrammar",
|
180
|
-
"status": "standard",
|
181
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/columns",
|
182
|
-
"property": "columns",
|
183
|
-
"group": "CSS Columns"
|
184
|
-
}
|
185
|
-
]
|
@@ -1,203 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"syntax": "none | strict | content | [ [ size || inline-size ] || layout || style || paint ]",
|
4
|
-
"media": "all",
|
5
|
-
"inherited": false,
|
6
|
-
"animationType": "notAnimatable",
|
7
|
-
"percentages": "no",
|
8
|
-
"groups": [
|
9
|
-
"CSS Containment"
|
10
|
-
],
|
11
|
-
"initial": "none",
|
12
|
-
"appliesto": "allElements",
|
13
|
-
"computed": "asSpecified",
|
14
|
-
"order": "perGrammar",
|
15
|
-
"status": "standard",
|
16
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain",
|
17
|
-
"property": "contain",
|
18
|
-
"group": "CSS Containment"
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"syntax": "[ auto? [ none | <length> ] ]{1,2}",
|
22
|
-
"media": "visual",
|
23
|
-
"inherited": false,
|
24
|
-
"animationType": [
|
25
|
-
"contain-intrinsic-width",
|
26
|
-
"contain-intrinsic-height"
|
27
|
-
],
|
28
|
-
"percentages": [
|
29
|
-
"contain-intrinsic-width",
|
30
|
-
"contain-intrinsic-height"
|
31
|
-
],
|
32
|
-
"groups": [
|
33
|
-
"CSS Containment"
|
34
|
-
],
|
35
|
-
"initial": [
|
36
|
-
"contain-intrinsic-width",
|
37
|
-
"contain-intrinsic-height"
|
38
|
-
],
|
39
|
-
"appliesto": "elementsForWhichSizeContainmentCanApply",
|
40
|
-
"computed": [
|
41
|
-
"contain-intrinsic-width",
|
42
|
-
"contain-intrinsic-height"
|
43
|
-
],
|
44
|
-
"order": "perGrammar",
|
45
|
-
"status": "standard",
|
46
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size",
|
47
|
-
"property": "contain-intrinsic-size",
|
48
|
-
"group": "CSS Containment"
|
49
|
-
},
|
50
|
-
{
|
51
|
-
"syntax": "auto? [ none | <length> ]",
|
52
|
-
"inherited": false,
|
53
|
-
"animationType": "byComputedValueType",
|
54
|
-
"percentages": "no",
|
55
|
-
"groups": [
|
56
|
-
"CSS Containment"
|
57
|
-
],
|
58
|
-
"initial": "none",
|
59
|
-
"appliesto": "elementsForWhichSizeContainmentCanApply",
|
60
|
-
"computed": "asSpecifiedWithLengthValuesComputed",
|
61
|
-
"order": "perGrammar",
|
62
|
-
"status": "standard",
|
63
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-block-size",
|
64
|
-
"property": "contain-intrinsic-block-size",
|
65
|
-
"group": "CSS Containment"
|
66
|
-
},
|
67
|
-
{
|
68
|
-
"syntax": "auto? [ none | <length> ]",
|
69
|
-
"inherited": false,
|
70
|
-
"animationType": "byComputedValueType",
|
71
|
-
"percentages": "no",
|
72
|
-
"groups": [
|
73
|
-
"CSS Containment"
|
74
|
-
],
|
75
|
-
"initial": "none",
|
76
|
-
"appliesto": "elementsForWhichSizeContainmentCanApply",
|
77
|
-
"computed": "asSpecifiedWithLengthValuesComputed",
|
78
|
-
"order": "perGrammar",
|
79
|
-
"status": "standard",
|
80
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-height",
|
81
|
-
"property": "contain-intrinsic-height",
|
82
|
-
"group": "CSS Containment"
|
83
|
-
},
|
84
|
-
{
|
85
|
-
"syntax": "auto? [ none | <length> ]",
|
86
|
-
"inherited": false,
|
87
|
-
"animationType": "byComputedValueType",
|
88
|
-
"percentages": "no",
|
89
|
-
"groups": [
|
90
|
-
"CSS Containment"
|
91
|
-
],
|
92
|
-
"initial": "none",
|
93
|
-
"appliesto": "elementsForWhichSizeContainmentCanApply",
|
94
|
-
"computed": "asSpecifiedWithLengthValuesComputed",
|
95
|
-
"order": "perGrammar",
|
96
|
-
"status": "standard",
|
97
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-inline-size",
|
98
|
-
"property": "contain-intrinsic-inline-size",
|
99
|
-
"group": "CSS Containment"
|
100
|
-
},
|
101
|
-
{
|
102
|
-
"syntax": "auto? [ none | <length> ]",
|
103
|
-
"media": "visual",
|
104
|
-
"inherited": false,
|
105
|
-
"animationType": "byComputedValueType",
|
106
|
-
"percentages": "no",
|
107
|
-
"groups": [
|
108
|
-
"CSS Containment"
|
109
|
-
],
|
110
|
-
"initial": "none",
|
111
|
-
"appliesto": "elementsForWhichSizeContainmentCanApply",
|
112
|
-
"computed": "asSpecifiedWithLengthValuesComputed",
|
113
|
-
"order": "perGrammar",
|
114
|
-
"status": "standard",
|
115
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-width",
|
116
|
-
"property": "contain-intrinsic-width",
|
117
|
-
"group": "CSS Containment"
|
118
|
-
},
|
119
|
-
{
|
120
|
-
"syntax": "<'container-name'> [ / <'container-type'> ]?",
|
121
|
-
"media": "visual",
|
122
|
-
"inherited": false,
|
123
|
-
"animationType": [
|
124
|
-
"container-name",
|
125
|
-
"container-type"
|
126
|
-
],
|
127
|
-
"percentages": [
|
128
|
-
"container-name",
|
129
|
-
"container-type"
|
130
|
-
],
|
131
|
-
"groups": [
|
132
|
-
"CSS Containment"
|
133
|
-
],
|
134
|
-
"initial": [
|
135
|
-
"container-name",
|
136
|
-
"container-type"
|
137
|
-
],
|
138
|
-
"appliesto": "allElements",
|
139
|
-
"computed": [
|
140
|
-
"container-name",
|
141
|
-
"container-type"
|
142
|
-
],
|
143
|
-
"order": "perGrammar",
|
144
|
-
"status": "standard",
|
145
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/container",
|
146
|
-
"property": "container",
|
147
|
-
"group": "CSS Containment"
|
148
|
-
},
|
149
|
-
{
|
150
|
-
"syntax": "none | <custom-ident>+",
|
151
|
-
"media": "visual",
|
152
|
-
"inherited": false,
|
153
|
-
"animationType": "notAnimatable",
|
154
|
-
"percentages": "no",
|
155
|
-
"groups": [
|
156
|
-
"CSS Containment"
|
157
|
-
],
|
158
|
-
"initial": "none",
|
159
|
-
"appliesto": "allElements",
|
160
|
-
"computed": "noneOrOrderedListOfIdentifiers",
|
161
|
-
"order": "perGrammar",
|
162
|
-
"status": "standard",
|
163
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/container-name",
|
164
|
-
"property": "container-name",
|
165
|
-
"group": "CSS Containment"
|
166
|
-
},
|
167
|
-
{
|
168
|
-
"syntax": "normal | size | inline-size",
|
169
|
-
"media": "visual",
|
170
|
-
"inherited": false,
|
171
|
-
"animationType": "color",
|
172
|
-
"percentages": "no",
|
173
|
-
"groups": [
|
174
|
-
"CSS Containment"
|
175
|
-
],
|
176
|
-
"initial": "normal",
|
177
|
-
"appliesto": "allElements",
|
178
|
-
"computed": "asSpecified",
|
179
|
-
"order": "perGrammar",
|
180
|
-
"status": "standard",
|
181
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/container-type",
|
182
|
-
"property": "container-type",
|
183
|
-
"group": "CSS Containment"
|
184
|
-
},
|
185
|
-
{
|
186
|
-
"syntax": "visible | auto | hidden",
|
187
|
-
"media": "all",
|
188
|
-
"inherited": false,
|
189
|
-
"animationType": "discreteHiddenSwapAt0",
|
190
|
-
"percentages": "no",
|
191
|
-
"groups": [
|
192
|
-
"CSS Containment"
|
193
|
-
],
|
194
|
-
"initial": "visible",
|
195
|
-
"appliesto": "elementsForWhichSizeContainmentCanApply",
|
196
|
-
"computed": "asSpecified",
|
197
|
-
"order": "perGrammar",
|
198
|
-
"status": "standard",
|
199
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/content-visibility",
|
200
|
-
"property": "content-visibility",
|
201
|
-
"group": "CSS Containment"
|
202
|
-
}
|
203
|
-
]
|
@@ -1,56 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"syntax": "[ <counter-name> <integer>? ]+ | none",
|
4
|
-
"media": "all",
|
5
|
-
"inherited": false,
|
6
|
-
"animationType": "byComputedValueType",
|
7
|
-
"percentages": "no",
|
8
|
-
"groups": [
|
9
|
-
"CSS Counter Styles"
|
10
|
-
],
|
11
|
-
"initial": "none",
|
12
|
-
"appliesto": "allElements",
|
13
|
-
"computed": "asSpecified",
|
14
|
-
"order": "uniqueOrder",
|
15
|
-
"status": "standard",
|
16
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter-increment",
|
17
|
-
"property": "counter-increment",
|
18
|
-
"group": "CSS Counter Styles"
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"syntax": "[ <counter-name> <integer>? | <reversed-counter-name> <integer>? ]+ | none",
|
22
|
-
"media": "all",
|
23
|
-
"inherited": false,
|
24
|
-
"animationType": "byComputedValueType",
|
25
|
-
"percentages": "no",
|
26
|
-
"groups": [
|
27
|
-
"CSS Counter Styles"
|
28
|
-
],
|
29
|
-
"initial": "none",
|
30
|
-
"appliesto": "allElements",
|
31
|
-
"computed": "asSpecified",
|
32
|
-
"order": "uniqueOrder",
|
33
|
-
"status": "standard",
|
34
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter-reset",
|
35
|
-
"property": "counter-reset",
|
36
|
-
"group": "CSS Counter Styles"
|
37
|
-
},
|
38
|
-
{
|
39
|
-
"syntax": "[ <counter-name> <integer>? ]+ | none",
|
40
|
-
"media": "all",
|
41
|
-
"inherited": false,
|
42
|
-
"animationType": "byComputedValueType",
|
43
|
-
"percentages": "no",
|
44
|
-
"groups": [
|
45
|
-
"CSS Counter Styles"
|
46
|
-
],
|
47
|
-
"initial": "none",
|
48
|
-
"appliesto": "allElements",
|
49
|
-
"computed": "asSpecified",
|
50
|
-
"order": "uniqueOrder",
|
51
|
-
"status": "standard",
|
52
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter-set",
|
53
|
-
"property": "counter-set",
|
54
|
-
"group": "CSS Counter Styles"
|
55
|
-
}
|
56
|
-
]
|
@@ -1,20 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"syntax": "[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy>",
|
4
|
-
"media": "all",
|
5
|
-
"inherited": false,
|
6
|
-
"animationType": "discreteNoneSwapAt0",
|
7
|
-
"percentages": "no",
|
8
|
-
"groups": [
|
9
|
-
"CSS Display"
|
10
|
-
],
|
11
|
-
"initial": "inline",
|
12
|
-
"appliesto": "allElements",
|
13
|
-
"computed": "asSpecifiedExceptPositionedFloatingAndRootElementsKeywordMaybeDifferent",
|
14
|
-
"order": "uniqueOrder",
|
15
|
-
"status": "standard",
|
16
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display",
|
17
|
-
"property": "display",
|
18
|
-
"group": "CSS Display"
|
19
|
-
}
|
20
|
-
]
|
@@ -1,167 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"syntax": "none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]",
|
4
|
-
"media": "visual",
|
5
|
-
"inherited": false,
|
6
|
-
"animationType": [
|
7
|
-
"flex-grow",
|
8
|
-
"flex-shrink",
|
9
|
-
"flex-basis"
|
10
|
-
],
|
11
|
-
"percentages": "no",
|
12
|
-
"groups": [
|
13
|
-
"CSS Flexible Box Layout"
|
14
|
-
],
|
15
|
-
"initial": [
|
16
|
-
"flex-grow",
|
17
|
-
"flex-shrink",
|
18
|
-
"flex-basis"
|
19
|
-
],
|
20
|
-
"appliesto": "flexItemsAndInFlowPseudos",
|
21
|
-
"computed": [
|
22
|
-
"flex-grow",
|
23
|
-
"flex-shrink",
|
24
|
-
"flex-basis"
|
25
|
-
],
|
26
|
-
"order": "orderOfAppearance",
|
27
|
-
"status": "standard",
|
28
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex",
|
29
|
-
"property": "flex",
|
30
|
-
"group": "CSS Flexible Box Layout"
|
31
|
-
},
|
32
|
-
{
|
33
|
-
"syntax": "content | <'width'>",
|
34
|
-
"media": "visual",
|
35
|
-
"inherited": false,
|
36
|
-
"animationType": "lpc",
|
37
|
-
"percentages": "referToFlexContainersInnerMainSize",
|
38
|
-
"groups": [
|
39
|
-
"CSS Flexible Box Layout"
|
40
|
-
],
|
41
|
-
"initial": "auto",
|
42
|
-
"appliesto": "flexItemsAndInFlowPseudos",
|
43
|
-
"computed": "asSpecifiedRelativeToAbsoluteLengths",
|
44
|
-
"order": "lengthOrPercentageBeforeKeywordIfBothPresent",
|
45
|
-
"status": "standard",
|
46
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex-basis",
|
47
|
-
"property": "flex-basis",
|
48
|
-
"group": "CSS Flexible Box Layout"
|
49
|
-
},
|
50
|
-
{
|
51
|
-
"syntax": "row | row-reverse | column | column-reverse",
|
52
|
-
"media": "visual",
|
53
|
-
"inherited": false,
|
54
|
-
"animationType": "discrete",
|
55
|
-
"percentages": "no",
|
56
|
-
"groups": [
|
57
|
-
"CSS Flexible Box Layout"
|
58
|
-
],
|
59
|
-
"initial": "row",
|
60
|
-
"appliesto": "flexContainers",
|
61
|
-
"computed": "asSpecified",
|
62
|
-
"order": "uniqueOrder",
|
63
|
-
"status": "standard",
|
64
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex-direction",
|
65
|
-
"property": "flex-direction",
|
66
|
-
"group": "CSS Flexible Box Layout"
|
67
|
-
},
|
68
|
-
{
|
69
|
-
"syntax": "<'flex-direction'> || <'flex-wrap'>",
|
70
|
-
"media": "visual",
|
71
|
-
"inherited": false,
|
72
|
-
"animationType": [
|
73
|
-
"flex-direction",
|
74
|
-
"flex-wrap"
|
75
|
-
],
|
76
|
-
"percentages": "no",
|
77
|
-
"groups": [
|
78
|
-
"CSS Flexible Box Layout"
|
79
|
-
],
|
80
|
-
"initial": [
|
81
|
-
"flex-direction",
|
82
|
-
"flex-wrap"
|
83
|
-
],
|
84
|
-
"appliesto": "flexContainers",
|
85
|
-
"computed": [
|
86
|
-
"flex-direction",
|
87
|
-
"flex-wrap"
|
88
|
-
],
|
89
|
-
"order": "orderOfAppearance",
|
90
|
-
"status": "standard",
|
91
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex-flow",
|
92
|
-
"property": "flex-flow",
|
93
|
-
"group": "CSS Flexible Box Layout"
|
94
|
-
},
|
95
|
-
{
|
96
|
-
"syntax": "<number>",
|
97
|
-
"media": "visual",
|
98
|
-
"inherited": false,
|
99
|
-
"animationType": "number",
|
100
|
-
"percentages": "no",
|
101
|
-
"groups": [
|
102
|
-
"CSS Flexible Box Layout"
|
103
|
-
],
|
104
|
-
"initial": "0",
|
105
|
-
"appliesto": "flexItemsAndInFlowPseudos",
|
106
|
-
"computed": "asSpecified",
|
107
|
-
"order": "uniqueOrder",
|
108
|
-
"status": "standard",
|
109
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex-grow",
|
110
|
-
"property": "flex-grow",
|
111
|
-
"group": "CSS Flexible Box Layout"
|
112
|
-
},
|
113
|
-
{
|
114
|
-
"syntax": "<number>",
|
115
|
-
"media": "visual",
|
116
|
-
"inherited": false,
|
117
|
-
"animationType": "number",
|
118
|
-
"percentages": "no",
|
119
|
-
"groups": [
|
120
|
-
"CSS Flexible Box Layout"
|
121
|
-
],
|
122
|
-
"initial": "1",
|
123
|
-
"appliesto": "flexItemsAndInFlowPseudos",
|
124
|
-
"computed": "asSpecified",
|
125
|
-
"order": "uniqueOrder",
|
126
|
-
"status": "standard",
|
127
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex-shrink",
|
128
|
-
"property": "flex-shrink",
|
129
|
-
"group": "CSS Flexible Box Layout"
|
130
|
-
},
|
131
|
-
{
|
132
|
-
"syntax": "nowrap | wrap | wrap-reverse",
|
133
|
-
"media": "visual",
|
134
|
-
"inherited": false,
|
135
|
-
"animationType": "discrete",
|
136
|
-
"percentages": "no",
|
137
|
-
"groups": [
|
138
|
-
"CSS Flexible Box Layout"
|
139
|
-
],
|
140
|
-
"initial": "nowrap",
|
141
|
-
"appliesto": "flexContainers",
|
142
|
-
"computed": "asSpecified",
|
143
|
-
"order": "uniqueOrder",
|
144
|
-
"status": "standard",
|
145
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex-wrap",
|
146
|
-
"property": "flex-wrap",
|
147
|
-
"group": "CSS Flexible Box Layout"
|
148
|
-
},
|
149
|
-
{
|
150
|
-
"syntax": "<integer>",
|
151
|
-
"media": "visual",
|
152
|
-
"inherited": false,
|
153
|
-
"animationType": "integer",
|
154
|
-
"percentages": "no",
|
155
|
-
"groups": [
|
156
|
-
"CSS Flexible Box Layout"
|
157
|
-
],
|
158
|
-
"initial": "0",
|
159
|
-
"appliesto": "flexItemsGridItemsAbsolutelyPositionedContainerChildren",
|
160
|
-
"computed": "asSpecified",
|
161
|
-
"order": "uniqueOrder",
|
162
|
-
"status": "standard",
|
163
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/order",
|
164
|
-
"property": "order",
|
165
|
-
"group": "CSS Flexible Box Layout"
|
166
|
-
}
|
167
|
-
]
|