Skip to content

Commit 0910142

Browse files
lillesfrivoal
andcommitted
[css-overflow-3] #3779 Do not propagate overflow from boxless elements. (#4148)
* [css-overflow-3] Do not propagate overflow from boxless elements. Edits for #3779. * applied -> propagated Co-Authored-By: Florian Rivoal * canvas -> viewport Co-Authored-By: Florian Rivoal
1 parent 487c2e1 commit 0910142

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css-overflow-3/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,11 @@ Overflow Viewport Propagation
489489
The element from which the value is propagated must then have
490490
a used 'overflow' value of ''overflow/visible''.
491491

492+
The overflow values are not propagated to the viewport if no boxes are
493+
generated for the element whose overflow values
494+
would be used for the viewport (for example, if the root element has
495+
display: none).
496+
492497
If ''overflow/visible'' is applied to the viewport,
493498
it must be interpreted as ''overflow/auto''.
494499
If ''overflow/clip'' is applied to the viewport,

0 commit comments

Comments
 (0)