forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss-overflow-4.json
More file actions
428 lines (428 loc) · 18.2 KB
/
Copy pathcss-overflow-4.json
File metadata and controls
428 lines (428 loc) · 18.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
{
"spec": {
"title": "CSS Overflow Module Level 4",
"url": "https://drafts.csswg.org/css-overflow-4/"
},
"properties": [
{
"name": "overflow-clip-margin-top",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-overflow-clip-margin-top",
"value": "<visual-box> || <length [0,∞]>",
"initial": "0px",
"appliesTo": "boxes to which overflow applies",
"inherited": "no",
"percentages": "see individual properties",
"computedValue": "the computed <length> and a <visual-box> keyword",
"animationType": "per computed value if the <visual-box> values match; otherwise discrete",
"canonicalOrder": "per grammar",
"logicalPropertyGroup": "overflow-clip-margin",
"styleDeclaration": [
"overflow-clip-margin-top",
"overflowClipMarginTop"
]
},
{
"name": "overflow-clip-margin-right",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-overflow-clip-margin-right",
"value": "<visual-box> || <length [0,∞]>",
"initial": "0px",
"appliesTo": "boxes to which overflow applies",
"inherited": "no",
"percentages": "see individual properties",
"computedValue": "the computed <length> and a <visual-box> keyword",
"animationType": "per computed value if the <visual-box> values match; otherwise discrete",
"canonicalOrder": "per grammar",
"logicalPropertyGroup": "overflow-clip-margin",
"styleDeclaration": [
"overflow-clip-margin-right",
"overflowClipMarginRight"
]
},
{
"name": "overflow-clip-margin-bottom",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-overflow-clip-margin-bottom",
"value": "<visual-box> || <length [0,∞]>",
"initial": "0px",
"appliesTo": "boxes to which overflow applies",
"inherited": "no",
"percentages": "see individual properties",
"computedValue": "the computed <length> and a <visual-box> keyword",
"animationType": "per computed value if the <visual-box> values match; otherwise discrete",
"canonicalOrder": "per grammar",
"logicalPropertyGroup": "overflow-clip-margin",
"styleDeclaration": [
"overflow-clip-margin-bottom",
"overflowClipMarginBottom"
]
},
{
"name": "overflow-clip-margin-left",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-overflow-clip-margin-left",
"value": "<visual-box> || <length [0,∞]>",
"initial": "0px",
"appliesTo": "boxes to which overflow applies",
"inherited": "no",
"percentages": "see individual properties",
"computedValue": "the computed <length> and a <visual-box> keyword",
"animationType": "per computed value if the <visual-box> values match; otherwise discrete",
"canonicalOrder": "per grammar",
"logicalPropertyGroup": "overflow-clip-margin",
"styleDeclaration": [
"overflow-clip-margin-left",
"overflowClipMarginLeft"
]
},
{
"name": "overflow-clip-margin-block-start",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-overflow-clip-margin-block-start",
"value": "<visual-box> || <length [0,∞]>",
"initial": "0px",
"appliesTo": "boxes to which overflow applies",
"inherited": "no",
"percentages": "see individual properties",
"computedValue": "the computed <length> and a <visual-box> keyword",
"animationType": "per computed value if the <visual-box> values match; otherwise discrete",
"canonicalOrder": "per grammar",
"logicalPropertyGroup": "overflow-clip-margin",
"styleDeclaration": [
"overflow-clip-margin-block-start",
"overflowClipMarginBlockStart"
]
},
{
"name": "overflow-clip-margin-inline-start",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-overflow-clip-margin-inline-start",
"value": "<visual-box> || <length [0,∞]>",
"initial": "0px",
"appliesTo": "boxes to which overflow applies",
"inherited": "no",
"percentages": "see individual properties",
"computedValue": "the computed <length> and a <visual-box> keyword",
"animationType": "per computed value if the <visual-box> values match; otherwise discrete",
"canonicalOrder": "per grammar",
"logicalPropertyGroup": "overflow-clip-margin",
"styleDeclaration": [
"overflow-clip-margin-inline-start",
"overflowClipMarginInlineStart"
]
},
{
"name": "overflow-clip-margin-block-end",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-overflow-clip-margin-block-end",
"value": "<visual-box> || <length [0,∞]>",
"initial": "0px",
"appliesTo": "boxes to which overflow applies",
"inherited": "no",
"percentages": "see individual properties",
"computedValue": "the computed <length> and a <visual-box> keyword",
"animationType": "per computed value if the <visual-box> values match; otherwise discrete",
"canonicalOrder": "per grammar",
"logicalPropertyGroup": "overflow-clip-margin",
"styleDeclaration": [
"overflow-clip-margin-block-end",
"overflowClipMarginBlockEnd"
]
},
{
"name": "overflow-clip-margin-inline-end",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-overflow-clip-margin-inline-end",
"value": "<visual-box> || <length [0,∞]>",
"initial": "0px",
"appliesTo": "boxes to which overflow applies",
"inherited": "no",
"percentages": "see individual properties",
"computedValue": "the computed <length> and a <visual-box> keyword",
"animationType": "per computed value if the <visual-box> values match; otherwise discrete",
"canonicalOrder": "per grammar",
"logicalPropertyGroup": "overflow-clip-margin",
"styleDeclaration": [
"overflow-clip-margin-inline-end",
"overflowClipMarginInlineEnd"
]
},
{
"name": "overflow-clip-margin",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-overflow-clip-margin",
"value": "<visual-box> || <length [0,∞]>",
"initial": "0px",
"appliesTo": "boxes to which overflow applies",
"inherited": "no",
"percentages": "see individual properties",
"computedValue": "see individual properties",
"animationType": "see individual properties",
"canonicalOrder": "per grammar",
"values": [
{
"name": "<visual-box>",
"prose": "Specifies the box edge to use as the overflow clip edge origin, i.e. when the specified offset is zero. If omitted, defaults to padding-box on non-replaced elements, or content-box on replaced elements. Application of overflow-clip-margin to replaced elements is still being worked out. [Issue #7144]",
"href": "https://drafts.csswg.org/css-overflow-4/#valdef-overflow-clip-margin-visual-box",
"type": "value",
"value": "<visual-box>"
},
{
"name": "<length [0,∞]>",
"prose": "The specified offset dictates how much the overflow clip edge is expanded from the specified box edge Negative values are invalid. Defaults to zero if omitted.",
"href": "https://drafts.csswg.org/css-overflow-4/#valdef-overflow-clip-margin-length-0",
"type": "value",
"value": "<length [0,∞]>"
}
],
"styleDeclaration": [
"overflow-clip-margin",
"overflowClipMargin"
]
},
{
"name": "overflow-clip-margin-inline",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-overflow-clip-margin-inline",
"value": "<visual-box> || <length [0,∞]>",
"initial": "0px",
"appliesTo": "boxes to which overflow applies",
"inherited": "no",
"percentages": "see individual properties",
"computedValue": "see individual properties",
"animationType": "see individual properties",
"canonicalOrder": "per grammar",
"styleDeclaration": [
"overflow-clip-margin-inline",
"overflowClipMarginInline"
]
},
{
"name": "overflow-clip-margin-block",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-overflow-clip-margin-block",
"value": "<visual-box> || <length [0,∞]>",
"initial": "0px",
"appliesTo": "boxes to which overflow applies",
"inherited": "no",
"percentages": "see individual properties",
"computedValue": "see individual properties",
"animationType": "see individual properties",
"canonicalOrder": "per grammar",
"styleDeclaration": [
"overflow-clip-margin-block",
"overflowClipMarginBlock"
]
},
{
"name": "text-overflow",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-text-overflow",
"value": "[ clip | ellipsis | <string> | fade | <fade()> ]{1,2}",
"initial": "clip",
"appliesTo": "block containers",
"inherited": "no",
"percentages": "refer to the width of the line box",
"computedValue": "as specified, with lengths made absolute",
"canonicalOrder": "per grammar",
"animationType": "by computed value type",
"values": [
{
"name": "clip",
"prose": "Clip inline content that overflows its block container element. Characters may be only partially rendered.",
"href": "https://drafts.csswg.org/css-overflow-4/#overflow-clip",
"type": "value",
"value": "clip"
},
{
"name": "ellipsis",
"prose": "Render an ellipsis character (U+2026) to represent clipped inline content. Implementations may substitute a more language, script, or writing-mode appropriate ellipsis character, or three dots \"...\" if the ellipsis character is unavailable.",
"href": "https://drafts.csswg.org/css-overflow-4/#overflow-ellipsis",
"type": "value",
"value": "ellipsis"
},
{
"name": "fade()",
"value": "fade( [ <length-percentage> ] )",
"href": "https://drafts.csswg.org/css-overflow-4/#funcdef-text-overflow-fade",
"type": "function"
},
{
"name": "fade",
"prose": "Same as fade(), but the distance over which the fading effect is applied is determined by the UA. 1em is suggested as a reasonable value.",
"href": "https://drafts.csswg.org/css-overflow-4/#valdef-text-overflow-fade",
"type": "value",
"value": "fade"
}
],
"styleDeclaration": [
"text-overflow",
"textOverflow"
]
},
{
"name": "block-ellipsis",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-block-ellipsis",
"value": "none | auto | <string>",
"initial": "none",
"appliesTo": "block containers",
"inherited": "yes",
"percentages": "N/A",
"computedValue": "specified value",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"values": [
{
"name": "none",
"prose": "The rendering is unaffected.",
"href": "https://drafts.csswg.org/css-overflow-4/#valdef-block-ellipsis-none",
"type": "value",
"value": "none"
},
{
"name": "auto",
"prose": "Render an ellipsis character (U+2026)—or a more typographically-appropriate equivalent—as the block overflow ellipsis at the end of the affected line box. UAs should use the conventions of the content language, writing system, and writing mode to determine the most appropriate ellipsis string.",
"href": "https://drafts.csswg.org/css-overflow-4/#valdef-block-ellipsis-auto",
"type": "value",
"value": "auto"
},
{
"name": "<string>",
"prose": "Render the specified string as the block overflow ellipsis at the end of the affected line box. The UA may truncate this string if it is absurdly long.",
"href": "https://drafts.csswg.org/css-overflow-4/#valdef-block-ellipsis-string",
"type": "value",
"value": "<string>"
}
],
"styleDeclaration": [
"block-ellipsis",
"blockEllipsis"
]
},
{
"name": "line-clamp",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-line-clamp",
"value": "none | [<integer [1,∞]> || <'block-ellipsis'>] -webkit-legacy?",
"initial": "none",
"appliesTo": "see individual properties",
"inherited": "see individual properties",
"percentages": "N/A",
"computedValue": "see individual properties",
"animationType": "see individual properties",
"canonicalOrder": "per grammar",
"values": [
{
"name": "none",
"prose": "Sets max-lines to none, continue to auto, and block-ellipsis to none.",
"href": "https://drafts.csswg.org/css-overflow-4/#valdef-line-clamp-none",
"type": "value",
"value": "none"
},
{
"name": "<integer [1,∞]>",
"prose": "Whether this should imply discard or collapse is an unresolved question. [Issue #7708] Sets continue to collapse if either or both values are specified, unless the -webkit-legacy keyword is also specified. Sets max-lines to the specified <integer> or to none if omitted, and block-ellipsis to other component of the value if specified or to auto if omitted.",
"href": "https://drafts.csswg.org/css-overflow-4/#valdef-line-clamp-integer-1",
"type": "value",
"value": "<integer [1,∞]>"
},
{
"name": "<block-ellipsis>",
"prose": "Whether this should imply discard or collapse is an unresolved question. [Issue #7708] Sets continue to collapse if either or both values are specified, unless the -webkit-legacy keyword is also specified. Sets max-lines to the specified <integer> or to none if omitted, and block-ellipsis to other component of the value if specified or to auto if omitted.",
"href": "https://drafts.csswg.org/css-overflow-4/#valdef-line-clamp-block-ellipsis",
"type": "value",
"value": "<block-ellipsis>"
},
{
"name": "-webkit-legacy",
"prose": "Sets continue to -webkit-legacy.",
"href": "https://drafts.csswg.org/css-overflow-4/#valdef-line-clamp--webkit-legacy",
"type": "value",
"value": "-webkit-legacy"
}
],
"styleDeclaration": [
"line-clamp",
"lineClamp"
]
},
{
"name": "-webkit-line-clamp",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef--webkit-line-clamp",
"value": "none | <integer [1,∞]>",
"initial": "none",
"appliesTo": "see individual properties",
"inherited": "see individual properties",
"percentages": "N/A",
"computedValue": "see individual properties",
"animationType": "see individual properties",
"canonicalOrder": "per grammar",
"styleDeclaration": [
"-webkit-line-clamp",
"WebkitLineClamp",
"webkitLineClamp"
]
},
{
"name": "continue",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-continue",
"value": "auto | discard | collapse | -webkit-legacy",
"initial": "auto",
"appliesTo": "block containers and multicol containers",
"inherited": "no",
"percentages": "N/A",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"values": [
{
"name": "-webkit-legacy",
"prose": "The -webkit-legacy value behaves identically to collapse, except that it only takes effect if the specified value of the display property is -webkit-box or -webkit-inline-box and the value of the -webkit-box-orient property is vertical.",
"href": "https://drafts.csswg.org/css-overflow-4/#valdef-continue--webkit-legacy",
"type": "value",
"value": "-webkit-legacy"
},
{
"name": "auto",
"prose": "If the box has more content than can fit, the excess content is handled according to the usual rules.",
"href": "https://drafts.csswg.org/css-overflow-4/#valdef-continue-auto",
"type": "value",
"value": "auto"
},
{
"name": "discard",
"prose": "The box must establish an independent formatting context and becomes a fragmentation container that captures region breaks, if it is not already. [CSS-BREAK-3] Content after the first region break is not rendered (see below). (If the box is a multi-column container, any overflow columns are also not rendered.)",
"href": "https://drafts.csswg.org/css-overflow-4/#valdef-continue-discard",
"type": "value",
"value": "discard"
},
{
"name": "collapse",
"prose": "If the box is a block container, then it must establish an independent formatting context that also becomes a line-clamp container. This causes all content after the clamp point to be visually hidden, and to not be taken into account for the box’s automatic block size. If the box is a multicol container, the behavior is the same as 'continue/auto'.",
"href": "https://drafts.csswg.org/css-overflow-4/#valdef-continue-collapse",
"type": "value",
"value": "collapse"
}
],
"styleDeclaration": [
"continue"
]
},
{
"name": "max-lines",
"href": "https://drafts.csswg.org/css-overflow-4/#propdef-max-lines",
"value": "none | <integer [1,∞]>",
"initial": "none",
"appliesTo": "block containers which are also either fragmentation containers that capture region breaks or line-clamp containers",
"inherited": "no",
"percentages": "N/A",
"computedValue": "the keyword none or an integer",
"canonicalOrder": "per grammar",
"animationType": "by computed value type",
"values": [
{
"name": "none",
"prose": "If the value of max-lines is not none, then, given a computed value of N:",
"href": "https://drafts.csswg.org/css-overflow-4/#valdef-max-lines-none",
"type": "value",
"value": "none"
}
],
"styleDeclaration": [
"max-lines",
"maxLines"
]
}
],
"atrules": [],
"selectors": [],
"values": []
}