[csswg-drafts] [css-flexbox] Vertical (#6260)

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

== [css-flexbox] Vertical  ==
* please link to the spec section you're talking about, or at least the spec

Somewhere here I would guess: https://www.w3.org/TR/css-align-3/

---

If I don't set `height:0` to an item in a flex column layout, the content expands beyond the edge of the layout. This is confusing, and took much too much time to figure out that the solution should be `height: 0` (which doesn't make much sense considering the final height is not `0`).

Reproduction:

[reproduction.zip](https://github.com/w3c/csswg-drafts/files/6410461/reproduction.zip)

- In element inspector, find the second element with class `live-code-content`.
- In the CSS style inspector, disable the `height: 0px` style.
- Notice the content of this element will overflow beyond the edge of the layout.

Is that supposed to happen (and it is very confusing), or is there a bug?

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 1 May 2021 23:30:51 UTC