Skip to content

Commit 7a4ff20

Browse files
committed
[css-containment] File an issue about layout containment - scrollbars mean the contents still *can* affect the layout outside of them. ;_;
1 parent 02e25a3 commit 7a4ff20

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css-containment/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ Layout Containment</h3>
148148
if the containing element is off-screen or obscured,
149149
the layout of its contents can be delayed or done at a lower priority.
150150

151+
Issue: This actually requires <a>paint containment</a> as well,
152+
since an abspos or negative-margin element can protrude out
153+
and cause a scrollbar to appear on a containing element,
154+
thus affecting layout.
155+
This isn't an issue with overlay scrollbars.
156+
151157
3. When laying out the page,
152158
the contents of separate containing elements
153159
can be laid out in parallel,

0 commit comments

Comments
 (0)