@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,1085 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"syntax": "[ <bg-layer> , ]* <final-bg-layer>",
|
4
|
-
"media": "visual",
|
5
|
-
"inherited": false,
|
6
|
-
"animationType": [
|
7
|
-
"background-color",
|
8
|
-
"background-image",
|
9
|
-
"background-clip",
|
10
|
-
"background-position",
|
11
|
-
"background-size",
|
12
|
-
"background-repeat",
|
13
|
-
"background-attachment"
|
14
|
-
],
|
15
|
-
"percentages": [
|
16
|
-
"background-position",
|
17
|
-
"background-size"
|
18
|
-
],
|
19
|
-
"groups": [
|
20
|
-
"CSS Backgrounds and Borders"
|
21
|
-
],
|
22
|
-
"initial": [
|
23
|
-
"background-image",
|
24
|
-
"background-position",
|
25
|
-
"background-size",
|
26
|
-
"background-repeat",
|
27
|
-
"background-origin",
|
28
|
-
"background-clip",
|
29
|
-
"background-attachment",
|
30
|
-
"background-color"
|
31
|
-
],
|
32
|
-
"appliesto": "allElements",
|
33
|
-
"computed": [
|
34
|
-
"background-image",
|
35
|
-
"background-position",
|
36
|
-
"background-size",
|
37
|
-
"background-repeat",
|
38
|
-
"background-origin",
|
39
|
-
"background-clip",
|
40
|
-
"background-attachment",
|
41
|
-
"background-color"
|
42
|
-
],
|
43
|
-
"order": "orderOfAppearance",
|
44
|
-
"alsoAppliesTo": [
|
45
|
-
"::first-letter",
|
46
|
-
"::first-line",
|
47
|
-
"::placeholder"
|
48
|
-
],
|
49
|
-
"status": "standard",
|
50
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background",
|
51
|
-
"property": "background",
|
52
|
-
"group": "CSS Backgrounds and Borders"
|
53
|
-
},
|
54
|
-
{
|
55
|
-
"syntax": "<attachment>#",
|
56
|
-
"media": "visual",
|
57
|
-
"inherited": false,
|
58
|
-
"animationType": "discrete",
|
59
|
-
"percentages": "no",
|
60
|
-
"groups": [
|
61
|
-
"CSS Backgrounds and Borders"
|
62
|
-
],
|
63
|
-
"initial": "scroll",
|
64
|
-
"appliesto": "allElements",
|
65
|
-
"computed": "asSpecified",
|
66
|
-
"order": "uniqueOrder",
|
67
|
-
"alsoAppliesTo": [
|
68
|
-
"::first-letter",
|
69
|
-
"::first-line",
|
70
|
-
"::placeholder"
|
71
|
-
],
|
72
|
-
"status": "standard",
|
73
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-attachment",
|
74
|
-
"property": "background-attachment",
|
75
|
-
"group": "CSS Backgrounds and Borders"
|
76
|
-
},
|
77
|
-
{
|
78
|
-
"syntax": "<box>#",
|
79
|
-
"media": "visual",
|
80
|
-
"inherited": false,
|
81
|
-
"animationType": "repeatableList",
|
82
|
-
"percentages": "no",
|
83
|
-
"groups": [
|
84
|
-
"CSS Backgrounds and Borders"
|
85
|
-
],
|
86
|
-
"initial": "border-box",
|
87
|
-
"appliesto": "allElements",
|
88
|
-
"computed": "asSpecified",
|
89
|
-
"order": "uniqueOrder",
|
90
|
-
"alsoAppliesTo": [
|
91
|
-
"::first-letter",
|
92
|
-
"::first-line",
|
93
|
-
"::placeholder"
|
94
|
-
],
|
95
|
-
"status": "standard",
|
96
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-clip",
|
97
|
-
"property": "background-clip",
|
98
|
-
"group": "CSS Backgrounds and Borders"
|
99
|
-
},
|
100
|
-
{
|
101
|
-
"syntax": "<color>",
|
102
|
-
"media": "visual",
|
103
|
-
"inherited": false,
|
104
|
-
"animationType": "color",
|
105
|
-
"percentages": "no",
|
106
|
-
"groups": [
|
107
|
-
"CSS Backgrounds and Borders"
|
108
|
-
],
|
109
|
-
"initial": "transparent",
|
110
|
-
"appliesto": "allElements",
|
111
|
-
"computed": "computedColor",
|
112
|
-
"order": "uniqueOrder",
|
113
|
-
"alsoAppliesTo": [
|
114
|
-
"::first-letter",
|
115
|
-
"::first-line",
|
116
|
-
"::placeholder"
|
117
|
-
],
|
118
|
-
"status": "standard",
|
119
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-color",
|
120
|
-
"property": "background-color",
|
121
|
-
"group": "CSS Backgrounds and Borders"
|
122
|
-
},
|
123
|
-
{
|
124
|
-
"syntax": "<bg-image>#",
|
125
|
-
"media": "visual",
|
126
|
-
"inherited": false,
|
127
|
-
"animationType": "discrete",
|
128
|
-
"percentages": "no",
|
129
|
-
"groups": [
|
130
|
-
"CSS Backgrounds and Borders"
|
131
|
-
],
|
132
|
-
"initial": "none",
|
133
|
-
"appliesto": "allElements",
|
134
|
-
"computed": "asSpecifiedURLsAbsolute",
|
135
|
-
"order": "uniqueOrder",
|
136
|
-
"alsoAppliesTo": [
|
137
|
-
"::first-letter",
|
138
|
-
"::first-line",
|
139
|
-
"::placeholder"
|
140
|
-
],
|
141
|
-
"status": "standard",
|
142
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-image",
|
143
|
-
"property": "background-image",
|
144
|
-
"group": "CSS Backgrounds and Borders"
|
145
|
-
},
|
146
|
-
{
|
147
|
-
"syntax": "<box>#",
|
148
|
-
"media": "visual",
|
149
|
-
"inherited": false,
|
150
|
-
"animationType": "repeatableList",
|
151
|
-
"percentages": "no",
|
152
|
-
"groups": [
|
153
|
-
"CSS Backgrounds and Borders"
|
154
|
-
],
|
155
|
-
"initial": "padding-box",
|
156
|
-
"appliesto": "allElements",
|
157
|
-
"computed": "asSpecified",
|
158
|
-
"order": "uniqueOrder",
|
159
|
-
"alsoAppliesTo": [
|
160
|
-
"::first-letter",
|
161
|
-
"::first-line",
|
162
|
-
"::placeholder"
|
163
|
-
],
|
164
|
-
"status": "standard",
|
165
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-origin",
|
166
|
-
"property": "background-origin",
|
167
|
-
"group": "CSS Backgrounds and Borders"
|
168
|
-
},
|
169
|
-
{
|
170
|
-
"syntax": "<bg-position>#",
|
171
|
-
"media": "visual",
|
172
|
-
"inherited": false,
|
173
|
-
"animationType": "repeatableList",
|
174
|
-
"percentages": "referToSizeOfBackgroundPositioningAreaMinusBackgroundImageSize",
|
175
|
-
"groups": [
|
176
|
-
"CSS Backgrounds and Borders"
|
177
|
-
],
|
178
|
-
"initial": "0% 0%",
|
179
|
-
"appliesto": "allElements",
|
180
|
-
"computed": [
|
181
|
-
"background-position-x",
|
182
|
-
"background-position-y"
|
183
|
-
],
|
184
|
-
"order": "uniqueOrder",
|
185
|
-
"alsoAppliesTo": [
|
186
|
-
"::first-letter",
|
187
|
-
"::first-line",
|
188
|
-
"::placeholder"
|
189
|
-
],
|
190
|
-
"status": "standard",
|
191
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-position",
|
192
|
-
"property": "background-position",
|
193
|
-
"group": "CSS Backgrounds and Borders"
|
194
|
-
},
|
195
|
-
{
|
196
|
-
"syntax": "[ center | [ [ left | right | x-start | x-end ]? <length-percentage>? ]! ]#",
|
197
|
-
"media": "visual",
|
198
|
-
"inherited": false,
|
199
|
-
"animationType": "repeatableList",
|
200
|
-
"percentages": "referToWidthOfBackgroundPositioningAreaMinusBackgroundImageWidth",
|
201
|
-
"groups": [
|
202
|
-
"CSS Backgrounds and Borders"
|
203
|
-
],
|
204
|
-
"initial": "0%",
|
205
|
-
"appliesto": "allElements",
|
206
|
-
"computed": "listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin",
|
207
|
-
"order": "uniqueOrder",
|
208
|
-
"status": "experimental",
|
209
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-position-x",
|
210
|
-
"property": "background-position-x",
|
211
|
-
"group": "CSS Backgrounds and Borders"
|
212
|
-
},
|
213
|
-
{
|
214
|
-
"syntax": "[ center | [ [ top | bottom | y-start | y-end ]? <length-percentage>? ]! ]#",
|
215
|
-
"media": "visual",
|
216
|
-
"inherited": false,
|
217
|
-
"animationType": "repeatableList",
|
218
|
-
"percentages": "referToHeightOfBackgroundPositioningAreaMinusBackgroundImageHeight",
|
219
|
-
"groups": [
|
220
|
-
"CSS Backgrounds and Borders"
|
221
|
-
],
|
222
|
-
"initial": "0%",
|
223
|
-
"appliesto": "allElements",
|
224
|
-
"computed": "listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin",
|
225
|
-
"order": "uniqueOrder",
|
226
|
-
"status": "experimental",
|
227
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-position-y",
|
228
|
-
"property": "background-position-y",
|
229
|
-
"group": "CSS Backgrounds and Borders"
|
230
|
-
},
|
231
|
-
{
|
232
|
-
"syntax": "<repeat-style>#",
|
233
|
-
"media": "visual",
|
234
|
-
"inherited": false,
|
235
|
-
"animationType": "discrete",
|
236
|
-
"percentages": "no",
|
237
|
-
"groups": [
|
238
|
-
"CSS Backgrounds and Borders"
|
239
|
-
],
|
240
|
-
"initial": "repeat",
|
241
|
-
"appliesto": "allElements",
|
242
|
-
"computed": "listEachItemHasTwoKeywordsOnePerDimension",
|
243
|
-
"order": "uniqueOrder",
|
244
|
-
"alsoAppliesTo": [
|
245
|
-
"::first-letter",
|
246
|
-
"::first-line",
|
247
|
-
"::placeholder"
|
248
|
-
],
|
249
|
-
"status": "standard",
|
250
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-repeat",
|
251
|
-
"property": "background-repeat",
|
252
|
-
"group": "CSS Backgrounds and Borders"
|
253
|
-
},
|
254
|
-
{
|
255
|
-
"syntax": "<bg-size>#",
|
256
|
-
"media": "visual",
|
257
|
-
"inherited": false,
|
258
|
-
"animationType": "repeatableList",
|
259
|
-
"percentages": "relativeToBackgroundPositioningArea",
|
260
|
-
"groups": [
|
261
|
-
"CSS Backgrounds and Borders"
|
262
|
-
],
|
263
|
-
"initial": "auto auto",
|
264
|
-
"appliesto": "allElements",
|
265
|
-
"computed": "asSpecifiedRelativeToAbsoluteLengths",
|
266
|
-
"order": "uniqueOrder",
|
267
|
-
"alsoAppliesTo": [
|
268
|
-
"::first-letter",
|
269
|
-
"::first-line",
|
270
|
-
"::placeholder"
|
271
|
-
],
|
272
|
-
"status": "standard",
|
273
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-size",
|
274
|
-
"property": "background-size",
|
275
|
-
"group": "CSS Backgrounds and Borders"
|
276
|
-
},
|
277
|
-
{
|
278
|
-
"syntax": "<line-width> || <line-style> || <color>",
|
279
|
-
"media": "visual",
|
280
|
-
"inherited": false,
|
281
|
-
"animationType": [
|
282
|
-
"border-color",
|
283
|
-
"border-style",
|
284
|
-
"border-width"
|
285
|
-
],
|
286
|
-
"percentages": "no",
|
287
|
-
"groups": [
|
288
|
-
"CSS Backgrounds and Borders"
|
289
|
-
],
|
290
|
-
"initial": [
|
291
|
-
"border-width",
|
292
|
-
"border-style",
|
293
|
-
"border-color"
|
294
|
-
],
|
295
|
-
"appliesto": "allElements",
|
296
|
-
"computed": [
|
297
|
-
"border-width",
|
298
|
-
"border-style",
|
299
|
-
"border-color"
|
300
|
-
],
|
301
|
-
"order": "orderOfAppearance",
|
302
|
-
"alsoAppliesTo": [
|
303
|
-
"::first-letter"
|
304
|
-
],
|
305
|
-
"status": "standard",
|
306
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border",
|
307
|
-
"property": "border",
|
308
|
-
"group": "CSS Backgrounds and Borders"
|
309
|
-
},
|
310
|
-
{
|
311
|
-
"syntax": "<line-width> || <line-style> || <color>",
|
312
|
-
"media": "visual",
|
313
|
-
"inherited": false,
|
314
|
-
"animationType": [
|
315
|
-
"border-bottom-color",
|
316
|
-
"border-bottom-style",
|
317
|
-
"border-bottom-width"
|
318
|
-
],
|
319
|
-
"percentages": "no",
|
320
|
-
"groups": [
|
321
|
-
"CSS Backgrounds and Borders"
|
322
|
-
],
|
323
|
-
"initial": [
|
324
|
-
"border-bottom-width",
|
325
|
-
"border-bottom-style",
|
326
|
-
"border-bottom-color"
|
327
|
-
],
|
328
|
-
"appliesto": "allElements",
|
329
|
-
"computed": [
|
330
|
-
"border-bottom-width",
|
331
|
-
"border-bottom-style",
|
332
|
-
"border-bottom-color"
|
333
|
-
],
|
334
|
-
"order": "orderOfAppearance",
|
335
|
-
"alsoAppliesTo": [
|
336
|
-
"::first-letter"
|
337
|
-
],
|
338
|
-
"status": "standard",
|
339
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom",
|
340
|
-
"property": "border-bottom",
|
341
|
-
"group": "CSS Backgrounds and Borders"
|
342
|
-
},
|
343
|
-
{
|
344
|
-
"syntax": "<'border-top-color'>",
|
345
|
-
"media": "visual",
|
346
|
-
"inherited": false,
|
347
|
-
"animationType": "color",
|
348
|
-
"percentages": "no",
|
349
|
-
"groups": [
|
350
|
-
"CSS Backgrounds and Borders"
|
351
|
-
],
|
352
|
-
"initial": "currentcolor",
|
353
|
-
"appliesto": "allElements",
|
354
|
-
"computed": "computedColor",
|
355
|
-
"order": "uniqueOrder",
|
356
|
-
"alsoAppliesTo": [
|
357
|
-
"::first-letter"
|
358
|
-
],
|
359
|
-
"status": "standard",
|
360
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-color",
|
361
|
-
"property": "border-bottom-color",
|
362
|
-
"group": "CSS Backgrounds and Borders"
|
363
|
-
},
|
364
|
-
{
|
365
|
-
"syntax": "<length-percentage>{1,2}",
|
366
|
-
"media": "visual",
|
367
|
-
"inherited": false,
|
368
|
-
"animationType": "lpc",
|
369
|
-
"percentages": "referToDimensionOfBorderBox",
|
370
|
-
"groups": [
|
371
|
-
"CSS Backgrounds and Borders"
|
372
|
-
],
|
373
|
-
"initial": "0",
|
374
|
-
"appliesto": "allElementsUAsNotRequiredWhenCollapse",
|
375
|
-
"computed": "twoAbsoluteLengthOrPercentages",
|
376
|
-
"order": "uniqueOrder",
|
377
|
-
"alsoAppliesTo": [
|
378
|
-
"::first-letter"
|
379
|
-
],
|
380
|
-
"status": "standard",
|
381
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-left-radius",
|
382
|
-
"property": "border-bottom-left-radius",
|
383
|
-
"group": "CSS Backgrounds and Borders"
|
384
|
-
},
|
385
|
-
{
|
386
|
-
"syntax": "<length-percentage>{1,2}",
|
387
|
-
"media": "visual",
|
388
|
-
"inherited": false,
|
389
|
-
"animationType": "lpc",
|
390
|
-
"percentages": "referToDimensionOfBorderBox",
|
391
|
-
"groups": [
|
392
|
-
"CSS Backgrounds and Borders"
|
393
|
-
],
|
394
|
-
"initial": "0",
|
395
|
-
"appliesto": "allElementsUAsNotRequiredWhenCollapse",
|
396
|
-
"computed": "twoAbsoluteLengthOrPercentages",
|
397
|
-
"order": "uniqueOrder",
|
398
|
-
"alsoAppliesTo": [
|
399
|
-
"::first-letter"
|
400
|
-
],
|
401
|
-
"status": "standard",
|
402
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-right-radius",
|
403
|
-
"property": "border-bottom-right-radius",
|
404
|
-
"group": "CSS Backgrounds and Borders"
|
405
|
-
},
|
406
|
-
{
|
407
|
-
"syntax": "<line-style>",
|
408
|
-
"media": "visual",
|
409
|
-
"inherited": false,
|
410
|
-
"animationType": "discrete",
|
411
|
-
"percentages": "no",
|
412
|
-
"groups": [
|
413
|
-
"CSS Backgrounds and Borders"
|
414
|
-
],
|
415
|
-
"initial": "none",
|
416
|
-
"appliesto": "allElements",
|
417
|
-
"computed": "asSpecified",
|
418
|
-
"order": "uniqueOrder",
|
419
|
-
"alsoAppliesTo": [
|
420
|
-
"::first-letter"
|
421
|
-
],
|
422
|
-
"status": "standard",
|
423
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-style",
|
424
|
-
"property": "border-bottom-style",
|
425
|
-
"group": "CSS Backgrounds and Borders"
|
426
|
-
},
|
427
|
-
{
|
428
|
-
"syntax": "<line-width>",
|
429
|
-
"media": "visual",
|
430
|
-
"inherited": false,
|
431
|
-
"animationType": "length",
|
432
|
-
"percentages": "no",
|
433
|
-
"groups": [
|
434
|
-
"CSS Backgrounds and Borders"
|
435
|
-
],
|
436
|
-
"initial": "medium",
|
437
|
-
"appliesto": "allElements",
|
438
|
-
"computed": "absoluteLengthOr0IfBorderBottomStyleNoneOrHidden",
|
439
|
-
"order": "uniqueOrder",
|
440
|
-
"alsoAppliesTo": [
|
441
|
-
"::first-letter"
|
442
|
-
],
|
443
|
-
"status": "standard",
|
444
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-width",
|
445
|
-
"property": "border-bottom-width",
|
446
|
-
"group": "CSS Backgrounds and Borders"
|
447
|
-
},
|
448
|
-
{
|
449
|
-
"syntax": "<color>{1,4}",
|
450
|
-
"media": "visual",
|
451
|
-
"inherited": false,
|
452
|
-
"animationType": [
|
453
|
-
"border-bottom-color",
|
454
|
-
"border-left-color",
|
455
|
-
"border-right-color",
|
456
|
-
"border-top-color"
|
457
|
-
],
|
458
|
-
"percentages": "no",
|
459
|
-
"groups": [
|
460
|
-
"CSS Backgrounds and Borders"
|
461
|
-
],
|
462
|
-
"initial": [
|
463
|
-
"border-top-color",
|
464
|
-
"border-right-color",
|
465
|
-
"border-bottom-color",
|
466
|
-
"border-left-color"
|
467
|
-
],
|
468
|
-
"appliesto": "allElements",
|
469
|
-
"computed": [
|
470
|
-
"border-bottom-color",
|
471
|
-
"border-left-color",
|
472
|
-
"border-right-color",
|
473
|
-
"border-top-color"
|
474
|
-
],
|
475
|
-
"order": "uniqueOrder",
|
476
|
-
"alsoAppliesTo": [
|
477
|
-
"::first-letter"
|
478
|
-
],
|
479
|
-
"status": "standard",
|
480
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-color",
|
481
|
-
"property": "border-color",
|
482
|
-
"group": "CSS Backgrounds and Borders"
|
483
|
-
},
|
484
|
-
{
|
485
|
-
"syntax": "<'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>",
|
486
|
-
"media": "visual",
|
487
|
-
"inherited": false,
|
488
|
-
"animationType": [
|
489
|
-
"border-image-outset",
|
490
|
-
"border-image-repeat",
|
491
|
-
"border-image-slice",
|
492
|
-
"border-image-source",
|
493
|
-
"border-image-width"
|
494
|
-
],
|
495
|
-
"percentages": [
|
496
|
-
"border-image-slice",
|
497
|
-
"border-image-width"
|
498
|
-
],
|
499
|
-
"groups": [
|
500
|
-
"CSS Backgrounds and Borders"
|
501
|
-
],
|
502
|
-
"initial": [
|
503
|
-
"border-image-source",
|
504
|
-
"border-image-slice",
|
505
|
-
"border-image-width",
|
506
|
-
"border-image-outset",
|
507
|
-
"border-image-repeat"
|
508
|
-
],
|
509
|
-
"appliesto": "allElementsExceptTableElementsWhenCollapse",
|
510
|
-
"computed": [
|
511
|
-
"border-image-outset",
|
512
|
-
"border-image-repeat",
|
513
|
-
"border-image-slice",
|
514
|
-
"border-image-source",
|
515
|
-
"border-image-width"
|
516
|
-
],
|
517
|
-
"order": "uniqueOrder",
|
518
|
-
"alsoAppliesTo": [
|
519
|
-
"::first-letter"
|
520
|
-
],
|
521
|
-
"status": "standard",
|
522
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image",
|
523
|
-
"property": "border-image",
|
524
|
-
"group": "CSS Backgrounds and Borders"
|
525
|
-
},
|
526
|
-
{
|
527
|
-
"syntax": "[ <length> | <number> ]{1,4}",
|
528
|
-
"media": "visual",
|
529
|
-
"inherited": false,
|
530
|
-
"animationType": "byComputedValueType",
|
531
|
-
"percentages": "no",
|
532
|
-
"groups": [
|
533
|
-
"CSS Backgrounds and Borders"
|
534
|
-
],
|
535
|
-
"initial": "0",
|
536
|
-
"appliesto": "allElementsExceptTableElementsWhenCollapse",
|
537
|
-
"computed": "asSpecifiedRelativeToAbsoluteLengths",
|
538
|
-
"order": "uniqueOrder",
|
539
|
-
"alsoAppliesTo": [
|
540
|
-
"::first-letter"
|
541
|
-
],
|
542
|
-
"status": "standard",
|
543
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image-outset",
|
544
|
-
"property": "border-image-outset",
|
545
|
-
"group": "CSS Backgrounds and Borders"
|
546
|
-
},
|
547
|
-
{
|
548
|
-
"syntax": "[ stretch | repeat | round | space ]{1,2}",
|
549
|
-
"media": "visual",
|
550
|
-
"inherited": false,
|
551
|
-
"animationType": "discrete",
|
552
|
-
"percentages": "no",
|
553
|
-
"groups": [
|
554
|
-
"CSS Backgrounds and Borders"
|
555
|
-
],
|
556
|
-
"initial": "stretch",
|
557
|
-
"appliesto": "allElementsExceptTableElementsWhenCollapse",
|
558
|
-
"computed": "asSpecified",
|
559
|
-
"order": "uniqueOrder",
|
560
|
-
"alsoAppliesTo": [
|
561
|
-
"::first-letter"
|
562
|
-
],
|
563
|
-
"status": "standard",
|
564
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image-repeat",
|
565
|
-
"property": "border-image-repeat",
|
566
|
-
"group": "CSS Backgrounds and Borders"
|
567
|
-
},
|
568
|
-
{
|
569
|
-
"syntax": "<number-percentage>{1,4} && fill?",
|
570
|
-
"media": "visual",
|
571
|
-
"inherited": false,
|
572
|
-
"animationType": "byComputedValueType",
|
573
|
-
"percentages": "referToSizeOfBorderImage",
|
574
|
-
"groups": [
|
575
|
-
"CSS Backgrounds and Borders"
|
576
|
-
],
|
577
|
-
"initial": "100%",
|
578
|
-
"appliesto": "allElementsExceptTableElementsWhenCollapse",
|
579
|
-
"computed": "oneToFourPercentagesOrAbsoluteLengthsPlusFill",
|
580
|
-
"order": "percentagesOrLengthsFollowedByFill",
|
581
|
-
"alsoAppliesTo": [
|
582
|
-
"::first-letter"
|
583
|
-
],
|
584
|
-
"status": "standard",
|
585
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image-slice",
|
586
|
-
"property": "border-image-slice",
|
587
|
-
"group": "CSS Backgrounds and Borders"
|
588
|
-
},
|
589
|
-
{
|
590
|
-
"syntax": "none | <image>",
|
591
|
-
"media": "visual",
|
592
|
-
"inherited": false,
|
593
|
-
"animationType": "discrete",
|
594
|
-
"percentages": "no",
|
595
|
-
"groups": [
|
596
|
-
"CSS Backgrounds and Borders"
|
597
|
-
],
|
598
|
-
"initial": "none",
|
599
|
-
"appliesto": "allElementsExceptTableElementsWhenCollapse",
|
600
|
-
"computed": "noneOrImageWithAbsoluteURI",
|
601
|
-
"order": "uniqueOrder",
|
602
|
-
"alsoAppliesTo": [
|
603
|
-
"::first-letter"
|
604
|
-
],
|
605
|
-
"status": "standard",
|
606
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image-source",
|
607
|
-
"property": "border-image-source",
|
608
|
-
"group": "CSS Backgrounds and Borders"
|
609
|
-
},
|
610
|
-
{
|
611
|
-
"syntax": "[ <length-percentage> | <number> | auto ]{1,4}",
|
612
|
-
"media": "visual",
|
613
|
-
"inherited": false,
|
614
|
-
"animationType": "byComputedValueType",
|
615
|
-
"percentages": "referToWidthOrHeightOfBorderImageArea",
|
616
|
-
"groups": [
|
617
|
-
"CSS Backgrounds and Borders"
|
618
|
-
],
|
619
|
-
"initial": "1",
|
620
|
-
"appliesto": "allElementsExceptTableElementsWhenCollapse",
|
621
|
-
"computed": "asSpecifiedRelativeToAbsoluteLengths",
|
622
|
-
"order": "uniqueOrder",
|
623
|
-
"alsoAppliesTo": [
|
624
|
-
"::first-letter"
|
625
|
-
],
|
626
|
-
"status": "standard",
|
627
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image-width",
|
628
|
-
"property": "border-image-width",
|
629
|
-
"group": "CSS Backgrounds and Borders"
|
630
|
-
},
|
631
|
-
{
|
632
|
-
"syntax": "<line-width> || <line-style> || <color>",
|
633
|
-
"media": "visual",
|
634
|
-
"inherited": false,
|
635
|
-
"animationType": [
|
636
|
-
"border-left-color",
|
637
|
-
"border-left-style",
|
638
|
-
"border-left-width"
|
639
|
-
],
|
640
|
-
"percentages": "no",
|
641
|
-
"groups": [
|
642
|
-
"CSS Backgrounds and Borders"
|
643
|
-
],
|
644
|
-
"initial": [
|
645
|
-
"border-left-width",
|
646
|
-
"border-left-style",
|
647
|
-
"border-left-color"
|
648
|
-
],
|
649
|
-
"appliesto": "allElements",
|
650
|
-
"computed": [
|
651
|
-
"border-left-width",
|
652
|
-
"border-left-style",
|
653
|
-
"border-left-color"
|
654
|
-
],
|
655
|
-
"order": "orderOfAppearance",
|
656
|
-
"alsoAppliesTo": [
|
657
|
-
"::first-letter"
|
658
|
-
],
|
659
|
-
"status": "standard",
|
660
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-left",
|
661
|
-
"property": "border-left",
|
662
|
-
"group": "CSS Backgrounds and Borders"
|
663
|
-
},
|
664
|
-
{
|
665
|
-
"syntax": "<color>",
|
666
|
-
"media": "visual",
|
667
|
-
"inherited": false,
|
668
|
-
"animationType": "color",
|
669
|
-
"percentages": "no",
|
670
|
-
"groups": [
|
671
|
-
"CSS Backgrounds and Borders"
|
672
|
-
],
|
673
|
-
"initial": "currentcolor",
|
674
|
-
"appliesto": "allElements",
|
675
|
-
"computed": "computedColor",
|
676
|
-
"order": "uniqueOrder",
|
677
|
-
"alsoAppliesTo": [
|
678
|
-
"::first-letter"
|
679
|
-
],
|
680
|
-
"status": "standard",
|
681
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-left-color",
|
682
|
-
"property": "border-left-color",
|
683
|
-
"group": "CSS Backgrounds and Borders"
|
684
|
-
},
|
685
|
-
{
|
686
|
-
"syntax": "<line-style>",
|
687
|
-
"media": "visual",
|
688
|
-
"inherited": false,
|
689
|
-
"animationType": "discrete",
|
690
|
-
"percentages": "no",
|
691
|
-
"groups": [
|
692
|
-
"CSS Backgrounds and Borders"
|
693
|
-
],
|
694
|
-
"initial": "none",
|
695
|
-
"appliesto": "allElements",
|
696
|
-
"computed": "asSpecified",
|
697
|
-
"order": "uniqueOrder",
|
698
|
-
"alsoAppliesTo": [
|
699
|
-
"::first-letter"
|
700
|
-
],
|
701
|
-
"status": "standard",
|
702
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-left-style",
|
703
|
-
"property": "border-left-style",
|
704
|
-
"group": "CSS Backgrounds and Borders"
|
705
|
-
},
|
706
|
-
{
|
707
|
-
"syntax": "<line-width>",
|
708
|
-
"media": "visual",
|
709
|
-
"inherited": false,
|
710
|
-
"animationType": "length",
|
711
|
-
"percentages": "no",
|
712
|
-
"groups": [
|
713
|
-
"CSS Backgrounds and Borders"
|
714
|
-
],
|
715
|
-
"initial": "medium",
|
716
|
-
"appliesto": "allElements",
|
717
|
-
"computed": "absoluteLengthOr0IfBorderLeftStyleNoneOrHidden",
|
718
|
-
"order": "uniqueOrder",
|
719
|
-
"alsoAppliesTo": [
|
720
|
-
"::first-letter"
|
721
|
-
],
|
722
|
-
"status": "standard",
|
723
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-left-width",
|
724
|
-
"property": "border-left-width",
|
725
|
-
"group": "CSS Backgrounds and Borders"
|
726
|
-
},
|
727
|
-
{
|
728
|
-
"syntax": "<length-percentage>{1,4} [ / <length-percentage>{1,4} ]?",
|
729
|
-
"media": "visual",
|
730
|
-
"inherited": false,
|
731
|
-
"animationType": [
|
732
|
-
"border-top-left-radius",
|
733
|
-
"border-top-right-radius",
|
734
|
-
"border-bottom-right-radius",
|
735
|
-
"border-bottom-left-radius"
|
736
|
-
],
|
737
|
-
"percentages": "referToDimensionOfBorderBox",
|
738
|
-
"groups": [
|
739
|
-
"CSS Backgrounds and Borders"
|
740
|
-
],
|
741
|
-
"initial": [
|
742
|
-
"border-top-left-radius",
|
743
|
-
"border-top-right-radius",
|
744
|
-
"border-bottom-right-radius",
|
745
|
-
"border-bottom-left-radius"
|
746
|
-
],
|
747
|
-
"appliesto": "allElementsUAsNotRequiredWhenCollapse",
|
748
|
-
"computed": [
|
749
|
-
"border-bottom-left-radius",
|
750
|
-
"border-bottom-right-radius",
|
751
|
-
"border-top-left-radius",
|
752
|
-
"border-top-right-radius"
|
753
|
-
],
|
754
|
-
"order": "uniqueOrder",
|
755
|
-
"alsoAppliesTo": [
|
756
|
-
"::first-letter"
|
757
|
-
],
|
758
|
-
"status": "standard",
|
759
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-radius",
|
760
|
-
"property": "border-radius",
|
761
|
-
"group": "CSS Backgrounds and Borders"
|
762
|
-
},
|
763
|
-
{
|
764
|
-
"syntax": "<line-width> || <line-style> || <color>",
|
765
|
-
"media": "visual",
|
766
|
-
"inherited": false,
|
767
|
-
"animationType": [
|
768
|
-
"border-right-color",
|
769
|
-
"border-right-style",
|
770
|
-
"border-right-width"
|
771
|
-
],
|
772
|
-
"percentages": "no",
|
773
|
-
"groups": [
|
774
|
-
"CSS Backgrounds and Borders"
|
775
|
-
],
|
776
|
-
"initial": [
|
777
|
-
"border-right-width",
|
778
|
-
"border-right-style",
|
779
|
-
"border-right-color"
|
780
|
-
],
|
781
|
-
"appliesto": "allElements",
|
782
|
-
"computed": [
|
783
|
-
"border-right-width",
|
784
|
-
"border-right-style",
|
785
|
-
"border-right-color"
|
786
|
-
],
|
787
|
-
"order": "orderOfAppearance",
|
788
|
-
"alsoAppliesTo": [
|
789
|
-
"::first-letter"
|
790
|
-
],
|
791
|
-
"status": "standard",
|
792
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-right",
|
793
|
-
"property": "border-right",
|
794
|
-
"group": "CSS Backgrounds and Borders"
|
795
|
-
},
|
796
|
-
{
|
797
|
-
"syntax": "<color>",
|
798
|
-
"media": "visual",
|
799
|
-
"inherited": false,
|
800
|
-
"animationType": "color",
|
801
|
-
"percentages": "no",
|
802
|
-
"groups": [
|
803
|
-
"CSS Backgrounds and Borders"
|
804
|
-
],
|
805
|
-
"initial": "currentcolor",
|
806
|
-
"appliesto": "allElements",
|
807
|
-
"computed": "computedColor",
|
808
|
-
"order": "uniqueOrder",
|
809
|
-
"alsoAppliesTo": [
|
810
|
-
"::first-letter"
|
811
|
-
],
|
812
|
-
"status": "standard",
|
813
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-right-color",
|
814
|
-
"property": "border-right-color",
|
815
|
-
"group": "CSS Backgrounds and Borders"
|
816
|
-
},
|
817
|
-
{
|
818
|
-
"syntax": "<line-style>",
|
819
|
-
"media": "visual",
|
820
|
-
"inherited": false,
|
821
|
-
"animationType": "discrete",
|
822
|
-
"percentages": "no",
|
823
|
-
"groups": [
|
824
|
-
"CSS Backgrounds and Borders"
|
825
|
-
],
|
826
|
-
"initial": "none",
|
827
|
-
"appliesto": "allElements",
|
828
|
-
"computed": "asSpecified",
|
829
|
-
"order": "uniqueOrder",
|
830
|
-
"alsoAppliesTo": [
|
831
|
-
"::first-letter"
|
832
|
-
],
|
833
|
-
"status": "standard",
|
834
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-right-style",
|
835
|
-
"property": "border-right-style",
|
836
|
-
"group": "CSS Backgrounds and Borders"
|
837
|
-
},
|
838
|
-
{
|
839
|
-
"syntax": "<line-width>",
|
840
|
-
"media": "visual",
|
841
|
-
"inherited": false,
|
842
|
-
"animationType": "length",
|
843
|
-
"percentages": "no",
|
844
|
-
"groups": [
|
845
|
-
"CSS Backgrounds and Borders"
|
846
|
-
],
|
847
|
-
"initial": "medium",
|
848
|
-
"appliesto": "allElements",
|
849
|
-
"computed": "absoluteLengthOr0IfBorderRightStyleNoneOrHidden",
|
850
|
-
"order": "uniqueOrder",
|
851
|
-
"alsoAppliesTo": [
|
852
|
-
"::first-letter"
|
853
|
-
],
|
854
|
-
"status": "standard",
|
855
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-right-width",
|
856
|
-
"property": "border-right-width",
|
857
|
-
"group": "CSS Backgrounds and Borders"
|
858
|
-
},
|
859
|
-
{
|
860
|
-
"syntax": "<line-style>{1,4}",
|
861
|
-
"media": "visual",
|
862
|
-
"inherited": false,
|
863
|
-
"animationType": "discrete",
|
864
|
-
"percentages": "no",
|
865
|
-
"groups": [
|
866
|
-
"CSS Backgrounds and Borders"
|
867
|
-
],
|
868
|
-
"initial": [
|
869
|
-
"border-top-style",
|
870
|
-
"border-right-style",
|
871
|
-
"border-bottom-style",
|
872
|
-
"border-left-style"
|
873
|
-
],
|
874
|
-
"appliesto": "allElements",
|
875
|
-
"computed": [
|
876
|
-
"border-bottom-style",
|
877
|
-
"border-left-style",
|
878
|
-
"border-right-style",
|
879
|
-
"border-top-style"
|
880
|
-
],
|
881
|
-
"order": "uniqueOrder",
|
882
|
-
"alsoAppliesTo": [
|
883
|
-
"::first-letter"
|
884
|
-
],
|
885
|
-
"status": "standard",
|
886
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-style",
|
887
|
-
"property": "border-style",
|
888
|
-
"group": "CSS Backgrounds and Borders"
|
889
|
-
},
|
890
|
-
{
|
891
|
-
"syntax": "<line-width> || <line-style> || <color>",
|
892
|
-
"media": "visual",
|
893
|
-
"inherited": false,
|
894
|
-
"animationType": [
|
895
|
-
"border-top-color",
|
896
|
-
"border-top-style",
|
897
|
-
"border-top-width"
|
898
|
-
],
|
899
|
-
"percentages": "no",
|
900
|
-
"groups": [
|
901
|
-
"CSS Backgrounds and Borders"
|
902
|
-
],
|
903
|
-
"initial": [
|
904
|
-
"border-top-width",
|
905
|
-
"border-top-style",
|
906
|
-
"border-top-color"
|
907
|
-
],
|
908
|
-
"appliesto": "allElements",
|
909
|
-
"computed": [
|
910
|
-
"border-top-width",
|
911
|
-
"border-top-style",
|
912
|
-
"border-top-color"
|
913
|
-
],
|
914
|
-
"order": "orderOfAppearance",
|
915
|
-
"alsoAppliesTo": [
|
916
|
-
"::first-letter"
|
917
|
-
],
|
918
|
-
"status": "standard",
|
919
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-top",
|
920
|
-
"property": "border-top",
|
921
|
-
"group": "CSS Backgrounds and Borders"
|
922
|
-
},
|
923
|
-
{
|
924
|
-
"syntax": "<color>",
|
925
|
-
"media": "visual",
|
926
|
-
"inherited": false,
|
927
|
-
"animationType": "color",
|
928
|
-
"percentages": "no",
|
929
|
-
"groups": [
|
930
|
-
"CSS Backgrounds and Borders"
|
931
|
-
],
|
932
|
-
"initial": "currentcolor",
|
933
|
-
"appliesto": "allElements",
|
934
|
-
"computed": "computedColor",
|
935
|
-
"order": "uniqueOrder",
|
936
|
-
"alsoAppliesTo": [
|
937
|
-
"::first-letter"
|
938
|
-
],
|
939
|
-
"status": "standard",
|
940
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-top-color",
|
941
|
-
"property": "border-top-color",
|
942
|
-
"group": "CSS Backgrounds and Borders"
|
943
|
-
},
|
944
|
-
{
|
945
|
-
"syntax": "<length-percentage>{1,2}",
|
946
|
-
"media": "visual",
|
947
|
-
"inherited": false,
|
948
|
-
"animationType": "lpc",
|
949
|
-
"percentages": "referToDimensionOfBorderBox",
|
950
|
-
"groups": [
|
951
|
-
"CSS Backgrounds and Borders"
|
952
|
-
],
|
953
|
-
"initial": "0",
|
954
|
-
"appliesto": "allElementsUAsNotRequiredWhenCollapse",
|
955
|
-
"computed": "twoAbsoluteLengthOrPercentages",
|
956
|
-
"order": "uniqueOrder",
|
957
|
-
"alsoAppliesTo": [
|
958
|
-
"::first-letter"
|
959
|
-
],
|
960
|
-
"status": "standard",
|
961
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-top-left-radius",
|
962
|
-
"property": "border-top-left-radius",
|
963
|
-
"group": "CSS Backgrounds and Borders"
|
964
|
-
},
|
965
|
-
{
|
966
|
-
"syntax": "<length-percentage>{1,2}",
|
967
|
-
"media": "visual",
|
968
|
-
"inherited": false,
|
969
|
-
"animationType": "lpc",
|
970
|
-
"percentages": "referToDimensionOfBorderBox",
|
971
|
-
"groups": [
|
972
|
-
"CSS Backgrounds and Borders"
|
973
|
-
],
|
974
|
-
"initial": "0",
|
975
|
-
"appliesto": "allElementsUAsNotRequiredWhenCollapse",
|
976
|
-
"computed": "twoAbsoluteLengthOrPercentages",
|
977
|
-
"order": "uniqueOrder",
|
978
|
-
"alsoAppliesTo": [
|
979
|
-
"::first-letter"
|
980
|
-
],
|
981
|
-
"status": "standard",
|
982
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-top-right-radius",
|
983
|
-
"property": "border-top-right-radius",
|
984
|
-
"group": "CSS Backgrounds and Borders"
|
985
|
-
},
|
986
|
-
{
|
987
|
-
"syntax": "<line-style>",
|
988
|
-
"media": "visual",
|
989
|
-
"inherited": false,
|
990
|
-
"animationType": "discrete",
|
991
|
-
"percentages": "no",
|
992
|
-
"groups": [
|
993
|
-
"CSS Backgrounds and Borders"
|
994
|
-
],
|
995
|
-
"initial": "none",
|
996
|
-
"appliesto": "allElements",
|
997
|
-
"computed": "asSpecified",
|
998
|
-
"order": "uniqueOrder",
|
999
|
-
"alsoAppliesTo": [
|
1000
|
-
"::first-letter"
|
1001
|
-
],
|
1002
|
-
"status": "standard",
|
1003
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-top-style",
|
1004
|
-
"property": "border-top-style",
|
1005
|
-
"group": "CSS Backgrounds and Borders"
|
1006
|
-
},
|
1007
|
-
{
|
1008
|
-
"syntax": "<line-width>",
|
1009
|
-
"media": "visual",
|
1010
|
-
"inherited": false,
|
1011
|
-
"animationType": "length",
|
1012
|
-
"percentages": "no",
|
1013
|
-
"groups": [
|
1014
|
-
"CSS Backgrounds and Borders"
|
1015
|
-
],
|
1016
|
-
"initial": "medium",
|
1017
|
-
"appliesto": "allElements",
|
1018
|
-
"computed": "absoluteLengthOr0IfBorderTopStyleNoneOrHidden",
|
1019
|
-
"order": "uniqueOrder",
|
1020
|
-
"alsoAppliesTo": [
|
1021
|
-
"::first-letter"
|
1022
|
-
],
|
1023
|
-
"status": "standard",
|
1024
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-top-width",
|
1025
|
-
"property": "border-top-width",
|
1026
|
-
"group": "CSS Backgrounds and Borders"
|
1027
|
-
},
|
1028
|
-
{
|
1029
|
-
"syntax": "<line-width>{1,4}",
|
1030
|
-
"media": "visual",
|
1031
|
-
"inherited": false,
|
1032
|
-
"animationType": [
|
1033
|
-
"border-bottom-width",
|
1034
|
-
"border-left-width",
|
1035
|
-
"border-right-width",
|
1036
|
-
"border-top-width"
|
1037
|
-
],
|
1038
|
-
"percentages": "no",
|
1039
|
-
"groups": [
|
1040
|
-
"CSS Backgrounds and Borders"
|
1041
|
-
],
|
1042
|
-
"initial": [
|
1043
|
-
"border-top-width",
|
1044
|
-
"border-right-width",
|
1045
|
-
"border-bottom-width",
|
1046
|
-
"border-left-width"
|
1047
|
-
],
|
1048
|
-
"appliesto": "allElements",
|
1049
|
-
"computed": [
|
1050
|
-
"border-bottom-width",
|
1051
|
-
"border-left-width",
|
1052
|
-
"border-right-width",
|
1053
|
-
"border-top-width"
|
1054
|
-
],
|
1055
|
-
"order": "uniqueOrder",
|
1056
|
-
"alsoAppliesTo": [
|
1057
|
-
"::first-letter"
|
1058
|
-
],
|
1059
|
-
"status": "standard",
|
1060
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-width",
|
1061
|
-
"property": "border-width",
|
1062
|
-
"group": "CSS Backgrounds and Borders"
|
1063
|
-
},
|
1064
|
-
{
|
1065
|
-
"syntax": "none | <shadow>#",
|
1066
|
-
"media": "visual",
|
1067
|
-
"inherited": false,
|
1068
|
-
"animationType": "shadowList",
|
1069
|
-
"percentages": "no",
|
1070
|
-
"groups": [
|
1071
|
-
"CSS Backgrounds and Borders"
|
1072
|
-
],
|
1073
|
-
"initial": "none",
|
1074
|
-
"appliesto": "allElements",
|
1075
|
-
"computed": "absoluteLengthsSpecifiedColorAsSpecified",
|
1076
|
-
"order": "uniqueOrder",
|
1077
|
-
"alsoAppliesTo": [
|
1078
|
-
"::first-letter"
|
1079
|
-
],
|
1080
|
-
"status": "standard",
|
1081
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/box-shadow",
|
1082
|
-
"property": "box-shadow",
|
1083
|
-
"group": "CSS Backgrounds and Borders"
|
1084
|
-
}
|
1085
|
-
]
|