- From: Daniel Tonon via GitHub <sysbot+gh@w3.org>
- Date: Mon, 13 Jul 2020 22:18:11 +0000
- To: public-css-archive@w3.org
@fantasai in Example 6 of the aspect-ratio minimum section, the width of the child boxes adds up to 200px but the spec says it adds up to only 150px. Also the boxes are `display: inline-block` which means that the size would be a little bit larger than 200px because there would be a space between the two boxes. It might be better to use `display: flex` with `flex-wrap: wrap` in that example rather than `display: inline-block` to avoid having to also mention the size that the space between the two boxes takes up. https://www.w3.org/TR/css-sizing-4/#aspect-ratio-minimum -- GitHub Notification of comment by Dan503 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/333#issuecomment-657821302 using your GitHub account
Received on Monday, 13 July 2020 22:18:12 UTC