- From: davidsgrogan via GitHub <sysbot+gh@w3.org>
- Date: Mon, 19 Jul 2021 23:03:40 +0000
- To: public-css-archive@w3.org
Why does this case change behavior? (Currently the item will get size 0x100) ```html <div style="display: flex; align-content: flex-end; height: 100px;"> <div></div> </div> ``` Why does the column version NOT change behavior? (Currently the item will get size 100x0) ```html <div style="display: flex; flex-flow: column; align-content: flex-end; width: 100px;"> <div></div> </div> ``` -- GitHub Notification of comment by davidsgrogan Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3052#issuecomment-882916735 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 19 July 2021 23:03:41 UTC