cssstyle 5.3.3 → 5.3.5
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// autogenerated - 2025-
|
|
2
|
+
// autogenerated - 2025-12-17
|
|
3
3
|
|
|
4
4
|
module.exports = new Map([
|
|
5
5
|
[
|
|
@@ -35,7 +35,6 @@ module.exports = new Map([
|
|
|
35
35
|
{
|
|
36
36
|
"name": "-webkit-text-fill-color",
|
|
37
37
|
"href": "https://compat.spec.whatwg.org/#propdef--webkit-text-fill-color",
|
|
38
|
-
"value": "<color>",
|
|
39
38
|
"initial": "currentcolor",
|
|
40
39
|
"appliesTo": "all elements",
|
|
41
40
|
"inherited": "yes",
|
|
@@ -48,7 +47,9 @@ module.exports = new Map([
|
|
|
48
47
|
"-webkit-text-fill-color",
|
|
49
48
|
"WebkitTextFillColor",
|
|
50
49
|
"webkitTextFillColor"
|
|
51
|
-
]
|
|
50
|
+
],
|
|
51
|
+
"syntax": "<color>",
|
|
52
|
+
"extended": []
|
|
52
53
|
}
|
|
53
54
|
],
|
|
54
55
|
[
|
|
@@ -56,7 +57,6 @@ module.exports = new Map([
|
|
|
56
57
|
{
|
|
57
58
|
"name": "-webkit-text-stroke-color",
|
|
58
59
|
"href": "https://compat.spec.whatwg.org/#propdef--webkit-text-stroke-color",
|
|
59
|
-
"value": "<color>",
|
|
60
60
|
"initial": "currentcolor",
|
|
61
61
|
"appliesTo": "all elements",
|
|
62
62
|
"inherited": "yes",
|
|
@@ -69,33 +69,35 @@ module.exports = new Map([
|
|
|
69
69
|
"-webkit-text-stroke-color",
|
|
70
70
|
"WebkitTextStrokeColor",
|
|
71
71
|
"webkitTextStrokeColor"
|
|
72
|
-
]
|
|
72
|
+
],
|
|
73
|
+
"syntax": "<color>",
|
|
74
|
+
"extended": []
|
|
73
75
|
}
|
|
74
76
|
],
|
|
75
77
|
[
|
|
76
78
|
"background",
|
|
77
79
|
{
|
|
78
80
|
"name": "background",
|
|
79
|
-
"href": "https://drafts.csswg.org/css-backgrounds-
|
|
80
|
-
"value": "<bg-layer>#? , <final-bg-layer>",
|
|
81
|
+
"href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background",
|
|
81
82
|
"initial": "see individual properties",
|
|
82
83
|
"appliesTo": "all elements",
|
|
83
84
|
"inherited": "no",
|
|
84
85
|
"percentages": "see individual properties",
|
|
85
86
|
"computedValue": "see individual properties",
|
|
86
|
-
"canonicalOrder": "per grammar",
|
|
87
87
|
"animationType": "see individual properties",
|
|
88
|
+
"canonicalOrder": "per grammar",
|
|
88
89
|
"styleDeclaration": [
|
|
89
90
|
"background"
|
|
90
|
-
]
|
|
91
|
+
],
|
|
92
|
+
"syntax": "<bg-layer>#? , <final-bg-layer>",
|
|
93
|
+
"extended": []
|
|
91
94
|
}
|
|
92
95
|
],
|
|
93
96
|
[
|
|
94
97
|
"background-attachment",
|
|
95
98
|
{
|
|
96
99
|
"name": "background-attachment",
|
|
97
|
-
"href": "https://drafts.csswg.org/css-backgrounds-
|
|
98
|
-
"value": "<attachment>#",
|
|
100
|
+
"href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-attachment",
|
|
99
101
|
"initial": "scroll",
|
|
100
102
|
"appliesTo": "all elements",
|
|
101
103
|
"inherited": "no",
|
|
@@ -103,83 +105,39 @@ module.exports = new Map([
|
|
|
103
105
|
"computedValue": "list, each item the keyword as specified",
|
|
104
106
|
"canonicalOrder": "per grammar",
|
|
105
107
|
"animationType": "discrete",
|
|
106
|
-
"values": [
|
|
107
|
-
{
|
|
108
|
-
"name": "fixed",
|
|
109
|
-
"prose": "The background is fixed with regard to the viewport. In paged media where there is no viewport, a fixed background is fixed with respect to the page box and therefore replicated on every page.",
|
|
110
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-attachment-fixed",
|
|
111
|
-
"type": "value",
|
|
112
|
-
"value": "fixed"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"name": "local",
|
|
116
|
-
"prose": "The background is fixed with regard to the box’s contents: if the box has a scrolling mechanism, the background scrolls with the box’s contents, and the background painting area and background positioning area are relative to the scrollable overflow area of the box rather than to the border framing them. Because the scrollable overflow area does not include the border area, for scroll containers the border-box value of background-clip may be treated the same as padding-box.",
|
|
117
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-attachment-local",
|
|
118
|
-
"type": "value",
|
|
119
|
-
"value": "local"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"name": "scroll",
|
|
123
|
-
"prose": "The background is fixed with regard to the box itself and does not scroll with its contents. (It is effectively attached to the box’s border.)",
|
|
124
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-attachment-scroll",
|
|
125
|
-
"type": "value",
|
|
126
|
-
"value": "scroll"
|
|
127
|
-
}
|
|
128
|
-
],
|
|
129
108
|
"styleDeclaration": [
|
|
130
109
|
"background-attachment",
|
|
131
110
|
"backgroundAttachment"
|
|
132
|
-
]
|
|
111
|
+
],
|
|
112
|
+
"syntax": "<attachment>#",
|
|
113
|
+
"extended": []
|
|
133
114
|
}
|
|
134
115
|
],
|
|
135
116
|
[
|
|
136
117
|
"background-clip",
|
|
137
118
|
{
|
|
138
119
|
"name": "background-clip",
|
|
139
|
-
"href": "https://drafts.csswg.org/css-backgrounds-
|
|
140
|
-
"value": "<visual-box>#",
|
|
120
|
+
"href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-clip",
|
|
141
121
|
"initial": "border-box",
|
|
142
122
|
"appliesTo": "all elements",
|
|
143
123
|
"inherited": "no",
|
|
144
|
-
"percentages": "
|
|
145
|
-
"computedValue": "
|
|
124
|
+
"percentages": "n/a",
|
|
125
|
+
"computedValue": "as specified",
|
|
146
126
|
"canonicalOrder": "per grammar",
|
|
147
127
|
"animationType": "repeatable list",
|
|
148
|
-
"values": [
|
|
149
|
-
{
|
|
150
|
-
"name": "border-box",
|
|
151
|
-
"prose": "The background is painted within (clipped to) the border box.",
|
|
152
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-clip-border-box",
|
|
153
|
-
"type": "value",
|
|
154
|
-
"value": "border-box"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"name": "padding-box",
|
|
158
|
-
"prose": "The background is painted within (clipped to) the padding box.",
|
|
159
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-clip-padding-box",
|
|
160
|
-
"type": "value",
|
|
161
|
-
"value": "padding-box"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"name": "content-box",
|
|
165
|
-
"prose": "The background is painted within (clipped to) the content box.",
|
|
166
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-clip-content-box",
|
|
167
|
-
"type": "value",
|
|
168
|
-
"value": "content-box"
|
|
169
|
-
}
|
|
170
|
-
],
|
|
171
128
|
"styleDeclaration": [
|
|
172
129
|
"background-clip",
|
|
173
130
|
"backgroundClip"
|
|
174
|
-
]
|
|
131
|
+
],
|
|
132
|
+
"syntax": "<bg-clip>#",
|
|
133
|
+
"extended": []
|
|
175
134
|
}
|
|
176
135
|
],
|
|
177
136
|
[
|
|
178
137
|
"background-color",
|
|
179
138
|
{
|
|
180
139
|
"name": "background-color",
|
|
181
|
-
"href": "https://drafts.csswg.org/css-backgrounds-
|
|
182
|
-
"value": "<color>",
|
|
140
|
+
"href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-color",
|
|
183
141
|
"initial": "transparent",
|
|
184
142
|
"appliesTo": "all elements",
|
|
185
143
|
"inherited": "no",
|
|
@@ -190,15 +148,16 @@ module.exports = new Map([
|
|
|
190
148
|
"styleDeclaration": [
|
|
191
149
|
"background-color",
|
|
192
150
|
"backgroundColor"
|
|
193
|
-
]
|
|
151
|
+
],
|
|
152
|
+
"syntax": "<color>",
|
|
153
|
+
"extended": []
|
|
194
154
|
}
|
|
195
155
|
],
|
|
196
156
|
[
|
|
197
157
|
"background-image",
|
|
198
158
|
{
|
|
199
159
|
"name": "background-image",
|
|
200
|
-
"href": "https://drafts.csswg.org/css-backgrounds-
|
|
201
|
-
"value": "<bg-image>#",
|
|
160
|
+
"href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-image",
|
|
202
161
|
"initial": "none",
|
|
203
162
|
"appliesTo": "all elements",
|
|
204
163
|
"inherited": "no",
|
|
@@ -206,27 +165,19 @@ module.exports = new Map([
|
|
|
206
165
|
"computedValue": "list, each item either an <image> or the keyword none",
|
|
207
166
|
"canonicalOrder": "per grammar",
|
|
208
167
|
"animationType": "discrete",
|
|
209
|
-
"values": [
|
|
210
|
-
{
|
|
211
|
-
"name": "none",
|
|
212
|
-
"prose": "A value of none counts as a background image layer but draws nothing. An image that is empty (zero width or zero height), that fails to download, or that cannot be displayed (e.g., because it is not in a supported image format) likewise counts as a layer but draws nothing.",
|
|
213
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-image-none",
|
|
214
|
-
"type": "value",
|
|
215
|
-
"value": "none"
|
|
216
|
-
}
|
|
217
|
-
],
|
|
218
168
|
"styleDeclaration": [
|
|
219
169
|
"background-image",
|
|
220
170
|
"backgroundImage"
|
|
221
|
-
]
|
|
171
|
+
],
|
|
172
|
+
"syntax": "<bg-image>#",
|
|
173
|
+
"extended": []
|
|
222
174
|
}
|
|
223
175
|
],
|
|
224
176
|
[
|
|
225
177
|
"background-origin",
|
|
226
178
|
{
|
|
227
179
|
"name": "background-origin",
|
|
228
|
-
"href": "https://drafts.csswg.org/css-backgrounds-
|
|
229
|
-
"value": "<visual-box>#",
|
|
180
|
+
"href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-origin",
|
|
230
181
|
"initial": "padding-box",
|
|
231
182
|
"appliesTo": "all elements",
|
|
232
183
|
"inherited": "no",
|
|
@@ -234,111 +185,39 @@ module.exports = new Map([
|
|
|
234
185
|
"computedValue": "list, each item a keyword as specified",
|
|
235
186
|
"canonicalOrder": "per grammar",
|
|
236
187
|
"animationType": "repeatable list",
|
|
237
|
-
"values": [
|
|
238
|
-
{
|
|
239
|
-
"name": "padding-box",
|
|
240
|
-
"prose": "The position is relative to the padding box. (For single boxes 0 0 is the upper left corner of the padding edge, 100% 100% is the lower right corner.)",
|
|
241
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-origin-padding-box",
|
|
242
|
-
"type": "value",
|
|
243
|
-
"value": "padding-box"
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"name": "border-box",
|
|
247
|
-
"prose": "The position is relative to the border box.",
|
|
248
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-origin-border-box",
|
|
249
|
-
"type": "value",
|
|
250
|
-
"value": "border-box"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"name": "content-box",
|
|
254
|
-
"prose": "The position is relative to the content box.",
|
|
255
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-origin-content-box",
|
|
256
|
-
"type": "value",
|
|
257
|
-
"value": "content-box"
|
|
258
|
-
}
|
|
259
|
-
],
|
|
260
188
|
"styleDeclaration": [
|
|
261
189
|
"background-origin",
|
|
262
190
|
"backgroundOrigin"
|
|
263
|
-
]
|
|
191
|
+
],
|
|
192
|
+
"syntax": "<visual-box>#",
|
|
193
|
+
"extended": []
|
|
264
194
|
}
|
|
265
195
|
],
|
|
266
196
|
[
|
|
267
197
|
"background-position",
|
|
268
198
|
{
|
|
269
199
|
"name": "background-position",
|
|
270
|
-
"href": "https://drafts.csswg.org/css-backgrounds-
|
|
271
|
-
"value": "<bg-position>#",
|
|
200
|
+
"href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-position",
|
|
272
201
|
"initial": "0% 0%",
|
|
273
202
|
"appliesTo": "all elements",
|
|
274
203
|
"inherited": "no",
|
|
275
204
|
"percentages": "refer to size of background positioning area minus size of background image; see text",
|
|
276
|
-
"computedValue": "list, each item a pair of offsets (horizontal and vertical) from the top left origin each given as a computed <length-percentage> value",
|
|
205
|
+
"computedValue": "a list, each item a pair of offsets (horizontal and vertical) from the top left origin, each offset given as a computed <length-percentage> value",
|
|
277
206
|
"canonicalOrder": "per grammar",
|
|
278
207
|
"animationType": "repeatable list",
|
|
279
|
-
"values": [
|
|
280
|
-
{
|
|
281
|
-
"name": "<percentage>",
|
|
282
|
-
"prose": "A percentage for the horizontal offset is relative to (width of background positioning area - width of background image). A percentage for the vertical offset is relative to (height of background positioning area - height of background image), where the size of the image is the size given by background-size. For example, with a value pair of 0% 0%, the upper left corner of the image is aligned with the upper left corner of, usually, the box’s padding edge. A value pair of 100% 100% places the lower right corner of the image in the lower right corner of the area. With a value pair of 75% 50%, the point 75% across and 50% down the image is to be placed at the point 75% across and 50% down the area. Diagram of the meaning of background-position: 75% 50%.",
|
|
283
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-position-percentage",
|
|
284
|
-
"type": "value",
|
|
285
|
-
"value": "<percentage>"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"name": "<length>",
|
|
289
|
-
"prose": "A length value gives a fixed length as the offset. For example, with a value pair of 2cm 1cm, the upper left corner of the image is placed 2cm to the right and 1cm below the upper left corner of the background positioning area.",
|
|
290
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-position-length",
|
|
291
|
-
"type": "value",
|
|
292
|
-
"value": "<length>"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"name": "top",
|
|
296
|
-
"prose": "Computes to 0% for the vertical position if one or two values are given, otherwise specifies the top edge as the origin for the next offset.",
|
|
297
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-position-top",
|
|
298
|
-
"type": "value",
|
|
299
|
-
"value": "top"
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"name": "right",
|
|
303
|
-
"prose": "Computes to 100% for the horizontal position if one or two values are given, otherwise specifies the right edge as the origin for the next offset.",
|
|
304
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-position-right",
|
|
305
|
-
"type": "value",
|
|
306
|
-
"value": "right"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"name": "bottom",
|
|
310
|
-
"prose": "Computes to 100% for the vertical position if one or two values are given, otherwise specifies the bottom edge as the origin for the next offset.",
|
|
311
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-position-bottom",
|
|
312
|
-
"type": "value",
|
|
313
|
-
"value": "bottom"
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"name": "left",
|
|
317
|
-
"prose": "Computes to 0% for the horizontal position if one or two values are given, otherwise specifies the left edge as the origin for the next offset.",
|
|
318
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-position-left",
|
|
319
|
-
"type": "value",
|
|
320
|
-
"value": "left"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"name": "center",
|
|
324
|
-
"prose": "Computes to 50% (left 50%) for the horizontal position if the horizontal position is not otherwise specified, or 50% (top 50%) for the vertical position if it is.",
|
|
325
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-position-center",
|
|
326
|
-
"type": "value",
|
|
327
|
-
"value": "center"
|
|
328
|
-
}
|
|
329
|
-
],
|
|
330
208
|
"styleDeclaration": [
|
|
331
209
|
"background-position",
|
|
332
210
|
"backgroundPosition"
|
|
333
|
-
]
|
|
211
|
+
],
|
|
212
|
+
"syntax": "<bg-position>#",
|
|
213
|
+
"extended": []
|
|
334
214
|
}
|
|
335
215
|
],
|
|
336
216
|
[
|
|
337
217
|
"background-repeat",
|
|
338
218
|
{
|
|
339
219
|
"name": "background-repeat",
|
|
340
|
-
"href": "https://drafts.csswg.org/css-backgrounds-
|
|
341
|
-
"value": "<repeat-style>#",
|
|
220
|
+
"href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-repeat",
|
|
342
221
|
"initial": "repeat",
|
|
343
222
|
"appliesTo": "all elements",
|
|
344
223
|
"inherited": "no",
|
|
@@ -346,62 +225,19 @@ module.exports = new Map([
|
|
|
346
225
|
"computedValue": "list, each item a pair of keywords, one per dimension",
|
|
347
226
|
"canonicalOrder": "per grammar",
|
|
348
227
|
"animationType": "discrete",
|
|
349
|
-
"values": [
|
|
350
|
-
{
|
|
351
|
-
"name": "repeat-x",
|
|
352
|
-
"prose": "Computes to repeat no-repeat.",
|
|
353
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-repeat-repeat-x",
|
|
354
|
-
"type": "value",
|
|
355
|
-
"value": "repeat-x"
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"name": "repeat-y",
|
|
359
|
-
"prose": "Computes to no-repeat repeat.",
|
|
360
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-repeat-repeat-y",
|
|
361
|
-
"type": "value",
|
|
362
|
-
"value": "repeat-y"
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"name": "repeat",
|
|
366
|
-
"prose": "The image is repeated in this direction as often as needed to cover the background painting area.",
|
|
367
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-repeat-repeat",
|
|
368
|
-
"type": "value",
|
|
369
|
-
"value": "repeat"
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"name": "space",
|
|
373
|
-
"prose": "The image is repeated as often as will fit within the background positioning area without being clipped, and then the images are spaced out to fill the area. The first and last images touch the edges of the area. If the background painting area is larger than the background positioning area, then the pattern repeats to fill the background painting area. The value of background-position for this direction is ignored unless there is not enough space for two copies of the image in this axis, in which case only one image is placed, and background-position determines its position in this axis.",
|
|
374
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-repeat-space",
|
|
375
|
-
"type": "value",
|
|
376
|
-
"value": "space"
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"name": "round",
|
|
380
|
-
"prose": "The image is repeated as often as will fit within the background positioning area. If it doesn’t fit a whole number of times, it is rescaled so that it does. See the formula under background-size. If the background painting area is larger than the background positioning area, then the pattern repeats to fill the background painting area.",
|
|
381
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-repeat-round",
|
|
382
|
-
"type": "value",
|
|
383
|
-
"value": "round"
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"name": "no-repeat",
|
|
387
|
-
"prose": "The image is placed once and not repeated in this direction.",
|
|
388
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-repeat-no-repeat",
|
|
389
|
-
"type": "value",
|
|
390
|
-
"value": "no-repeat"
|
|
391
|
-
}
|
|
392
|
-
],
|
|
393
228
|
"styleDeclaration": [
|
|
394
229
|
"background-repeat",
|
|
395
230
|
"backgroundRepeat"
|
|
396
|
-
]
|
|
231
|
+
],
|
|
232
|
+
"syntax": "<repeat-style>#",
|
|
233
|
+
"extended": []
|
|
397
234
|
}
|
|
398
235
|
],
|
|
399
236
|
[
|
|
400
237
|
"background-size",
|
|
401
238
|
{
|
|
402
239
|
"name": "background-size",
|
|
403
|
-
"href": "https://drafts.csswg.org/css-backgrounds-
|
|
404
|
-
"value": "<bg-size>#",
|
|
240
|
+
"href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-size",
|
|
405
241
|
"initial": "auto",
|
|
406
242
|
"appliesTo": "all elements",
|
|
407
243
|
"inherited": "no",
|
|
@@ -409,58 +245,31 @@ module.exports = new Map([
|
|
|
409
245
|
"computedValue": "list, each item a pair of sizes (one per axis) each represented as either a keyword or a computed <length-percentage> value",
|
|
410
246
|
"canonicalOrder": "per grammar",
|
|
411
247
|
"animationType": "repeatable list",
|
|
412
|
-
"values": [
|
|
413
|
-
{
|
|
414
|
-
"name": "contain",
|
|
415
|
-
"prose": "Scale the image, while preserving its natural aspect ratio (if any), to the largest size such that both its width and its height can fit inside the background positioning area.",
|
|
416
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-size-contain",
|
|
417
|
-
"type": "value",
|
|
418
|
-
"value": "contain"
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"name": "cover",
|
|
422
|
-
"prose": "Scale the image, while preserving its natural aspect ratio (if any), to the smallest size such that both its width and its height can completely cover the background positioning area.",
|
|
423
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-size-cover",
|
|
424
|
-
"type": "value",
|
|
425
|
-
"value": "cover"
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"name": "<length-percentage [0,∞]>",
|
|
429
|
-
"prose": "The first value gives the width of the corresponding image, the second value its height. If only one value is given the second is assumed to be auto. A <percentage> is relative to the background positioning area. An auto value for one dimension is resolved by using the image’s natural aspect ratio and the size of the other dimension, or failing that, using the image’s natural size, or failing that, treating it as 100%. If both values are auto then the natural width and/or height of the image should be used, if any, the missing dimension (if any) behaving as auto as described above. If the image has neither natural size, its size is determined as for contain. Negative values are invalid.",
|
|
430
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-size-length-percentage-0",
|
|
431
|
-
"type": "value",
|
|
432
|
-
"value": "<length-percentage [0,∞]>"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "auto",
|
|
436
|
-
"prose": "The first value gives the width of the corresponding image, the second value its height. If only one value is given the second is assumed to be auto. A <percentage> is relative to the background positioning area. An auto value for one dimension is resolved by using the image’s natural aspect ratio and the size of the other dimension, or failing that, using the image’s natural size, or failing that, treating it as 100%. If both values are auto then the natural width and/or height of the image should be used, if any, the missing dimension (if any) behaving as auto as described above. If the image has neither natural size, its size is determined as for contain. Negative values are invalid.",
|
|
437
|
-
"href": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-size-auto",
|
|
438
|
-
"type": "value",
|
|
439
|
-
"value": "auto"
|
|
440
|
-
}
|
|
441
|
-
],
|
|
442
248
|
"styleDeclaration": [
|
|
443
249
|
"background-size",
|
|
444
250
|
"backgroundSize"
|
|
445
|
-
]
|
|
251
|
+
],
|
|
252
|
+
"syntax": "<bg-size>#",
|
|
253
|
+
"extended": []
|
|
446
254
|
}
|
|
447
255
|
],
|
|
448
256
|
[
|
|
449
257
|
"border",
|
|
450
258
|
{
|
|
451
259
|
"name": "border",
|
|
452
|
-
"href": "https://drafts.csswg.org/css-
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
-
"percentages": "N/A",
|
|
260
|
+
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border",
|
|
261
|
+
"initial": "see individual properties",
|
|
262
|
+
"appliesTo": "see individual properties",
|
|
263
|
+
"inherited": "see individual properties",
|
|
264
|
+
"percentages": "see individual properties",
|
|
458
265
|
"computedValue": "see individual properties",
|
|
459
|
-
"canonicalOrder": "per grammar",
|
|
460
266
|
"animationType": "see individual properties",
|
|
267
|
+
"canonicalOrder": "per grammar",
|
|
461
268
|
"styleDeclaration": [
|
|
462
269
|
"border"
|
|
463
|
-
]
|
|
270
|
+
],
|
|
271
|
+
"syntax": "<line-width> || <line-style> || <color>",
|
|
272
|
+
"extended": []
|
|
464
273
|
}
|
|
465
274
|
],
|
|
466
275
|
[
|
|
@@ -468,7 +277,6 @@ module.exports = new Map([
|
|
|
468
277
|
{
|
|
469
278
|
"name": "border-bottom",
|
|
470
279
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-bottom",
|
|
471
|
-
"value": "<line-width> || <line-style> || <color>",
|
|
472
280
|
"initial": "See individual properties",
|
|
473
281
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
474
282
|
"inherited": "no",
|
|
@@ -479,7 +287,9 @@ module.exports = new Map([
|
|
|
479
287
|
"styleDeclaration": [
|
|
480
288
|
"border-bottom",
|
|
481
289
|
"borderBottom"
|
|
482
|
-
]
|
|
290
|
+
],
|
|
291
|
+
"syntax": "<line-width> || <line-style> || <color>",
|
|
292
|
+
"extended": []
|
|
483
293
|
}
|
|
484
294
|
],
|
|
485
295
|
[
|
|
@@ -487,7 +297,6 @@ module.exports = new Map([
|
|
|
487
297
|
{
|
|
488
298
|
"name": "border-bottom-color",
|
|
489
299
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-bottom-color",
|
|
490
|
-
"value": "<color> | <image-1D>",
|
|
491
300
|
"initial": "currentcolor",
|
|
492
301
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
493
302
|
"inherited": "no",
|
|
@@ -499,7 +308,9 @@ module.exports = new Map([
|
|
|
499
308
|
"styleDeclaration": [
|
|
500
309
|
"border-bottom-color",
|
|
501
310
|
"borderBottomColor"
|
|
502
|
-
]
|
|
311
|
+
],
|
|
312
|
+
"syntax": "<color> | <image-1D>",
|
|
313
|
+
"extended": []
|
|
503
314
|
}
|
|
504
315
|
],
|
|
505
316
|
[
|
|
@@ -507,7 +318,6 @@ module.exports = new Map([
|
|
|
507
318
|
{
|
|
508
319
|
"name": "border-bottom-style",
|
|
509
320
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-bottom-style",
|
|
510
|
-
"value": "<line-style>",
|
|
511
321
|
"initial": "none",
|
|
512
322
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
513
323
|
"inherited": "no",
|
|
@@ -519,7 +329,9 @@ module.exports = new Map([
|
|
|
519
329
|
"styleDeclaration": [
|
|
520
330
|
"border-bottom-style",
|
|
521
331
|
"borderBottomStyle"
|
|
522
|
-
]
|
|
332
|
+
],
|
|
333
|
+
"syntax": "<line-style>",
|
|
334
|
+
"extended": []
|
|
523
335
|
}
|
|
524
336
|
],
|
|
525
337
|
[
|
|
@@ -527,7 +339,6 @@ module.exports = new Map([
|
|
|
527
339
|
{
|
|
528
340
|
"name": "border-bottom-width",
|
|
529
341
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-bottom-width",
|
|
530
|
-
"value": "<line-width>",
|
|
531
342
|
"initial": "medium",
|
|
532
343
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
533
344
|
"inherited": "no",
|
|
@@ -539,7 +350,9 @@ module.exports = new Map([
|
|
|
539
350
|
"styleDeclaration": [
|
|
540
351
|
"border-bottom-width",
|
|
541
352
|
"borderBottomWidth"
|
|
542
|
-
]
|
|
353
|
+
],
|
|
354
|
+
"syntax": "<line-width>",
|
|
355
|
+
"extended": []
|
|
543
356
|
}
|
|
544
357
|
],
|
|
545
358
|
[
|
|
@@ -547,7 +360,6 @@ module.exports = new Map([
|
|
|
547
360
|
{
|
|
548
361
|
"name": "border-collapse",
|
|
549
362
|
"href": "https://drafts.csswg.org/css-tables-3/#propdef-border-collapse",
|
|
550
|
-
"value": "separate | collapse",
|
|
551
363
|
"initial": "separate",
|
|
552
364
|
"appliesTo": "table grid boxes",
|
|
553
365
|
"inherited": "yes",
|
|
@@ -558,7 +370,9 @@ module.exports = new Map([
|
|
|
558
370
|
"styleDeclaration": [
|
|
559
371
|
"border-collapse",
|
|
560
372
|
"borderCollapse"
|
|
561
|
-
]
|
|
373
|
+
],
|
|
374
|
+
"syntax": "separate | collapse",
|
|
375
|
+
"extended": []
|
|
562
376
|
}
|
|
563
377
|
],
|
|
564
378
|
[
|
|
@@ -566,7 +380,6 @@ module.exports = new Map([
|
|
|
566
380
|
{
|
|
567
381
|
"name": "border-color",
|
|
568
382
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-color",
|
|
569
|
-
"value": "[ <color> | <image-1D> ]{1,4}",
|
|
570
383
|
"initial": "see individual properties",
|
|
571
384
|
"appliesTo": "see individual properties",
|
|
572
385
|
"inherited": "see individual properties",
|
|
@@ -577,7 +390,9 @@ module.exports = new Map([
|
|
|
577
390
|
"styleDeclaration": [
|
|
578
391
|
"border-color",
|
|
579
392
|
"borderColor"
|
|
580
|
-
]
|
|
393
|
+
],
|
|
394
|
+
"syntax": "[ <color> | <image-1D> ]{1,4}",
|
|
395
|
+
"extended": []
|
|
581
396
|
}
|
|
582
397
|
],
|
|
583
398
|
[
|
|
@@ -585,7 +400,6 @@ module.exports = new Map([
|
|
|
585
400
|
{
|
|
586
401
|
"name": "border-left",
|
|
587
402
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-left",
|
|
588
|
-
"value": "<line-width> || <line-style> || <color>",
|
|
589
403
|
"initial": "See individual properties",
|
|
590
404
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
591
405
|
"inherited": "no",
|
|
@@ -596,7 +410,9 @@ module.exports = new Map([
|
|
|
596
410
|
"styleDeclaration": [
|
|
597
411
|
"border-left",
|
|
598
412
|
"borderLeft"
|
|
599
|
-
]
|
|
413
|
+
],
|
|
414
|
+
"syntax": "<line-width> || <line-style> || <color>",
|
|
415
|
+
"extended": []
|
|
600
416
|
}
|
|
601
417
|
],
|
|
602
418
|
[
|
|
@@ -604,7 +420,6 @@ module.exports = new Map([
|
|
|
604
420
|
{
|
|
605
421
|
"name": "border-left-color",
|
|
606
422
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-left-color",
|
|
607
|
-
"value": "<color> | <image-1D>",
|
|
608
423
|
"initial": "currentcolor",
|
|
609
424
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
610
425
|
"inherited": "no",
|
|
@@ -616,7 +431,9 @@ module.exports = new Map([
|
|
|
616
431
|
"styleDeclaration": [
|
|
617
432
|
"border-left-color",
|
|
618
433
|
"borderLeftColor"
|
|
619
|
-
]
|
|
434
|
+
],
|
|
435
|
+
"syntax": "<color> | <image-1D>",
|
|
436
|
+
"extended": []
|
|
620
437
|
}
|
|
621
438
|
],
|
|
622
439
|
[
|
|
@@ -624,7 +441,6 @@ module.exports = new Map([
|
|
|
624
441
|
{
|
|
625
442
|
"name": "border-left-style",
|
|
626
443
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-left-style",
|
|
627
|
-
"value": "<line-style>",
|
|
628
444
|
"initial": "none",
|
|
629
445
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
630
446
|
"inherited": "no",
|
|
@@ -636,7 +452,9 @@ module.exports = new Map([
|
|
|
636
452
|
"styleDeclaration": [
|
|
637
453
|
"border-left-style",
|
|
638
454
|
"borderLeftStyle"
|
|
639
|
-
]
|
|
455
|
+
],
|
|
456
|
+
"syntax": "<line-style>",
|
|
457
|
+
"extended": []
|
|
640
458
|
}
|
|
641
459
|
],
|
|
642
460
|
[
|
|
@@ -644,7 +462,6 @@ module.exports = new Map([
|
|
|
644
462
|
{
|
|
645
463
|
"name": "border-left-width",
|
|
646
464
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-left-width",
|
|
647
|
-
"value": "<line-width>",
|
|
648
465
|
"initial": "medium",
|
|
649
466
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
650
467
|
"inherited": "no",
|
|
@@ -656,7 +473,9 @@ module.exports = new Map([
|
|
|
656
473
|
"styleDeclaration": [
|
|
657
474
|
"border-left-width",
|
|
658
475
|
"borderLeftWidth"
|
|
659
|
-
]
|
|
476
|
+
],
|
|
477
|
+
"syntax": "<line-width>",
|
|
478
|
+
"extended": []
|
|
660
479
|
}
|
|
661
480
|
],
|
|
662
481
|
[
|
|
@@ -664,7 +483,6 @@ module.exports = new Map([
|
|
|
664
483
|
{
|
|
665
484
|
"name": "border-right",
|
|
666
485
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-right",
|
|
667
|
-
"value": "<line-width> || <line-style> || <color>",
|
|
668
486
|
"initial": "See individual properties",
|
|
669
487
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
670
488
|
"inherited": "no",
|
|
@@ -675,7 +493,9 @@ module.exports = new Map([
|
|
|
675
493
|
"styleDeclaration": [
|
|
676
494
|
"border-right",
|
|
677
495
|
"borderRight"
|
|
678
|
-
]
|
|
496
|
+
],
|
|
497
|
+
"syntax": "<line-width> || <line-style> || <color>",
|
|
498
|
+
"extended": []
|
|
679
499
|
}
|
|
680
500
|
],
|
|
681
501
|
[
|
|
@@ -683,7 +503,6 @@ module.exports = new Map([
|
|
|
683
503
|
{
|
|
684
504
|
"name": "border-right-color",
|
|
685
505
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-right-color",
|
|
686
|
-
"value": "<color> | <image-1D>",
|
|
687
506
|
"initial": "currentcolor",
|
|
688
507
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
689
508
|
"inherited": "no",
|
|
@@ -695,7 +514,9 @@ module.exports = new Map([
|
|
|
695
514
|
"styleDeclaration": [
|
|
696
515
|
"border-right-color",
|
|
697
516
|
"borderRightColor"
|
|
698
|
-
]
|
|
517
|
+
],
|
|
518
|
+
"syntax": "<color> | <image-1D>",
|
|
519
|
+
"extended": []
|
|
699
520
|
}
|
|
700
521
|
],
|
|
701
522
|
[
|
|
@@ -703,7 +524,6 @@ module.exports = new Map([
|
|
|
703
524
|
{
|
|
704
525
|
"name": "border-right-style",
|
|
705
526
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-right-style",
|
|
706
|
-
"value": "<line-style>",
|
|
707
527
|
"initial": "none",
|
|
708
528
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
709
529
|
"inherited": "no",
|
|
@@ -715,7 +535,9 @@ module.exports = new Map([
|
|
|
715
535
|
"styleDeclaration": [
|
|
716
536
|
"border-right-style",
|
|
717
537
|
"borderRightStyle"
|
|
718
|
-
]
|
|
538
|
+
],
|
|
539
|
+
"syntax": "<line-style>",
|
|
540
|
+
"extended": []
|
|
719
541
|
}
|
|
720
542
|
],
|
|
721
543
|
[
|
|
@@ -723,7 +545,6 @@ module.exports = new Map([
|
|
|
723
545
|
{
|
|
724
546
|
"name": "border-right-width",
|
|
725
547
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-right-width",
|
|
726
|
-
"value": "<line-width>",
|
|
727
548
|
"initial": "medium",
|
|
728
549
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
729
550
|
"inherited": "no",
|
|
@@ -735,7 +556,9 @@ module.exports = new Map([
|
|
|
735
556
|
"styleDeclaration": [
|
|
736
557
|
"border-right-width",
|
|
737
558
|
"borderRightWidth"
|
|
738
|
-
]
|
|
559
|
+
],
|
|
560
|
+
"syntax": "<line-width>",
|
|
561
|
+
"extended": []
|
|
739
562
|
}
|
|
740
563
|
],
|
|
741
564
|
[
|
|
@@ -743,7 +566,6 @@ module.exports = new Map([
|
|
|
743
566
|
{
|
|
744
567
|
"name": "border-spacing",
|
|
745
568
|
"href": "https://drafts.csswg.org/css-tables-3/#propdef-border-spacing",
|
|
746
|
-
"value": "<length>{1,2}",
|
|
747
569
|
"initial": "0px 0px",
|
|
748
570
|
"appliesTo": "table grid boxes when border-collapse is separate",
|
|
749
571
|
"inherited": "yes",
|
|
@@ -754,26 +576,29 @@ module.exports = new Map([
|
|
|
754
576
|
"styleDeclaration": [
|
|
755
577
|
"border-spacing",
|
|
756
578
|
"borderSpacing"
|
|
757
|
-
]
|
|
579
|
+
],
|
|
580
|
+
"syntax": "<length>{1,2}",
|
|
581
|
+
"extended": []
|
|
758
582
|
}
|
|
759
583
|
],
|
|
760
584
|
[
|
|
761
585
|
"border-style",
|
|
762
586
|
{
|
|
763
587
|
"name": "border-style",
|
|
764
|
-
"href": "https://drafts.csswg.org/css-
|
|
765
|
-
"value": "<line-style>{1,4}",
|
|
588
|
+
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-style",
|
|
766
589
|
"initial": "see individual properties",
|
|
767
|
-
"appliesTo": "
|
|
768
|
-
"inherited": "
|
|
769
|
-
"percentages": "
|
|
590
|
+
"appliesTo": "see individual properties",
|
|
591
|
+
"inherited": "see individual properties",
|
|
592
|
+
"percentages": "see individual properties",
|
|
770
593
|
"computedValue": "see individual properties",
|
|
771
|
-
"canonicalOrder": "per grammar",
|
|
772
594
|
"animationType": "see individual properties",
|
|
595
|
+
"canonicalOrder": "per grammar",
|
|
773
596
|
"styleDeclaration": [
|
|
774
597
|
"border-style",
|
|
775
598
|
"borderStyle"
|
|
776
|
-
]
|
|
599
|
+
],
|
|
600
|
+
"syntax": "<'border-top-style'>{1,4}",
|
|
601
|
+
"extended": []
|
|
777
602
|
}
|
|
778
603
|
],
|
|
779
604
|
[
|
|
@@ -781,7 +606,6 @@ module.exports = new Map([
|
|
|
781
606
|
{
|
|
782
607
|
"name": "border-top",
|
|
783
608
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-top",
|
|
784
|
-
"value": "<line-width> || <line-style> || <color>",
|
|
785
609
|
"initial": "See individual properties",
|
|
786
610
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
787
611
|
"inherited": "no",
|
|
@@ -792,7 +616,9 @@ module.exports = new Map([
|
|
|
792
616
|
"styleDeclaration": [
|
|
793
617
|
"border-top",
|
|
794
618
|
"borderTop"
|
|
795
|
-
]
|
|
619
|
+
],
|
|
620
|
+
"syntax": "<line-width> || <line-style> || <color>",
|
|
621
|
+
"extended": []
|
|
796
622
|
}
|
|
797
623
|
],
|
|
798
624
|
[
|
|
@@ -800,7 +626,6 @@ module.exports = new Map([
|
|
|
800
626
|
{
|
|
801
627
|
"name": "border-top-color",
|
|
802
628
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-top-color",
|
|
803
|
-
"value": "<color> | <image-1D>",
|
|
804
629
|
"initial": "currentcolor",
|
|
805
630
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
806
631
|
"inherited": "no",
|
|
@@ -812,7 +637,9 @@ module.exports = new Map([
|
|
|
812
637
|
"styleDeclaration": [
|
|
813
638
|
"border-top-color",
|
|
814
639
|
"borderTopColor"
|
|
815
|
-
]
|
|
640
|
+
],
|
|
641
|
+
"syntax": "<color> | <image-1D>",
|
|
642
|
+
"extended": []
|
|
816
643
|
}
|
|
817
644
|
],
|
|
818
645
|
[
|
|
@@ -820,7 +647,6 @@ module.exports = new Map([
|
|
|
820
647
|
{
|
|
821
648
|
"name": "border-top-style",
|
|
822
649
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-top-style",
|
|
823
|
-
"value": "<line-style>",
|
|
824
650
|
"initial": "none",
|
|
825
651
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
826
652
|
"inherited": "no",
|
|
@@ -832,7 +658,9 @@ module.exports = new Map([
|
|
|
832
658
|
"styleDeclaration": [
|
|
833
659
|
"border-top-style",
|
|
834
660
|
"borderTopStyle"
|
|
835
|
-
]
|
|
661
|
+
],
|
|
662
|
+
"syntax": "<line-style>",
|
|
663
|
+
"extended": []
|
|
836
664
|
}
|
|
837
665
|
],
|
|
838
666
|
[
|
|
@@ -840,7 +668,6 @@ module.exports = new Map([
|
|
|
840
668
|
{
|
|
841
669
|
"name": "border-top-width",
|
|
842
670
|
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-top-width",
|
|
843
|
-
"value": "<line-width>",
|
|
844
671
|
"initial": "medium",
|
|
845
672
|
"appliesTo": "all elements except ruby base containers and ruby annotation containers",
|
|
846
673
|
"inherited": "no",
|
|
@@ -852,26 +679,29 @@ module.exports = new Map([
|
|
|
852
679
|
"styleDeclaration": [
|
|
853
680
|
"border-top-width",
|
|
854
681
|
"borderTopWidth"
|
|
855
|
-
]
|
|
682
|
+
],
|
|
683
|
+
"syntax": "<line-width>",
|
|
684
|
+
"extended": []
|
|
856
685
|
}
|
|
857
686
|
],
|
|
858
687
|
[
|
|
859
688
|
"border-width",
|
|
860
689
|
{
|
|
861
690
|
"name": "border-width",
|
|
862
|
-
"href": "https://drafts.csswg.org/css-
|
|
863
|
-
"value": "<line-width>{1,4}",
|
|
691
|
+
"href": "https://drafts.csswg.org/css-borders-4/#propdef-border-width",
|
|
864
692
|
"initial": "see individual properties",
|
|
865
|
-
"appliesTo": "
|
|
866
|
-
"inherited": "
|
|
693
|
+
"appliesTo": "see individual properties",
|
|
694
|
+
"inherited": "see individual properties",
|
|
867
695
|
"percentages": "see individual properties",
|
|
868
696
|
"computedValue": "see individual properties",
|
|
869
|
-
"canonicalOrder": "per grammar",
|
|
870
697
|
"animationType": "see individual properties",
|
|
698
|
+
"canonicalOrder": "per grammar",
|
|
871
699
|
"styleDeclaration": [
|
|
872
700
|
"border-width",
|
|
873
701
|
"borderWidth"
|
|
874
|
-
]
|
|
702
|
+
],
|
|
703
|
+
"syntax": "<'border-top-width'>{1,4}",
|
|
704
|
+
"extended": []
|
|
875
705
|
}
|
|
876
706
|
],
|
|
877
707
|
[
|
|
@@ -879,7 +709,6 @@ module.exports = new Map([
|
|
|
879
709
|
{
|
|
880
710
|
"name": "bottom",
|
|
881
711
|
"href": "https://drafts.csswg.org/css-position-3/#propdef-bottom",
|
|
882
|
-
"value": "auto | <length-percentage>",
|
|
883
712
|
"initial": "auto",
|
|
884
713
|
"appliesTo": "positioned elements",
|
|
885
714
|
"inherited": "no",
|
|
@@ -888,31 +717,12 @@ module.exports = new Map([
|
|
|
888
717
|
"canonicalOrder": "per grammar",
|
|
889
718
|
"animationType": "by computed value type",
|
|
890
719
|
"logicalPropertyGroup": "inset",
|
|
891
|
-
"values": [
|
|
892
|
-
{
|
|
893
|
-
"name": "<length>",
|
|
894
|
-
"prose": "The inset is a fixed distance from the reference edge. Negative values are allowed.",
|
|
895
|
-
"href": "https://drafts.csswg.org/css-position-3/#valdef-top-length",
|
|
896
|
-
"type": "value",
|
|
897
|
-
"value": "<length>"
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"name": "<percentage>",
|
|
901
|
-
"prose": "The inset is a percentage relative to the containing block’s size in the corresponding axis (e.g. width for left or right, height for top and bottom). For sticky positioned boxes, the inset is instead relative to the relevant scrollport’s size. Negative values are allowed.",
|
|
902
|
-
"href": "https://drafts.csswg.org/css-position-3/#valdef-top-percentage",
|
|
903
|
-
"type": "value",
|
|
904
|
-
"value": "<percentage>"
|
|
905
|
-
},
|
|
906
|
-
{
|
|
907
|
-
"name": "auto",
|
|
908
|
-
"prose": "Represents an unconstrained inset; the exact meaning depends on the positioning scheme.",
|
|
909
|
-
"href": "https://drafts.csswg.org/css-position-3/#valdef-top-auto",
|
|
910
|
-
"type": "value",
|
|
911
|
-
"value": "auto"
|
|
912
|
-
}
|
|
913
|
-
],
|
|
914
720
|
"styleDeclaration": [
|
|
915
721
|
"bottom"
|
|
722
|
+
],
|
|
723
|
+
"syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
|
|
724
|
+
"extended": [
|
|
725
|
+
"https://drafts.csswg.org/css-anchor-position-1/"
|
|
916
726
|
]
|
|
917
727
|
}
|
|
918
728
|
],
|
|
@@ -921,7 +731,6 @@ module.exports = new Map([
|
|
|
921
731
|
{
|
|
922
732
|
"name": "clear",
|
|
923
733
|
"href": "https://drafts.csswg.org/css-page-floats-3/#propdef-clear",
|
|
924
|
-
"value": "inline-start | inline-end | block-start | block-end | left | right | top | bottom | both-inline | both-block | both | none",
|
|
925
734
|
"initial": "none",
|
|
926
735
|
"appliesTo": "block-level elements, floats, regions, pages",
|
|
927
736
|
"inherited": "no",
|
|
@@ -929,95 +738,11 @@ module.exports = new Map([
|
|
|
929
738
|
"computedValue": "specified keyword",
|
|
930
739
|
"canonicalOrder": "per grammar",
|
|
931
740
|
"animationType": "discrete",
|
|
932
|
-
"values": [
|
|
933
|
-
{
|
|
934
|
-
"name": "inline-start",
|
|
935
|
-
"prose": "If applied to an inline float, requires that the block-start outer edge of the box comes after the block-end outer edge of any inline-start-floats with an inline-start-float-reference that resulted from elements earlier in the source document. If applied to a page float, the float reference in which the page float is placed will be seen as full when determining whether it can host subsequent page floats that float in the inline-start direction.",
|
|
936
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-clear-inline-start",
|
|
937
|
-
"type": "value",
|
|
938
|
-
"value": "inline-start"
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"name": "inline-end",
|
|
942
|
-
"prose": "If applied to a block-level element or an inline float, requires that the block-start outer edge of the box comes after the block-end outer edge of any inline-end-floats with an inline-end-float-reference that resulted from elements earlier in the source document. If applied to a page float, the float reference in which the page float is placed will be seen as full when determining whether it can host subsequent page floats that float in the inline-end direction.",
|
|
943
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-clear-inline-end",
|
|
944
|
-
"type": "value",
|
|
945
|
-
"value": "inline-end"
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"name": "block-start",
|
|
949
|
-
"prose": "If applied to a block-level element or an inline float, behaves like inline-start. If applied to a page float, the float reference in which the page float is placed will be seen as full when determining whether it can host subsequent page floats that float in the block-start direction.",
|
|
950
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-clear-block-start",
|
|
951
|
-
"type": "value",
|
|
952
|
-
"value": "block-start"
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"name": "block-end",
|
|
956
|
-
"prose": "If applied to a block-level element or an inline float, behaves like inline-end. If applied to a page float, the float reference in which the page float is placed will be seen as full when determining whether it can host subsequent page floats that float in the block-end direction.",
|
|
957
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-clear-block-end",
|
|
958
|
-
"type": "value",
|
|
959
|
-
"value": "block-end"
|
|
960
|
-
},
|
|
961
|
-
{
|
|
962
|
-
"name": "left",
|
|
963
|
-
"prose": "Behave like block-end, inline-start or inline-end depending on the float containing block’s direction and writing-mode.",
|
|
964
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-clear-left",
|
|
965
|
-
"type": "value",
|
|
966
|
-
"value": "left"
|
|
967
|
-
},
|
|
968
|
-
{
|
|
969
|
-
"name": "right",
|
|
970
|
-
"prose": "Behave like block-start, inline-start or inline-end depending on the float containing block’s direction and writing-mode.",
|
|
971
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-clear-right",
|
|
972
|
-
"type": "value",
|
|
973
|
-
"value": "right"
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
"name": "top",
|
|
977
|
-
"prose": "Behave like block-start or inline-start depending on the float containing block’s direction and writing-mode.",
|
|
978
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-clear-top",
|
|
979
|
-
"type": "value",
|
|
980
|
-
"value": "top"
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
"name": "bottom",
|
|
984
|
-
"prose": "Behave like block-end or inline-end depending on the float containing block’s direction and writing-mode.",
|
|
985
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-clear-bottom",
|
|
986
|
-
"type": "value",
|
|
987
|
-
"value": "bottom"
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"name": "both-inline",
|
|
991
|
-
"prose": "Behave like inline-start and inline-end.",
|
|
992
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-clear-both-inline",
|
|
993
|
-
"type": "value",
|
|
994
|
-
"value": "both-inline"
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"name": "both-block",
|
|
998
|
-
"prose": "Behave like block-start and block-end.",
|
|
999
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-clear-both-block",
|
|
1000
|
-
"type": "value",
|
|
1001
|
-
"value": "both-block"
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
"name": "both",
|
|
1005
|
-
"prose": "Behave like both-inline.",
|
|
1006
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-clear-both",
|
|
1007
|
-
"type": "value",
|
|
1008
|
-
"value": "both"
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"name": "all",
|
|
1012
|
-
"prose": "Behave like both-block and both-inline.",
|
|
1013
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-clear-all",
|
|
1014
|
-
"type": "value",
|
|
1015
|
-
"value": "all"
|
|
1016
|
-
}
|
|
1017
|
-
],
|
|
1018
741
|
"styleDeclaration": [
|
|
1019
742
|
"clear"
|
|
1020
|
-
]
|
|
743
|
+
],
|
|
744
|
+
"syntax": "inline-start | inline-end | block-start | block-end | left | right | top | bottom | both-inline | both-block | both | none",
|
|
745
|
+
"extended": []
|
|
1021
746
|
}
|
|
1022
747
|
],
|
|
1023
748
|
[
|
|
@@ -1025,7 +750,6 @@ module.exports = new Map([
|
|
|
1025
750
|
{
|
|
1026
751
|
"name": "clip",
|
|
1027
752
|
"href": "https://drafts.fxtf.org/css-masking-1/#propdef-clip",
|
|
1028
|
-
"value": "<rect()> | auto",
|
|
1029
753
|
"initial": "auto",
|
|
1030
754
|
"appliesTo": "Absolutely positioned elements. In SVG, it applies to elements which establish a new viewport, pattern elements and mask elements.",
|
|
1031
755
|
"inherited": "no",
|
|
@@ -1034,41 +758,11 @@ module.exports = new Map([
|
|
|
1034
758
|
"canonicalOrder": "per grammar",
|
|
1035
759
|
"animationType": "by computed value",
|
|
1036
760
|
"media": "visual",
|
|
1037
|
-
"values": [
|
|
1038
|
-
{
|
|
1039
|
-
"name": "rect()",
|
|
1040
|
-
"value": "rect( <top>, <right>, <bottom>, <left> )",
|
|
1041
|
-
"href": "https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",
|
|
1042
|
-
"type": "function"
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"name": "<top>",
|
|
1046
|
-
"prose": "<top>, <right>, <bottom>, and <left> may either have a <length> value or auto. Negative lengths are permitted. The value auto means that a given edge of the clipping region will be the same as the edge of the element’s generated border box (i.e., auto means the same as 0 for <top> and <left>, the same as the used value of the height plus the sum of vertical padding and border widths for <bottom>, and the same as the used value of the width plus the sum of the horizontal padding and border widths for <right>, such that four auto values result in the clipping region being the same as the element’s border box).",
|
|
1047
|
-
"href": "https://drafts.fxtf.org/css-masking-1/#typedef-clip-top",
|
|
1048
|
-
"type": "type"
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"name": "<right>",
|
|
1052
|
-
"prose": "<top>, <right>, <bottom>, and <left> may either have a <length> value or auto. Negative lengths are permitted. The value auto means that a given edge of the clipping region will be the same as the edge of the element’s generated border box (i.e., auto means the same as 0 for <top> and <left>, the same as the used value of the height plus the sum of vertical padding and border widths for <bottom>, and the same as the used value of the width plus the sum of the horizontal padding and border widths for <right>, such that four auto values result in the clipping region being the same as the element’s border box).",
|
|
1053
|
-
"href": "https://drafts.fxtf.org/css-masking-1/#typedef-clip-right",
|
|
1054
|
-
"type": "type"
|
|
1055
|
-
},
|
|
1056
|
-
{
|
|
1057
|
-
"name": "<bottom>",
|
|
1058
|
-
"prose": "<top>, <right>, <bottom>, and <left> may either have a <length> value or auto. Negative lengths are permitted. The value auto means that a given edge of the clipping region will be the same as the edge of the element’s generated border box (i.e., auto means the same as 0 for <top> and <left>, the same as the used value of the height plus the sum of vertical padding and border widths for <bottom>, and the same as the used value of the width plus the sum of the horizontal padding and border widths for <right>, such that four auto values result in the clipping region being the same as the element’s border box).",
|
|
1059
|
-
"href": "https://drafts.fxtf.org/css-masking-1/#typedef-clip-bottom",
|
|
1060
|
-
"type": "type"
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"name": "<left>",
|
|
1064
|
-
"prose": "<top>, <right>, <bottom>, and <left> may either have a <length> value or auto. Negative lengths are permitted. The value auto means that a given edge of the clipping region will be the same as the edge of the element’s generated border box (i.e., auto means the same as 0 for <top> and <left>, the same as the used value of the height plus the sum of vertical padding and border widths for <bottom>, and the same as the used value of the width plus the sum of the horizontal padding and border widths for <right>, such that four auto values result in the clipping region being the same as the element’s border box).",
|
|
1065
|
-
"href": "https://drafts.fxtf.org/css-masking-1/#typedef-clip-left",
|
|
1066
|
-
"type": "type"
|
|
1067
|
-
}
|
|
1068
|
-
],
|
|
1069
761
|
"styleDeclaration": [
|
|
1070
762
|
"clip"
|
|
1071
|
-
]
|
|
763
|
+
],
|
|
764
|
+
"syntax": "<rect()> | auto",
|
|
765
|
+
"extended": []
|
|
1072
766
|
}
|
|
1073
767
|
],
|
|
1074
768
|
[
|
|
@@ -1076,7 +770,6 @@ module.exports = new Map([
|
|
|
1076
770
|
{
|
|
1077
771
|
"name": "color",
|
|
1078
772
|
"href": "https://drafts.csswg.org/css-color-4/#propdef-color",
|
|
1079
|
-
"value": "<color>",
|
|
1080
773
|
"initial": "CanvasText",
|
|
1081
774
|
"appliesTo": "all elements and text",
|
|
1082
775
|
"inherited": "yes",
|
|
@@ -1086,16 +779,29 @@ module.exports = new Map([
|
|
|
1086
779
|
"animationType": "by computed value type",
|
|
1087
780
|
"styleDeclaration": [
|
|
1088
781
|
"color"
|
|
1089
|
-
]
|
|
782
|
+
],
|
|
783
|
+
"syntax": "<color>",
|
|
784
|
+
"extended": []
|
|
1090
785
|
}
|
|
1091
786
|
],
|
|
1092
787
|
[
|
|
1093
788
|
"display",
|
|
1094
789
|
{
|
|
1095
790
|
"name": "display",
|
|
1096
|
-
"
|
|
791
|
+
"href": "https://drafts.csswg.org/css-display-4/#propdef-display",
|
|
792
|
+
"initial": "inline",
|
|
793
|
+
"appliesTo": "all elements",
|
|
794
|
+
"inherited": "no",
|
|
795
|
+
"percentages": "n/a",
|
|
796
|
+
"computedValue": "a pair of keywords representing the inner and outer display types plus optional list-item flag, or a <display-internal> or <display-box> keyword; see prose in a variety of specs for computation rules",
|
|
797
|
+
"canonicalOrder": "per grammar",
|
|
798
|
+
"animationType": "see § 2.9 Animating and Interpolating display",
|
|
1097
799
|
"styleDeclaration": [
|
|
1098
800
|
"display"
|
|
801
|
+
],
|
|
802
|
+
"syntax": "[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy> | <display-outside> || [ <display-inside> | math ]",
|
|
803
|
+
"extended": [
|
|
804
|
+
"https://w3c.github.io/mathml-core/"
|
|
1099
805
|
]
|
|
1100
806
|
}
|
|
1101
807
|
],
|
|
@@ -1104,7 +810,6 @@ module.exports = new Map([
|
|
|
1104
810
|
{
|
|
1105
811
|
"name": "flex",
|
|
1106
812
|
"href": "https://drafts.csswg.org/css-flexbox-1/#propdef-flex",
|
|
1107
|
-
"value": "none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]",
|
|
1108
813
|
"initial": "0 1 auto",
|
|
1109
814
|
"appliesTo": "flex items",
|
|
1110
815
|
"inherited": "no",
|
|
@@ -1112,39 +817,11 @@ module.exports = new Map([
|
|
|
1112
817
|
"computedValue": "see individual properties",
|
|
1113
818
|
"animationType": "by computed value type",
|
|
1114
819
|
"canonicalOrder": "per grammar",
|
|
1115
|
-
"values": [
|
|
1116
|
-
{
|
|
1117
|
-
"name": "<'flex-grow'>",
|
|
1118
|
-
"prose": "This <number [0,∞]> component sets flex-grow longhand and specifies the flex grow factor, which determines how much the flex item will grow relative to the rest of the flex items in the flex container when positive free space is distributed. When omitted, it is set to 1.",
|
|
1119
|
-
"href": "https://drafts.csswg.org/css-flexbox-1/#valdef-flex-flex-grow",
|
|
1120
|
-
"type": "value",
|
|
1121
|
-
"value": "<'flex-grow'>"
|
|
1122
|
-
},
|
|
1123
|
-
{
|
|
1124
|
-
"name": "<'flex-shrink'>",
|
|
1125
|
-
"prose": "This <number [0,∞]> component sets flex-shrink longhand and specifies the flex shrink factor, which determines how much the flex item will shrink relative to the rest of the flex items in the flex container when negative free space is distributed. When omitted, it is set to 1.",
|
|
1126
|
-
"href": "https://drafts.csswg.org/css-flexbox-1/#valdef-flex-flex-shrink",
|
|
1127
|
-
"type": "value",
|
|
1128
|
-
"value": "<'flex-shrink'>"
|
|
1129
|
-
},
|
|
1130
|
-
{
|
|
1131
|
-
"name": "<'flex-basis'>",
|
|
1132
|
-
"prose": "This component sets the flex-basis longhand, which specifies the flex basis: the initial main size of the flex item, before free space is distributed according to the flex factors. <'flex-basis'> accepts the same values as the width and height properties (except that auto is treated differently) plus the content keyword: When omitted from the flex shorthand, its specified value is 0.",
|
|
1133
|
-
"href": "https://drafts.csswg.org/css-flexbox-1/#valdef-flex-flex-basis",
|
|
1134
|
-
"type": "value",
|
|
1135
|
-
"value": "<'flex-basis'>"
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"name": "none",
|
|
1139
|
-
"prose": "The keyword none expands to 0 0 auto.",
|
|
1140
|
-
"href": "https://drafts.csswg.org/css-flexbox-1/#valdef-flex-none",
|
|
1141
|
-
"type": "value",
|
|
1142
|
-
"value": "none"
|
|
1143
|
-
}
|
|
1144
|
-
],
|
|
1145
820
|
"styleDeclaration": [
|
|
1146
821
|
"flex"
|
|
1147
|
-
]
|
|
822
|
+
],
|
|
823
|
+
"syntax": "none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]",
|
|
824
|
+
"extended": []
|
|
1148
825
|
}
|
|
1149
826
|
],
|
|
1150
827
|
[
|
|
@@ -1152,7 +829,6 @@ module.exports = new Map([
|
|
|
1152
829
|
{
|
|
1153
830
|
"name": "flex-basis",
|
|
1154
831
|
"href": "https://drafts.csswg.org/css-flexbox-1/#propdef-flex-basis",
|
|
1155
|
-
"value": "content | <'width'>",
|
|
1156
832
|
"initial": "auto",
|
|
1157
833
|
"appliesTo": "flex items",
|
|
1158
834
|
"inherited": "no",
|
|
@@ -1160,26 +836,12 @@ module.exports = new Map([
|
|
|
1160
836
|
"computedValue": "specified keyword or a computed <length-percentage> value",
|
|
1161
837
|
"canonicalOrder": "per grammar",
|
|
1162
838
|
"animationType": "by computed value type",
|
|
1163
|
-
"values": [
|
|
1164
|
-
{
|
|
1165
|
-
"name": "auto",
|
|
1166
|
-
"prose": "When specified on a flex item, the auto keyword retrieves the value of the main size property as the used flex-basis. If that value is itself auto, then the used value is content.",
|
|
1167
|
-
"href": "https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-auto",
|
|
1168
|
-
"type": "value",
|
|
1169
|
-
"value": "auto"
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"name": "content",
|
|
1173
|
-
"prose": "Indicates an automatic size based on the flex item’s content. (This is typically equivalent to the max-content size, but with adjustments to handle preferred aspect ratios, intrinsic sizing constraints, and orthogonal flows; see details in § 9 Flex Layout Algorithm.)",
|
|
1174
|
-
"href": "https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content",
|
|
1175
|
-
"type": "value",
|
|
1176
|
-
"value": "content"
|
|
1177
|
-
}
|
|
1178
|
-
],
|
|
1179
839
|
"styleDeclaration": [
|
|
1180
840
|
"flex-basis",
|
|
1181
841
|
"flexBasis"
|
|
1182
|
-
]
|
|
842
|
+
],
|
|
843
|
+
"syntax": "content | <'width'>",
|
|
844
|
+
"extended": []
|
|
1183
845
|
}
|
|
1184
846
|
],
|
|
1185
847
|
[
|
|
@@ -1187,7 +849,6 @@ module.exports = new Map([
|
|
|
1187
849
|
{
|
|
1188
850
|
"name": "flex-grow",
|
|
1189
851
|
"href": "https://drafts.csswg.org/css-flexbox-1/#propdef-flex-grow",
|
|
1190
|
-
"value": "<number [0,∞]>",
|
|
1191
852
|
"initial": "0",
|
|
1192
853
|
"appliesTo": "flex items",
|
|
1193
854
|
"inherited": "no",
|
|
@@ -1195,19 +856,12 @@ module.exports = new Map([
|
|
|
1195
856
|
"computedValue": "specified number",
|
|
1196
857
|
"canonicalOrder": "per grammar",
|
|
1197
858
|
"animationType": "by computed value type",
|
|
1198
|
-
"values": [
|
|
1199
|
-
{
|
|
1200
|
-
"name": "<number>",
|
|
1201
|
-
"prose": "The flex-grow property sets the flex grow factor to the provided <number>. Negative values are not allowed.",
|
|
1202
|
-
"href": "https://drafts.csswg.org/css-flexbox-1/#valdef-flex-grow-number",
|
|
1203
|
-
"type": "value",
|
|
1204
|
-
"value": "<number>"
|
|
1205
|
-
}
|
|
1206
|
-
],
|
|
1207
859
|
"styleDeclaration": [
|
|
1208
860
|
"flex-grow",
|
|
1209
861
|
"flexGrow"
|
|
1210
|
-
]
|
|
862
|
+
],
|
|
863
|
+
"syntax": "<number [0,∞]>",
|
|
864
|
+
"extended": []
|
|
1211
865
|
}
|
|
1212
866
|
],
|
|
1213
867
|
[
|
|
@@ -1215,7 +869,6 @@ module.exports = new Map([
|
|
|
1215
869
|
{
|
|
1216
870
|
"name": "flex-shrink",
|
|
1217
871
|
"href": "https://drafts.csswg.org/css-flexbox-1/#propdef-flex-shrink",
|
|
1218
|
-
"value": "<number [0,∞]>",
|
|
1219
872
|
"initial": "1",
|
|
1220
873
|
"appliesTo": "flex items",
|
|
1221
874
|
"inherited": "no",
|
|
@@ -1223,19 +876,12 @@ module.exports = new Map([
|
|
|
1223
876
|
"computedValue": "specified value",
|
|
1224
877
|
"canonicalOrder": "per grammar",
|
|
1225
878
|
"animationType": "number",
|
|
1226
|
-
"values": [
|
|
1227
|
-
{
|
|
1228
|
-
"name": "<number>",
|
|
1229
|
-
"prose": "The flex-shrink property sets the flex shrink factor to the provided <number>. Negative values are not allowed.",
|
|
1230
|
-
"href": "https://drafts.csswg.org/css-flexbox-1/#valdef-flex-shrink-number",
|
|
1231
|
-
"type": "value",
|
|
1232
|
-
"value": "<number>"
|
|
1233
|
-
}
|
|
1234
|
-
],
|
|
1235
879
|
"styleDeclaration": [
|
|
1236
880
|
"flex-shrink",
|
|
1237
881
|
"flexShrink"
|
|
1238
|
-
]
|
|
882
|
+
],
|
|
883
|
+
"syntax": "<number [0,∞]>",
|
|
884
|
+
"extended": []
|
|
1239
885
|
}
|
|
1240
886
|
],
|
|
1241
887
|
[
|
|
@@ -1243,7 +889,6 @@ module.exports = new Map([
|
|
|
1243
889
|
{
|
|
1244
890
|
"name": "float",
|
|
1245
891
|
"href": "https://drafts.csswg.org/css-page-floats-3/#propdef-float",
|
|
1246
|
-
"value": "block-start | block-end | inline-start | inline-end | snap-block | <snap-block()> | snap-inline | <snap-inline()> | left | right | top | bottom | none",
|
|
1247
892
|
"initial": "none",
|
|
1248
893
|
"appliesTo": "all elements.",
|
|
1249
894
|
"inherited": "no",
|
|
@@ -1251,99 +896,12 @@ module.exports = new Map([
|
|
|
1251
896
|
"computedValue": "as specified",
|
|
1252
897
|
"canonicalOrder": "per grammar",
|
|
1253
898
|
"animationType": "by computed value type",
|
|
1254
|
-
"values": [
|
|
1255
|
-
{
|
|
1256
|
-
"name": "inline-start",
|
|
1257
|
-
"prose": "If the float reference is a line box, the element generates a box that is floated to the line-start outer edge of the float reference and content flows on the line-end side of the box. If the float reference is not a line box, the element generates a box that is floated to the line-start and block-start outer edges of the float reference.",
|
|
1258
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-float-inline-start",
|
|
1259
|
-
"type": "value",
|
|
1260
|
-
"value": "inline-start"
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
"name": "inline-end",
|
|
1264
|
-
"prose": "If the float reference is a line box, the element generates a box that is floated to the line-ebd outer edge of the float reference and content flows on the line-start side of the box. If the float reference is not a line box, the element generates a box that is floated to the line-end and block-end outer edges of the float reference.",
|
|
1265
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-float-inline-end",
|
|
1266
|
-
"type": "value",
|
|
1267
|
-
"value": "inline-end"
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"name": "block-start",
|
|
1271
|
-
"prose": "If the float reference is a line box, block-start behaves like inline-start. If the float reference is not a line box, the element generates a box that is floated to the block-start and line-start outer edges of the float reference. The initial value of the max-width or max-height property that refers to the inline size of the float is '100%'. Content flows on the block-end side of the box.",
|
|
1272
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-float-block-start",
|
|
1273
|
-
"type": "value",
|
|
1274
|
-
"value": "block-start"
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
"name": "block-end",
|
|
1278
|
-
"prose": "If the float reference is a line box, block-end behaves like inline-end. If the float reference is not a line box, the element generates a box that is floated to the block-end and line-end outer edges of the float reference. The initial value of the max-width or max-height property that refers to the inline size of the float is '100%'. Content flows on the block-start side of the box.",
|
|
1279
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-float-block-end",
|
|
1280
|
-
"type": "value",
|
|
1281
|
-
"value": "block-end"
|
|
1282
|
-
},
|
|
1283
|
-
{
|
|
1284
|
-
"name": "left",
|
|
1285
|
-
"prose": "If the float reference is a line box, behaves like inline-start or inline-end, whichever corresponds to line-left for the float reference. Otherwise, behaves like block-end, inline-start or inline-end depending on the float containing block’s direction and writing-mode.",
|
|
1286
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-float-left",
|
|
1287
|
-
"type": "value",
|
|
1288
|
-
"value": "left"
|
|
1289
|
-
},
|
|
1290
|
-
{
|
|
1291
|
-
"name": "right",
|
|
1292
|
-
"prose": "If the float reference is a line box, behaves like inline-start or inline-end, whichever corresponds to line-right for the float reference. Otherwise, behaves like block-start, inline-start or inline-end depending on the float containing block’s direction and writing-mode.",
|
|
1293
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-float-right",
|
|
1294
|
-
"type": "value",
|
|
1295
|
-
"value": "right"
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"name": "top",
|
|
1299
|
-
"prose": "Behave like block-start or inline-start depending on the float containing block’s direction and writing-mode.",
|
|
1300
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-float-top",
|
|
1301
|
-
"type": "value",
|
|
1302
|
-
"value": "top"
|
|
1303
|
-
},
|
|
1304
|
-
{
|
|
1305
|
-
"name": "bottom",
|
|
1306
|
-
"prose": "Behave like block-end or inline-end depending on the float containing block’s direction and writing-mode.",
|
|
1307
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-float-bottom",
|
|
1308
|
-
"type": "value",
|
|
1309
|
-
"value": "bottom"
|
|
1310
|
-
},
|
|
1311
|
-
{
|
|
1312
|
-
"name": "snap-block()",
|
|
1313
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#funcdef-float-snap-block",
|
|
1314
|
-
"type": "function",
|
|
1315
|
-
"value": "snap-block( <length> , [ start | end | near ]? )"
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
"name": "snap-block",
|
|
1319
|
-
"prose": "Behaves as snap-block(2em, near)",
|
|
1320
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-float-snap-block",
|
|
1321
|
-
"type": "value",
|
|
1322
|
-
"value": "snap-block"
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"name": "snap-inline()",
|
|
1326
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#funcdef-float-snap-inline",
|
|
1327
|
-
"type": "function",
|
|
1328
|
-
"value": "snap-inline( <length> , [ left | right | near ]? )"
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"name": "snap-inline",
|
|
1332
|
-
"prose": "same as snap-inline(2em, near)",
|
|
1333
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-float-snap-inline",
|
|
1334
|
-
"type": "value",
|
|
1335
|
-
"value": "snap-inline"
|
|
1336
|
-
},
|
|
1337
|
-
{
|
|
1338
|
-
"name": "none",
|
|
1339
|
-
"prose": "The box is not floated.",
|
|
1340
|
-
"href": "https://drafts.csswg.org/css-page-floats-3/#valdef-float-none",
|
|
1341
|
-
"type": "value",
|
|
1342
|
-
"value": "none"
|
|
1343
|
-
}
|
|
1344
|
-
],
|
|
1345
899
|
"styleDeclaration": [
|
|
1346
900
|
"float"
|
|
901
|
+
],
|
|
902
|
+
"syntax": "block-start | block-end | inline-start | inline-end | snap-block | <snap-block()> | snap-inline | <snap-inline()> | left | right | top | bottom | none | footnote",
|
|
903
|
+
"extended": [
|
|
904
|
+
"https://drafts.csswg.org/css-gcpm-3/"
|
|
1347
905
|
]
|
|
1348
906
|
}
|
|
1349
907
|
],
|
|
@@ -1352,7 +910,6 @@ module.exports = new Map([
|
|
|
1352
910
|
{
|
|
1353
911
|
"name": "flood-color",
|
|
1354
912
|
"href": "https://drafts.fxtf.org/filter-effects-1/#propdef-flood-color",
|
|
1355
|
-
"value": "<color>",
|
|
1356
913
|
"initial": "black",
|
|
1357
914
|
"appliesTo": "feFlood and feDropShadow elements",
|
|
1358
915
|
"inherited": "no",
|
|
@@ -1364,7 +921,9 @@ module.exports = new Map([
|
|
|
1364
921
|
"styleDeclaration": [
|
|
1365
922
|
"flood-color",
|
|
1366
923
|
"floodColor"
|
|
1367
|
-
]
|
|
924
|
+
],
|
|
925
|
+
"syntax": "<color>",
|
|
926
|
+
"extended": []
|
|
1368
927
|
}
|
|
1369
928
|
],
|
|
1370
929
|
[
|
|
@@ -1372,7 +931,6 @@ module.exports = new Map([
|
|
|
1372
931
|
{
|
|
1373
932
|
"name": "font",
|
|
1374
933
|
"href": "https://drafts.csswg.org/css-fonts-4/#propdef-font",
|
|
1375
|
-
"value": "[ [ <'font-style'> || <font-variant-css2> || <'font-weight'> || <font-width-css3> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'># ] | <system-family-name>",
|
|
1376
934
|
"initial": "see individual properties",
|
|
1377
935
|
"appliesTo": "all elements and text",
|
|
1378
936
|
"inherited": "yes",
|
|
@@ -1380,53 +938,11 @@ module.exports = new Map([
|
|
|
1380
938
|
"computedValue": "see individual properties",
|
|
1381
939
|
"canonicalOrder": "per grammar",
|
|
1382
940
|
"animationType": "see individual properties",
|
|
1383
|
-
"values": [
|
|
1384
|
-
{
|
|
1385
|
-
"name": "caption",
|
|
1386
|
-
"prose": "The font used for captioned controls (e.g., buttons, drop-downs, etc.).",
|
|
1387
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-caption",
|
|
1388
|
-
"type": "value",
|
|
1389
|
-
"value": "caption"
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"name": "icon",
|
|
1393
|
-
"prose": "The font used to label icons.",
|
|
1394
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-icon",
|
|
1395
|
-
"type": "value",
|
|
1396
|
-
"value": "icon"
|
|
1397
|
-
},
|
|
1398
|
-
{
|
|
1399
|
-
"name": "menu",
|
|
1400
|
-
"prose": "The font used in menus (e.g., dropdown menus and menu lists).",
|
|
1401
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-menu",
|
|
1402
|
-
"type": "value",
|
|
1403
|
-
"value": "menu"
|
|
1404
|
-
},
|
|
1405
|
-
{
|
|
1406
|
-
"name": "message-box",
|
|
1407
|
-
"prose": "The font used in dialog boxes.",
|
|
1408
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-message-box",
|
|
1409
|
-
"type": "value",
|
|
1410
|
-
"value": "message-box"
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"name": "small-caption",
|
|
1414
|
-
"prose": "The font used for labeling small controls.",
|
|
1415
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-small-caption",
|
|
1416
|
-
"type": "value",
|
|
1417
|
-
"value": "small-caption"
|
|
1418
|
-
},
|
|
1419
|
-
{
|
|
1420
|
-
"name": "status-bar",
|
|
1421
|
-
"prose": "The font used in window status bars.",
|
|
1422
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-status-bar",
|
|
1423
|
-
"type": "value",
|
|
1424
|
-
"value": "status-bar"
|
|
1425
|
-
}
|
|
1426
|
-
],
|
|
1427
941
|
"styleDeclaration": [
|
|
1428
942
|
"font"
|
|
1429
|
-
]
|
|
943
|
+
],
|
|
944
|
+
"syntax": "[ [ <'font-style'> || <font-variant-css2> || <'font-weight'> || <font-width-css3> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'># ] | <system-family-name>",
|
|
945
|
+
"extended": []
|
|
1430
946
|
}
|
|
1431
947
|
],
|
|
1432
948
|
[
|
|
@@ -1434,7 +950,6 @@ module.exports = new Map([
|
|
|
1434
950
|
{
|
|
1435
951
|
"name": "font-family",
|
|
1436
952
|
"href": "https://drafts.csswg.org/css-fonts-4/#propdef-font-family",
|
|
1437
|
-
"value": "[ <family-name> | <generic-family> ]#",
|
|
1438
953
|
"initial": "depends on user agent",
|
|
1439
954
|
"appliesTo": "all elements and text",
|
|
1440
955
|
"inherited": "yes",
|
|
@@ -1445,7 +960,9 @@ module.exports = new Map([
|
|
|
1445
960
|
"styleDeclaration": [
|
|
1446
961
|
"font-family",
|
|
1447
962
|
"fontFamily"
|
|
1448
|
-
]
|
|
963
|
+
],
|
|
964
|
+
"syntax": "[ <family-name> | <generic-family> ]#",
|
|
965
|
+
"extended": []
|
|
1449
966
|
}
|
|
1450
967
|
],
|
|
1451
968
|
[
|
|
@@ -1453,7 +970,6 @@ module.exports = new Map([
|
|
|
1453
970
|
{
|
|
1454
971
|
"name": "font-size",
|
|
1455
972
|
"href": "https://drafts.csswg.org/css-fonts-4/#propdef-font-size",
|
|
1456
|
-
"value": "<absolute-size> | <relative-size> | <length-percentage [0,∞]> | math",
|
|
1457
973
|
"initial": "medium",
|
|
1458
974
|
"appliesTo": "all elements and text",
|
|
1459
975
|
"inherited": "yes",
|
|
@@ -1461,38 +977,12 @@ module.exports = new Map([
|
|
|
1461
977
|
"computedValue": "an absolute length",
|
|
1462
978
|
"canonicalOrder": "per grammar",
|
|
1463
979
|
"animationType": "by computed value type",
|
|
1464
|
-
"values": [
|
|
1465
|
-
{
|
|
1466
|
-
"name": "<absolute-size>",
|
|
1467
|
-
"value": "<absolute-size>",
|
|
1468
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-size-absolute-size",
|
|
1469
|
-
"type": "value"
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
"name": "<relative-size>",
|
|
1473
|
-
"value": "<relative-size>",
|
|
1474
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-size-relative-size",
|
|
1475
|
-
"type": "value"
|
|
1476
|
-
},
|
|
1477
|
-
{
|
|
1478
|
-
"name": "<length-percentage [0,∞]>",
|
|
1479
|
-
"prose": "A length value specifies an absolute font size (independent of the user agent’s font table). Negative lengths are invalid. A percentage value specifies an absolute font size relative to the parent element’s computed font-size. Negative percentages are invalid.",
|
|
1480
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-size-length-percentage-0",
|
|
1481
|
-
"type": "value",
|
|
1482
|
-
"value": "<length-percentage [0,∞]>"
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"name": "math",
|
|
1486
|
-
"prose": "Special mathematical scaling rules must be applied when determining the computed value of the font-size property.",
|
|
1487
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-size-math",
|
|
1488
|
-
"type": "value",
|
|
1489
|
-
"value": "math"
|
|
1490
|
-
}
|
|
1491
|
-
],
|
|
1492
980
|
"styleDeclaration": [
|
|
1493
981
|
"font-size",
|
|
1494
982
|
"fontSize"
|
|
1495
|
-
]
|
|
983
|
+
],
|
|
984
|
+
"syntax": "<absolute-size> | <relative-size> | <length-percentage [0,∞]> | math",
|
|
985
|
+
"extended": []
|
|
1496
986
|
}
|
|
1497
987
|
],
|
|
1498
988
|
[
|
|
@@ -1500,7 +990,6 @@ module.exports = new Map([
|
|
|
1500
990
|
{
|
|
1501
991
|
"name": "font-style",
|
|
1502
992
|
"href": "https://drafts.csswg.org/css-fonts-4/#propdef-font-style",
|
|
1503
|
-
"value": "normal | italic | left | right | oblique <angle [-90deg,90deg]>?",
|
|
1504
993
|
"initial": "normal",
|
|
1505
994
|
"appliesTo": "all elements and text",
|
|
1506
995
|
"inherited": "yes",
|
|
@@ -1508,47 +997,12 @@ module.exports = new Map([
|
|
|
1508
997
|
"computedValue": "the keyword specified, plus angle in degrees if specified",
|
|
1509
998
|
"canonicalOrder": "per grammar",
|
|
1510
999
|
"animationType": "by computed value type;normal animates as oblique 0deg",
|
|
1511
|
-
"values": [
|
|
1512
|
-
{
|
|
1513
|
-
"name": "normal",
|
|
1514
|
-
"prose": "Matches against a face that is classified as a normal face, one that is neither italic or obliqued. This represents an oblique value of \"0\".",
|
|
1515
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-style-normal",
|
|
1516
|
-
"type": "value",
|
|
1517
|
-
"value": "normal"
|
|
1518
|
-
},
|
|
1519
|
-
{
|
|
1520
|
-
"name": "italic",
|
|
1521
|
-
"prose": "Matches against a font that is labeled as an italic face, or an oblique face if one does not exist. The angle and direction of slant is unspecified.",
|
|
1522
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-style-italic",
|
|
1523
|
-
"type": "value",
|
|
1524
|
-
"value": "italic"
|
|
1525
|
-
},
|
|
1526
|
-
{
|
|
1527
|
-
"name": "left",
|
|
1528
|
-
"prose": "Matches against a font that is labeled as an italic face, with a positive (clockwise) slant; or an oblique face with positive slant, if one does not exist.",
|
|
1529
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-style-left",
|
|
1530
|
-
"type": "value",
|
|
1531
|
-
"value": "left"
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"name": "right",
|
|
1535
|
-
"prose": "Matches against a font that is labeled as an italic face, with a negative (counter-clockwise) slant; or an oblique face with negative slant, if one does not exist.",
|
|
1536
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-style-right",
|
|
1537
|
-
"type": "value",
|
|
1538
|
-
"value": "right"
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"name": "oblique <angle [-90deg,90deg]>?",
|
|
1542
|
-
"prose": "Controls matching against an oblique face. Positive angles represent a clockwise slant; negative angles represent a counter-clockwise slant. The lack of an <angle> represents 14deg. (Note that a font might internally provide its own mapping for \"oblique\", but the mapping within the font is disregarded.) Fractional and negative values are accepted; however, values less than -90deg or values greater than 90deg are invalid. If no oblique faces exist, and font-synthesis-style has the value auto, a synthetic oblique face will be generated.",
|
|
1543
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-style-oblique-angle--90deg-90deg",
|
|
1544
|
-
"type": "value",
|
|
1545
|
-
"value": "oblique <angle [-90deg,90deg]>?"
|
|
1546
|
-
}
|
|
1547
|
-
],
|
|
1548
1000
|
"styleDeclaration": [
|
|
1549
1001
|
"font-style",
|
|
1550
1002
|
"fontStyle"
|
|
1551
|
-
]
|
|
1003
|
+
],
|
|
1004
|
+
"syntax": "normal | italic | left | right | oblique <angle [-90deg,90deg]>?",
|
|
1005
|
+
"extended": []
|
|
1552
1006
|
}
|
|
1553
1007
|
],
|
|
1554
1008
|
[
|
|
@@ -1556,7 +1010,6 @@ module.exports = new Map([
|
|
|
1556
1010
|
{
|
|
1557
1011
|
"name": "font-variant",
|
|
1558
1012
|
"href": "https://drafts.csswg.org/css-fonts-4/#propdef-font-variant",
|
|
1559
|
-
"value": "normal | none | [ [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ] || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || [ stylistic(<feature-value-name>) || historical-forms || styleset(<feature-value-name>#) || character-variant(<feature-value-name>#) || swash(<feature-value-name>) || ornaments(<feature-value-name>) || annotation(<feature-value-name>) ] || [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ] || [ <east-asian-variant-values> || <east-asian-width-values> || ruby ] || [ sub | super ] || [ text | emoji | unicode ] ]",
|
|
1560
1013
|
"initial": "normal",
|
|
1561
1014
|
"appliesTo": "all elements and text",
|
|
1562
1015
|
"inherited": "yes",
|
|
@@ -1564,26 +1017,12 @@ module.exports = new Map([
|
|
|
1564
1017
|
"computedValue": "as specified",
|
|
1565
1018
|
"canonicalOrder": "per grammar",
|
|
1566
1019
|
"animationType": "discrete",
|
|
1567
|
-
"values": [
|
|
1568
|
-
{
|
|
1569
|
-
"name": "normal",
|
|
1570
|
-
"prose": "The value normal resets all subproperties of font-variant to their initial value. The none value sets font-variant-ligatures to none and resets all other font feature properties to their initial value. Like other shorthands, using font-variant resets unspecified font-variant subproperties to their initial values.",
|
|
1571
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#font-variant-normal-value",
|
|
1572
|
-
"type": "value",
|
|
1573
|
-
"value": "normal"
|
|
1574
|
-
},
|
|
1575
|
-
{
|
|
1576
|
-
"name": "none",
|
|
1577
|
-
"prose": "The value normal resets all subproperties of font-variant to their initial value. The none value sets font-variant-ligatures to none and resets all other font feature properties to their initial value. Like other shorthands, using font-variant resets unspecified font-variant subproperties to their initial values.",
|
|
1578
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#font-variant-none-value",
|
|
1579
|
-
"type": "value",
|
|
1580
|
-
"value": "none"
|
|
1581
|
-
}
|
|
1582
|
-
],
|
|
1583
1020
|
"styleDeclaration": [
|
|
1584
1021
|
"font-variant",
|
|
1585
1022
|
"fontVariant"
|
|
1586
|
-
]
|
|
1023
|
+
],
|
|
1024
|
+
"syntax": "normal | none | [ [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ] || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || [ stylistic(<feature-value-name>) || historical-forms || styleset(<feature-value-name>#) || character-variant(<feature-value-name>#) || swash(<feature-value-name>) || ornaments(<feature-value-name>) || annotation(<feature-value-name>) ] || [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ] || [ <east-asian-variant-values> || <east-asian-width-values> || ruby ] || [ sub | super ] || [ text | emoji | unicode ] ]",
|
|
1025
|
+
"extended": []
|
|
1587
1026
|
}
|
|
1588
1027
|
],
|
|
1589
1028
|
[
|
|
@@ -1591,7 +1030,6 @@ module.exports = new Map([
|
|
|
1591
1030
|
{
|
|
1592
1031
|
"name": "font-weight",
|
|
1593
1032
|
"href": "https://drafts.csswg.org/css-fonts-4/#propdef-font-weight",
|
|
1594
|
-
"value": "<font-weight-absolute> | bolder | lighter",
|
|
1595
1033
|
"initial": "normal",
|
|
1596
1034
|
"appliesTo": "all elements and text",
|
|
1597
1035
|
"inherited": "yes",
|
|
@@ -1599,47 +1037,12 @@ module.exports = new Map([
|
|
|
1599
1037
|
"computedValue": "a number, see below",
|
|
1600
1038
|
"canonicalOrder": "per grammar",
|
|
1601
1039
|
"animationType": "by computed value type",
|
|
1602
|
-
"values": [
|
|
1603
|
-
{
|
|
1604
|
-
"name": "<number [1,1000]>",
|
|
1605
|
-
"prose": "Each number indicates a weight that is at least as dark as its predecessor. Only values greater than or equal to 1, and less than or equal to 1000, are valid, and all other values are invalid. Numeric values typically correspond to the commonly used weight names below. 100 - Thin 200 - Extra Light (Ultra Light) 300 - Light 400 - Normal 500 - Medium 600 - Semi Bold (Demi Bold) 700 - Bold 800 - Extra Bold (Ultra Bold) 900 - Black (Heavy)",
|
|
1606
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-weight-number-1-1000",
|
|
1607
|
-
"type": "value",
|
|
1608
|
-
"value": "<number [1,1000]>"
|
|
1609
|
-
},
|
|
1610
|
-
{
|
|
1611
|
-
"name": "normal",
|
|
1612
|
-
"prose": "Same as 400.",
|
|
1613
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-weight-normal",
|
|
1614
|
-
"type": "value",
|
|
1615
|
-
"value": "normal"
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"name": "bold",
|
|
1619
|
-
"prose": "Same as 700.",
|
|
1620
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-weight-bold",
|
|
1621
|
-
"type": "value",
|
|
1622
|
-
"value": "bold"
|
|
1623
|
-
},
|
|
1624
|
-
{
|
|
1625
|
-
"name": "bolder",
|
|
1626
|
-
"prose": "Specifies a bolder weight than the inherited value. See § 2.2.1 Relative Weights.",
|
|
1627
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-weight-bolder",
|
|
1628
|
-
"type": "value",
|
|
1629
|
-
"value": "bolder"
|
|
1630
|
-
},
|
|
1631
|
-
{
|
|
1632
|
-
"name": "lighter",
|
|
1633
|
-
"prose": "Specifies a lighter weight than the inherited value. See § 2.2.1 Relative Weights.",
|
|
1634
|
-
"href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-weight-lighter",
|
|
1635
|
-
"type": "value",
|
|
1636
|
-
"value": "lighter"
|
|
1637
|
-
}
|
|
1638
|
-
],
|
|
1639
1040
|
"styleDeclaration": [
|
|
1640
1041
|
"font-weight",
|
|
1641
1042
|
"fontWeight"
|
|
1642
|
-
]
|
|
1043
|
+
],
|
|
1044
|
+
"syntax": "<font-weight-absolute> | bolder | lighter",
|
|
1045
|
+
"extended": []
|
|
1643
1046
|
}
|
|
1644
1047
|
],
|
|
1645
1048
|
[
|
|
@@ -1647,7 +1050,6 @@ module.exports = new Map([
|
|
|
1647
1050
|
{
|
|
1648
1051
|
"name": "height",
|
|
1649
1052
|
"href": "https://drafts.csswg.org/css-sizing-3/#propdef-height",
|
|
1650
|
-
"value": "auto | <length-percentage [0,∞]> | min-content | max-content | fit-content(<length-percentage [0,∞]>) | <calc-size()>",
|
|
1651
1053
|
"initial": "auto",
|
|
1652
1054
|
"appliesTo": "all elements except non-replaced inlines",
|
|
1653
1055
|
"inherited": "no",
|
|
@@ -1656,49 +1058,13 @@ module.exports = new Map([
|
|
|
1656
1058
|
"canonicalOrder": "per grammar",
|
|
1657
1059
|
"animationType": "by computed value type, recursing into fit-content()",
|
|
1658
1060
|
"logicalPropertyGroup": "size",
|
|
1659
|
-
"values": [
|
|
1660
|
-
{
|
|
1661
|
-
"name": "<length-percentage [0,∞]>",
|
|
1662
|
-
"prose": "Specifies the size of the box using <length> and/or <percentage>. The box-sizing property indicates whether the content box or border box is measured. Percentages are resolved against the width/height, as appropriate, of the box’s containing block. If, in a particular axis, the containing block’s size depends on the box’s size, see the relevant layout module for special rules on how to resolve percentages. Negative values are invalid.",
|
|
1663
|
-
"href": "https://drafts.csswg.org/css-sizing-3/#valdef-width-length-percentage-0",
|
|
1664
|
-
"type": "value",
|
|
1665
|
-
"value": "<length-percentage [0,∞]>"
|
|
1666
|
-
},
|
|
1667
|
-
{
|
|
1668
|
-
"name": "auto",
|
|
1669
|
-
"prose": "For width/height, specifies an automatic size (automatic block size/automatic inline size). See the relevant layout module for how to calculate this. For min-width/min-height, specifies an automatic minimum size. Unless otherwise defined by the relevant layout module, however, it resolves to a used value of 0. For backwards-compatibility, the resolved value of this keyword is zero for boxes of all [CSS2] display types: block and inline boxes, inline blocks, and all the table layout boxes. It also resolves to zero when no box is generated.",
|
|
1670
|
-
"href": "https://drafts.csswg.org/css-sizing-3/#valdef-width-auto",
|
|
1671
|
-
"type": "value",
|
|
1672
|
-
"value": "auto"
|
|
1673
|
-
},
|
|
1674
|
-
{
|
|
1675
|
-
"name": "min-content",
|
|
1676
|
-
"prose": "Use the min-content size in the relevant axis; for a box’s block size, unless otherwise specified, this is equivalent to its automatic size.",
|
|
1677
|
-
"href": "https://drafts.csswg.org/css-sizing-3/#valdef-width-min-content",
|
|
1678
|
-
"type": "value",
|
|
1679
|
-
"value": "min-content"
|
|
1680
|
-
},
|
|
1681
|
-
{
|
|
1682
|
-
"name": "max-content",
|
|
1683
|
-
"prose": "Use the max-content size in the relevant axis; for a box’s block size, unless otherwise specified, this is equivalent to its automatic size.",
|
|
1684
|
-
"href": "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content",
|
|
1685
|
-
"type": "value",
|
|
1686
|
-
"value": "max-content"
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"name": "fit-content()",
|
|
1690
|
-
"value": "fit-content(<length-percentage [0,∞]>)",
|
|
1691
|
-
"href": "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content",
|
|
1692
|
-
"type": "function"
|
|
1693
|
-
},
|
|
1694
|
-
{
|
|
1695
|
-
"name": "calc-size()",
|
|
1696
|
-
"href": "https://drafts.csswg.org/css-sizing-3/#funcdef-width-calc-size",
|
|
1697
|
-
"type": "function"
|
|
1698
|
-
}
|
|
1699
|
-
],
|
|
1700
1061
|
"styleDeclaration": [
|
|
1701
1062
|
"height"
|
|
1063
|
+
],
|
|
1064
|
+
"syntax": "auto | <length-percentage [0,∞]> | min-content | max-content | fit-content(<length-percentage [0,∞]>) | <calc-size()> | <anchor-size()> | stretch | fit-content | contain",
|
|
1065
|
+
"extended": [
|
|
1066
|
+
"https://drafts.csswg.org/css-anchor-position-1/",
|
|
1067
|
+
"https://drafts.csswg.org/css-sizing-4/"
|
|
1702
1068
|
]
|
|
1703
1069
|
}
|
|
1704
1070
|
],
|
|
@@ -1707,7 +1073,6 @@ module.exports = new Map([
|
|
|
1707
1073
|
{
|
|
1708
1074
|
"name": "left",
|
|
1709
1075
|
"href": "https://drafts.csswg.org/css-position-3/#propdef-left",
|
|
1710
|
-
"value": "auto | <length-percentage>",
|
|
1711
1076
|
"initial": "auto",
|
|
1712
1077
|
"appliesTo": "positioned elements",
|
|
1713
1078
|
"inherited": "no",
|
|
@@ -1716,31 +1081,12 @@ module.exports = new Map([
|
|
|
1716
1081
|
"canonicalOrder": "per grammar",
|
|
1717
1082
|
"animationType": "by computed value type",
|
|
1718
1083
|
"logicalPropertyGroup": "inset",
|
|
1719
|
-
"values": [
|
|
1720
|
-
{
|
|
1721
|
-
"name": "<length>",
|
|
1722
|
-
"prose": "The inset is a fixed distance from the reference edge. Negative values are allowed.",
|
|
1723
|
-
"href": "https://drafts.csswg.org/css-position-3/#valdef-top-length",
|
|
1724
|
-
"type": "value",
|
|
1725
|
-
"value": "<length>"
|
|
1726
|
-
},
|
|
1727
|
-
{
|
|
1728
|
-
"name": "<percentage>",
|
|
1729
|
-
"prose": "The inset is a percentage relative to the containing block’s size in the corresponding axis (e.g. width for left or right, height for top and bottom). For sticky positioned boxes, the inset is instead relative to the relevant scrollport’s size. Negative values are allowed.",
|
|
1730
|
-
"href": "https://drafts.csswg.org/css-position-3/#valdef-top-percentage",
|
|
1731
|
-
"type": "value",
|
|
1732
|
-
"value": "<percentage>"
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
"name": "auto",
|
|
1736
|
-
"prose": "Represents an unconstrained inset; the exact meaning depends on the positioning scheme.",
|
|
1737
|
-
"href": "https://drafts.csswg.org/css-position-3/#valdef-top-auto",
|
|
1738
|
-
"type": "value",
|
|
1739
|
-
"value": "auto"
|
|
1740
|
-
}
|
|
1741
|
-
],
|
|
1742
1084
|
"styleDeclaration": [
|
|
1743
1085
|
"left"
|
|
1086
|
+
],
|
|
1087
|
+
"syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
|
|
1088
|
+
"extended": [
|
|
1089
|
+
"https://drafts.csswg.org/css-anchor-position-1/"
|
|
1744
1090
|
]
|
|
1745
1091
|
}
|
|
1746
1092
|
],
|
|
@@ -1749,7 +1095,6 @@ module.exports = new Map([
|
|
|
1749
1095
|
{
|
|
1750
1096
|
"name": "lighting-color",
|
|
1751
1097
|
"href": "https://drafts.fxtf.org/filter-effects-1/#propdef-lighting-color",
|
|
1752
|
-
"value": "<color>",
|
|
1753
1098
|
"initial": "white",
|
|
1754
1099
|
"appliesTo": "feDiffuseLighting and feSpecularLighting elements",
|
|
1755
1100
|
"inherited": "no",
|
|
@@ -1761,7 +1106,9 @@ module.exports = new Map([
|
|
|
1761
1106
|
"styleDeclaration": [
|
|
1762
1107
|
"lighting-color",
|
|
1763
1108
|
"lightingColor"
|
|
1764
|
-
]
|
|
1109
|
+
],
|
|
1110
|
+
"syntax": "<color>",
|
|
1111
|
+
"extended": []
|
|
1765
1112
|
}
|
|
1766
1113
|
],
|
|
1767
1114
|
[
|
|
@@ -1769,7 +1116,6 @@ module.exports = new Map([
|
|
|
1769
1116
|
{
|
|
1770
1117
|
"name": "line-height",
|
|
1771
1118
|
"href": "https://drafts.csswg.org/css-inline-3/#propdef-line-height",
|
|
1772
|
-
"value": "normal | <number [0,∞]> | <length-percentage [0,∞]>",
|
|
1773
1119
|
"initial": "normal",
|
|
1774
1120
|
"appliesTo": "non-replaced inline boxes and SVG text content elements",
|
|
1775
1121
|
"inherited": "yes",
|
|
@@ -1777,40 +1123,12 @@ module.exports = new Map([
|
|
|
1777
1123
|
"computedValue": "the specified keyword, a number, or a computed <length> value",
|
|
1778
1124
|
"canonicalOrder": "per grammar",
|
|
1779
1125
|
"animationType": "by computed value type",
|
|
1780
|
-
"values": [
|
|
1781
|
-
{
|
|
1782
|
-
"name": "normal",
|
|
1783
|
-
"prose": "Determine the preferred line height automatically based on font metrics.",
|
|
1784
|
-
"href": "https://drafts.csswg.org/css-inline-3/#valdef-line-height-normal",
|
|
1785
|
-
"type": "value",
|
|
1786
|
-
"value": "normal"
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
"name": "<length [0,∞]>",
|
|
1790
|
-
"prose": "The specified length is used as the preferred line height. Negative values are illegal.",
|
|
1791
|
-
"href": "https://drafts.csswg.org/css-inline-3/#valdef-line-height-length-0",
|
|
1792
|
-
"type": "value",
|
|
1793
|
-
"value": "<length [0,∞]>"
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
"name": "<number [0,∞]>",
|
|
1797
|
-
"prose": "The preferred line height is this number multiplied by the element’s computed font-size. Negative values are illegal. The computed value is the same as the specified value.",
|
|
1798
|
-
"href": "https://drafts.csswg.org/css-inline-3/#valdef-line-height-number-0",
|
|
1799
|
-
"type": "value",
|
|
1800
|
-
"value": "<number [0,∞]>"
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"name": "<percentage [0,∞]>",
|
|
1804
|
-
"prose": "The preferred line height and computed value of the property is this percentage of the element’s computed font-size. Negative values are illegal.",
|
|
1805
|
-
"href": "https://drafts.csswg.org/css-inline-3/#valdef-line-height-percentage-0",
|
|
1806
|
-
"type": "value",
|
|
1807
|
-
"value": "<percentage [0,∞]>"
|
|
1808
|
-
}
|
|
1809
|
-
],
|
|
1810
1126
|
"styleDeclaration": [
|
|
1811
1127
|
"line-height",
|
|
1812
1128
|
"lineHeight"
|
|
1813
|
-
]
|
|
1129
|
+
],
|
|
1130
|
+
"syntax": "normal | <number [0,∞]> | <length-percentage [0,∞]>",
|
|
1131
|
+
"extended": []
|
|
1814
1132
|
}
|
|
1815
1133
|
],
|
|
1816
1134
|
[
|
|
@@ -1818,7 +1136,6 @@ module.exports = new Map([
|
|
|
1818
1136
|
{
|
|
1819
1137
|
"name": "margin",
|
|
1820
1138
|
"href": "https://drafts.csswg.org/css-box-4/#propdef-margin",
|
|
1821
|
-
"value": "<'margin-top'>{1,4}",
|
|
1822
1139
|
"initial": "0",
|
|
1823
1140
|
"appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers",
|
|
1824
1141
|
"inherited": "no",
|
|
@@ -1828,7 +1145,9 @@ module.exports = new Map([
|
|
|
1828
1145
|
"animationType": "by computed value type",
|
|
1829
1146
|
"styleDeclaration": [
|
|
1830
1147
|
"margin"
|
|
1831
|
-
]
|
|
1148
|
+
],
|
|
1149
|
+
"syntax": "<'margin-top'>{1,4}",
|
|
1150
|
+
"extended": []
|
|
1832
1151
|
}
|
|
1833
1152
|
],
|
|
1834
1153
|
[
|
|
@@ -1836,7 +1155,6 @@ module.exports = new Map([
|
|
|
1836
1155
|
{
|
|
1837
1156
|
"name": "margin-bottom",
|
|
1838
1157
|
"href": "https://drafts.csswg.org/css-box-4/#propdef-margin-bottom",
|
|
1839
|
-
"value": "<length-percentage> | auto",
|
|
1840
1158
|
"initial": "0",
|
|
1841
1159
|
"appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers",
|
|
1842
1160
|
"inherited": "no",
|
|
@@ -1848,6 +1166,10 @@ module.exports = new Map([
|
|
|
1848
1166
|
"styleDeclaration": [
|
|
1849
1167
|
"margin-bottom",
|
|
1850
1168
|
"marginBottom"
|
|
1169
|
+
],
|
|
1170
|
+
"syntax": "<length-percentage> | auto | <anchor-size()>",
|
|
1171
|
+
"extended": [
|
|
1172
|
+
"https://drafts.csswg.org/css-anchor-position-1/"
|
|
1851
1173
|
]
|
|
1852
1174
|
}
|
|
1853
1175
|
],
|
|
@@ -1856,7 +1178,6 @@ module.exports = new Map([
|
|
|
1856
1178
|
{
|
|
1857
1179
|
"name": "margin-left",
|
|
1858
1180
|
"href": "https://drafts.csswg.org/css-box-4/#propdef-margin-left",
|
|
1859
|
-
"value": "<length-percentage> | auto",
|
|
1860
1181
|
"initial": "0",
|
|
1861
1182
|
"appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers",
|
|
1862
1183
|
"inherited": "no",
|
|
@@ -1868,6 +1189,10 @@ module.exports = new Map([
|
|
|
1868
1189
|
"styleDeclaration": [
|
|
1869
1190
|
"margin-left",
|
|
1870
1191
|
"marginLeft"
|
|
1192
|
+
],
|
|
1193
|
+
"syntax": "<length-percentage> | auto | <anchor-size()>",
|
|
1194
|
+
"extended": [
|
|
1195
|
+
"https://drafts.csswg.org/css-anchor-position-1/"
|
|
1871
1196
|
]
|
|
1872
1197
|
}
|
|
1873
1198
|
],
|
|
@@ -1876,7 +1201,6 @@ module.exports = new Map([
|
|
|
1876
1201
|
{
|
|
1877
1202
|
"name": "margin-right",
|
|
1878
1203
|
"href": "https://drafts.csswg.org/css-box-4/#propdef-margin-right",
|
|
1879
|
-
"value": "<length-percentage> | auto",
|
|
1880
1204
|
"initial": "0",
|
|
1881
1205
|
"appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers",
|
|
1882
1206
|
"inherited": "no",
|
|
@@ -1888,6 +1212,10 @@ module.exports = new Map([
|
|
|
1888
1212
|
"styleDeclaration": [
|
|
1889
1213
|
"margin-right",
|
|
1890
1214
|
"marginRight"
|
|
1215
|
+
],
|
|
1216
|
+
"syntax": "<length-percentage> | auto | <anchor-size()>",
|
|
1217
|
+
"extended": [
|
|
1218
|
+
"https://drafts.csswg.org/css-anchor-position-1/"
|
|
1891
1219
|
]
|
|
1892
1220
|
}
|
|
1893
1221
|
],
|
|
@@ -1896,7 +1224,6 @@ module.exports = new Map([
|
|
|
1896
1224
|
{
|
|
1897
1225
|
"name": "margin-top",
|
|
1898
1226
|
"href": "https://drafts.csswg.org/css-box-4/#propdef-margin-top",
|
|
1899
|
-
"value": "<length-percentage> | auto",
|
|
1900
1227
|
"initial": "0",
|
|
1901
1228
|
"appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers",
|
|
1902
1229
|
"inherited": "no",
|
|
@@ -1908,6 +1235,10 @@ module.exports = new Map([
|
|
|
1908
1235
|
"styleDeclaration": [
|
|
1909
1236
|
"margin-top",
|
|
1910
1237
|
"marginTop"
|
|
1238
|
+
],
|
|
1239
|
+
"syntax": "<length-percentage> | auto | <anchor-size()>",
|
|
1240
|
+
"extended": [
|
|
1241
|
+
"https://drafts.csswg.org/css-anchor-position-1/"
|
|
1911
1242
|
]
|
|
1912
1243
|
}
|
|
1913
1244
|
],
|
|
@@ -1916,7 +1247,6 @@ module.exports = new Map([
|
|
|
1916
1247
|
{
|
|
1917
1248
|
"name": "opacity",
|
|
1918
1249
|
"href": "https://drafts.csswg.org/css-color-4/#propdef-opacity",
|
|
1919
|
-
"value": "<opacity-value>",
|
|
1920
1250
|
"initial": "1",
|
|
1921
1251
|
"appliesTo": "all elements",
|
|
1922
1252
|
"inherited": "no",
|
|
@@ -1924,18 +1254,11 @@ module.exports = new Map([
|
|
|
1924
1254
|
"computedValue": "specified number, clamped to the range [0,1]",
|
|
1925
1255
|
"canonicalOrder": "per grammar",
|
|
1926
1256
|
"animationType": "by computed value type",
|
|
1927
|
-
"values": [
|
|
1928
|
-
{
|
|
1929
|
-
"name": "<opacity-value>",
|
|
1930
|
-
"prose": "The opacity to be applied to the element. The resulting opacity is applied to the entire element, rather than a particular color. Opacity values outside the range [0,1] are not invalid, and are preserved in specified values, but are clamped to the range [0, 1] in computed values.",
|
|
1931
|
-
"href": "https://drafts.csswg.org/css-color-4/#typedef-opacity-opacity-value",
|
|
1932
|
-
"type": "type",
|
|
1933
|
-
"value": "<number> | <percentage>"
|
|
1934
|
-
}
|
|
1935
|
-
],
|
|
1936
1257
|
"styleDeclaration": [
|
|
1937
1258
|
"opacity"
|
|
1938
|
-
]
|
|
1259
|
+
],
|
|
1260
|
+
"syntax": "<opacity-value>",
|
|
1261
|
+
"extended": []
|
|
1939
1262
|
}
|
|
1940
1263
|
],
|
|
1941
1264
|
[
|
|
@@ -1943,7 +1266,6 @@ module.exports = new Map([
|
|
|
1943
1266
|
{
|
|
1944
1267
|
"name": "outline-color",
|
|
1945
1268
|
"href": "https://drafts.csswg.org/css-ui-4/#propdef-outline-color",
|
|
1946
|
-
"value": "auto | <color> | <image-1D>",
|
|
1947
1269
|
"initial": "auto",
|
|
1948
1270
|
"appliesTo": "all elements",
|
|
1949
1271
|
"inherited": "no",
|
|
@@ -1951,19 +1273,12 @@ module.exports = new Map([
|
|
|
1951
1273
|
"computedValue": "see below",
|
|
1952
1274
|
"canonicalOrder": "per grammar",
|
|
1953
1275
|
"animationType": "by computed value",
|
|
1954
|
-
"values": [
|
|
1955
|
-
{
|
|
1956
|
-
"name": "auto",
|
|
1957
|
-
"prose": "When outline-style is auto, outline-color: auto computes to auto and represents the accent color. Otherwise, outline-color: auto computes to currentColor.",
|
|
1958
|
-
"href": "https://drafts.csswg.org/css-ui-4/#valdef-outline-color-auto",
|
|
1959
|
-
"type": "value",
|
|
1960
|
-
"value": "auto"
|
|
1961
|
-
}
|
|
1962
|
-
],
|
|
1963
1276
|
"styleDeclaration": [
|
|
1964
1277
|
"outline-color",
|
|
1965
1278
|
"outlineColor"
|
|
1966
|
-
]
|
|
1279
|
+
],
|
|
1280
|
+
"syntax": "auto | <'border-top-color'>",
|
|
1281
|
+
"extended": []
|
|
1967
1282
|
}
|
|
1968
1283
|
],
|
|
1969
1284
|
[
|
|
@@ -1971,7 +1286,6 @@ module.exports = new Map([
|
|
|
1971
1286
|
{
|
|
1972
1287
|
"name": "padding",
|
|
1973
1288
|
"href": "https://drafts.csswg.org/css-box-4/#propdef-padding",
|
|
1974
|
-
"value": "<'padding-top'>{1,4}",
|
|
1975
1289
|
"initial": "0",
|
|
1976
1290
|
"appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers",
|
|
1977
1291
|
"inherited": "no",
|
|
@@ -1981,7 +1295,9 @@ module.exports = new Map([
|
|
|
1981
1295
|
"animationType": "by computed value type",
|
|
1982
1296
|
"styleDeclaration": [
|
|
1983
1297
|
"padding"
|
|
1984
|
-
]
|
|
1298
|
+
],
|
|
1299
|
+
"syntax": "<'padding-top'>{1,4}",
|
|
1300
|
+
"extended": []
|
|
1985
1301
|
}
|
|
1986
1302
|
],
|
|
1987
1303
|
[
|
|
@@ -1989,7 +1305,6 @@ module.exports = new Map([
|
|
|
1989
1305
|
{
|
|
1990
1306
|
"name": "padding-bottom",
|
|
1991
1307
|
"href": "https://drafts.csswg.org/css-box-4/#propdef-padding-bottom",
|
|
1992
|
-
"value": "<length-percentage [0,∞]>",
|
|
1993
1308
|
"initial": "0",
|
|
1994
1309
|
"appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers",
|
|
1995
1310
|
"inherited": "no",
|
|
@@ -2001,7 +1316,9 @@ module.exports = new Map([
|
|
|
2001
1316
|
"styleDeclaration": [
|
|
2002
1317
|
"padding-bottom",
|
|
2003
1318
|
"paddingBottom"
|
|
2004
|
-
]
|
|
1319
|
+
],
|
|
1320
|
+
"syntax": "<length-percentage [0,∞]>",
|
|
1321
|
+
"extended": []
|
|
2005
1322
|
}
|
|
2006
1323
|
],
|
|
2007
1324
|
[
|
|
@@ -2009,7 +1326,6 @@ module.exports = new Map([
|
|
|
2009
1326
|
{
|
|
2010
1327
|
"name": "padding-left",
|
|
2011
1328
|
"href": "https://drafts.csswg.org/css-box-4/#propdef-padding-left",
|
|
2012
|
-
"value": "<length-percentage [0,∞]>",
|
|
2013
1329
|
"initial": "0",
|
|
2014
1330
|
"appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers",
|
|
2015
1331
|
"inherited": "no",
|
|
@@ -2021,7 +1337,9 @@ module.exports = new Map([
|
|
|
2021
1337
|
"styleDeclaration": [
|
|
2022
1338
|
"padding-left",
|
|
2023
1339
|
"paddingLeft"
|
|
2024
|
-
]
|
|
1340
|
+
],
|
|
1341
|
+
"syntax": "<length-percentage [0,∞]>",
|
|
1342
|
+
"extended": []
|
|
2025
1343
|
}
|
|
2026
1344
|
],
|
|
2027
1345
|
[
|
|
@@ -2029,7 +1347,6 @@ module.exports = new Map([
|
|
|
2029
1347
|
{
|
|
2030
1348
|
"name": "padding-right",
|
|
2031
1349
|
"href": "https://drafts.csswg.org/css-box-4/#propdef-padding-right",
|
|
2032
|
-
"value": "<length-percentage [0,∞]>",
|
|
2033
1350
|
"initial": "0",
|
|
2034
1351
|
"appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers",
|
|
2035
1352
|
"inherited": "no",
|
|
@@ -2041,7 +1358,9 @@ module.exports = new Map([
|
|
|
2041
1358
|
"styleDeclaration": [
|
|
2042
1359
|
"padding-right",
|
|
2043
1360
|
"paddingRight"
|
|
2044
|
-
]
|
|
1361
|
+
],
|
|
1362
|
+
"syntax": "<length-percentage [0,∞]>",
|
|
1363
|
+
"extended": []
|
|
2045
1364
|
}
|
|
2046
1365
|
],
|
|
2047
1366
|
[
|
|
@@ -2049,7 +1368,6 @@ module.exports = new Map([
|
|
|
2049
1368
|
{
|
|
2050
1369
|
"name": "padding-top",
|
|
2051
1370
|
"href": "https://drafts.csswg.org/css-box-4/#propdef-padding-top",
|
|
2052
|
-
"value": "<length-percentage [0,∞]>",
|
|
2053
1371
|
"initial": "0",
|
|
2054
1372
|
"appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers",
|
|
2055
1373
|
"inherited": "no",
|
|
@@ -2061,7 +1379,9 @@ module.exports = new Map([
|
|
|
2061
1379
|
"styleDeclaration": [
|
|
2062
1380
|
"padding-top",
|
|
2063
1381
|
"paddingTop"
|
|
2064
|
-
]
|
|
1382
|
+
],
|
|
1383
|
+
"syntax": "<length-percentage [0,∞]>",
|
|
1384
|
+
"extended": []
|
|
2065
1385
|
}
|
|
2066
1386
|
],
|
|
2067
1387
|
[
|
|
@@ -2069,7 +1389,6 @@ module.exports = new Map([
|
|
|
2069
1389
|
{
|
|
2070
1390
|
"name": "right",
|
|
2071
1391
|
"href": "https://drafts.csswg.org/css-position-3/#propdef-right",
|
|
2072
|
-
"value": "auto | <length-percentage>",
|
|
2073
1392
|
"initial": "auto",
|
|
2074
1393
|
"appliesTo": "positioned elements",
|
|
2075
1394
|
"inherited": "no",
|
|
@@ -2078,31 +1397,12 @@ module.exports = new Map([
|
|
|
2078
1397
|
"canonicalOrder": "per grammar",
|
|
2079
1398
|
"animationType": "by computed value type",
|
|
2080
1399
|
"logicalPropertyGroup": "inset",
|
|
2081
|
-
"values": [
|
|
2082
|
-
{
|
|
2083
|
-
"name": "<length>",
|
|
2084
|
-
"prose": "The inset is a fixed distance from the reference edge. Negative values are allowed.",
|
|
2085
|
-
"href": "https://drafts.csswg.org/css-position-3/#valdef-top-length",
|
|
2086
|
-
"type": "value",
|
|
2087
|
-
"value": "<length>"
|
|
2088
|
-
},
|
|
2089
|
-
{
|
|
2090
|
-
"name": "<percentage>",
|
|
2091
|
-
"prose": "The inset is a percentage relative to the containing block’s size in the corresponding axis (e.g. width for left or right, height for top and bottom). For sticky positioned boxes, the inset is instead relative to the relevant scrollport’s size. Negative values are allowed.",
|
|
2092
|
-
"href": "https://drafts.csswg.org/css-position-3/#valdef-top-percentage",
|
|
2093
|
-
"type": "value",
|
|
2094
|
-
"value": "<percentage>"
|
|
2095
|
-
},
|
|
2096
|
-
{
|
|
2097
|
-
"name": "auto",
|
|
2098
|
-
"prose": "Represents an unconstrained inset; the exact meaning depends on the positioning scheme.",
|
|
2099
|
-
"href": "https://drafts.csswg.org/css-position-3/#valdef-top-auto",
|
|
2100
|
-
"type": "value",
|
|
2101
|
-
"value": "auto"
|
|
2102
|
-
}
|
|
2103
|
-
],
|
|
2104
1400
|
"styleDeclaration": [
|
|
2105
1401
|
"right"
|
|
1402
|
+
],
|
|
1403
|
+
"syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
|
|
1404
|
+
"extended": [
|
|
1405
|
+
"https://drafts.csswg.org/css-anchor-position-1/"
|
|
2106
1406
|
]
|
|
2107
1407
|
}
|
|
2108
1408
|
],
|
|
@@ -2114,7 +1414,8 @@ module.exports = new Map([
|
|
|
2114
1414
|
"styleDeclaration": [
|
|
2115
1415
|
"stop-color",
|
|
2116
1416
|
"stopColor"
|
|
2117
|
-
]
|
|
1417
|
+
],
|
|
1418
|
+
"extended": []
|
|
2118
1419
|
}
|
|
2119
1420
|
],
|
|
2120
1421
|
[
|
|
@@ -2122,7 +1423,6 @@ module.exports = new Map([
|
|
|
2122
1423
|
{
|
|
2123
1424
|
"name": "top",
|
|
2124
1425
|
"href": "https://drafts.csswg.org/css-position-3/#propdef-top",
|
|
2125
|
-
"value": "auto | <length-percentage>",
|
|
2126
1426
|
"initial": "auto",
|
|
2127
1427
|
"appliesTo": "positioned elements",
|
|
2128
1428
|
"inherited": "no",
|
|
@@ -2131,31 +1431,12 @@ module.exports = new Map([
|
|
|
2131
1431
|
"canonicalOrder": "per grammar",
|
|
2132
1432
|
"animationType": "by computed value type",
|
|
2133
1433
|
"logicalPropertyGroup": "inset",
|
|
2134
|
-
"values": [
|
|
2135
|
-
{
|
|
2136
|
-
"name": "<length>",
|
|
2137
|
-
"prose": "The inset is a fixed distance from the reference edge. Negative values are allowed.",
|
|
2138
|
-
"href": "https://drafts.csswg.org/css-position-3/#valdef-top-length",
|
|
2139
|
-
"type": "value",
|
|
2140
|
-
"value": "<length>"
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"name": "<percentage>",
|
|
2144
|
-
"prose": "The inset is a percentage relative to the containing block’s size in the corresponding axis (e.g. width for left or right, height for top and bottom). For sticky positioned boxes, the inset is instead relative to the relevant scrollport’s size. Negative values are allowed.",
|
|
2145
|
-
"href": "https://drafts.csswg.org/css-position-3/#valdef-top-percentage",
|
|
2146
|
-
"type": "value",
|
|
2147
|
-
"value": "<percentage>"
|
|
2148
|
-
},
|
|
2149
|
-
{
|
|
2150
|
-
"name": "auto",
|
|
2151
|
-
"prose": "Represents an unconstrained inset; the exact meaning depends on the positioning scheme.",
|
|
2152
|
-
"href": "https://drafts.csswg.org/css-position-3/#valdef-top-auto",
|
|
2153
|
-
"type": "value",
|
|
2154
|
-
"value": "auto"
|
|
2155
|
-
}
|
|
2156
|
-
],
|
|
2157
1434
|
"styleDeclaration": [
|
|
2158
1435
|
"top"
|
|
1436
|
+
],
|
|
1437
|
+
"syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
|
|
1438
|
+
"extended": [
|
|
1439
|
+
"https://drafts.csswg.org/css-anchor-position-1/"
|
|
2159
1440
|
]
|
|
2160
1441
|
}
|
|
2161
1442
|
],
|
|
@@ -2164,7 +1445,6 @@ module.exports = new Map([
|
|
|
2164
1445
|
{
|
|
2165
1446
|
"name": "width",
|
|
2166
1447
|
"href": "https://drafts.csswg.org/css-sizing-3/#propdef-width",
|
|
2167
|
-
"value": "auto | <length-percentage [0,∞]> | min-content | max-content | fit-content(<length-percentage [0,∞]>) | <calc-size()>",
|
|
2168
1448
|
"initial": "auto",
|
|
2169
1449
|
"appliesTo": "all elements except non-replaced inlines",
|
|
2170
1450
|
"inherited": "no",
|
|
@@ -2173,49 +1453,13 @@ module.exports = new Map([
|
|
|
2173
1453
|
"canonicalOrder": "per grammar",
|
|
2174
1454
|
"animationType": "by computed value type, recursing into fit-content()",
|
|
2175
1455
|
"logicalPropertyGroup": "size",
|
|
2176
|
-
"values": [
|
|
2177
|
-
{
|
|
2178
|
-
"name": "<length-percentage [0,∞]>",
|
|
2179
|
-
"prose": "Specifies the size of the box using <length> and/or <percentage>. The box-sizing property indicates whether the content box or border box is measured. Percentages are resolved against the width/height, as appropriate, of the box’s containing block. If, in a particular axis, the containing block’s size depends on the box’s size, see the relevant layout module for special rules on how to resolve percentages. Negative values are invalid.",
|
|
2180
|
-
"href": "https://drafts.csswg.org/css-sizing-3/#valdef-width-length-percentage-0",
|
|
2181
|
-
"type": "value",
|
|
2182
|
-
"value": "<length-percentage [0,∞]>"
|
|
2183
|
-
},
|
|
2184
|
-
{
|
|
2185
|
-
"name": "auto",
|
|
2186
|
-
"prose": "For width/height, specifies an automatic size (automatic block size/automatic inline size). See the relevant layout module for how to calculate this. For min-width/min-height, specifies an automatic minimum size. Unless otherwise defined by the relevant layout module, however, it resolves to a used value of 0. For backwards-compatibility, the resolved value of this keyword is zero for boxes of all [CSS2] display types: block and inline boxes, inline blocks, and all the table layout boxes. It also resolves to zero when no box is generated.",
|
|
2187
|
-
"href": "https://drafts.csswg.org/css-sizing-3/#valdef-width-auto",
|
|
2188
|
-
"type": "value",
|
|
2189
|
-
"value": "auto"
|
|
2190
|
-
},
|
|
2191
|
-
{
|
|
2192
|
-
"name": "min-content",
|
|
2193
|
-
"prose": "Use the min-content size in the relevant axis; for a box’s block size, unless otherwise specified, this is equivalent to its automatic size.",
|
|
2194
|
-
"href": "https://drafts.csswg.org/css-sizing-3/#valdef-width-min-content",
|
|
2195
|
-
"type": "value",
|
|
2196
|
-
"value": "min-content"
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
"name": "max-content",
|
|
2200
|
-
"prose": "Use the max-content size in the relevant axis; for a box’s block size, unless otherwise specified, this is equivalent to its automatic size.",
|
|
2201
|
-
"href": "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content",
|
|
2202
|
-
"type": "value",
|
|
2203
|
-
"value": "max-content"
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"name": "fit-content()",
|
|
2207
|
-
"value": "fit-content(<length-percentage [0,∞]>)",
|
|
2208
|
-
"href": "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content",
|
|
2209
|
-
"type": "function"
|
|
2210
|
-
},
|
|
2211
|
-
{
|
|
2212
|
-
"name": "calc-size()",
|
|
2213
|
-
"href": "https://drafts.csswg.org/css-sizing-3/#funcdef-width-calc-size",
|
|
2214
|
-
"type": "function"
|
|
2215
|
-
}
|
|
2216
|
-
],
|
|
2217
1456
|
"styleDeclaration": [
|
|
2218
1457
|
"width"
|
|
1458
|
+
],
|
|
1459
|
+
"syntax": "auto | <length-percentage [0,∞]> | min-content | max-content | fit-content(<length-percentage [0,∞]>) | <calc-size()> | <anchor-size()> | stretch | fit-content | contain",
|
|
1460
|
+
"extended": [
|
|
1461
|
+
"https://drafts.csswg.org/css-anchor-position-1/",
|
|
1462
|
+
"https://drafts.csswg.org/css-sizing-4/"
|
|
2219
1463
|
]
|
|
2220
1464
|
}
|
|
2221
1465
|
]
|