[csswg-drafts] [css-sizing-3] overflow setting should affect min-content

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

== [css-sizing-3] overflow setting should affect min-content ==
https://www.w3.org/TR/css-sizing-3/#valdef-width-min-content

If `overflow` is set to things other than `visible` then that should also affect `min-content`.

If a developer sets `overflow: hidden;` on a div placed in a css-grid column set to 1fr, currently that div will never allow the overflow to take affect.

Any time a developer sets an `overflow` property, it is a clear sign that the developer intends for the content to be able to overflow it's container.

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

Received on Saturday, 19 May 2018 00:39:31 UTC