[csswg-drafts] [css-sizing-4] Scrollbars when intrinsic-width is > width? (#4415)

tabatkins has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-sizing-4] Scrollbars when intrinsic-width is > width? ==
What should happen with scrollbars in `overflow:auto; intrinsic-width: 200px; width: 100px;`?  

If the element was filled with 200px worth of child content, it would definitely create scrollbars. I believe intrinsic-width should do the same.

As an added bonus, this helps with some infinite-scroller cases that currently use a tall dummy element to make the scrollbar look right.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4415 using your GitHub account

Received on Friday, 11 October 2019 18:57:13 UTC