- From: Christian Biesinger via GitHub <sysbot+gh@w3.org>
- Date: Thu, 30 Apr 2020 18:45:19 +0000
- To: public-css-archive@w3.org
cbiesinger has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-sizing-4] Should aspect-ratio affect the intrinsic size? == https://drafts.csswg.org/css-sizing-4/#aspect-ratio If an aspect-ratio is used, should it also affect the intrinsic size of a box? That is, should: `<div style="height: 100px; width: fit-content; aspect-ratio: 1/1;"></div>` be 0px wide or 100px? @bfgeek @tabatkins @fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5032 using your GitHub account
Received on Thursday, 30 April 2020 18:45:21 UTC