- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Sat, 14 Nov 2020 20:35:46 +0000
- To: public-css-archive@w3.org
So if we change how we interpret the `justify-self: normal` rule to *not* `stretch` if things have an aspect-ratio, this will mean that: ```html <div style="width: 100px; border: solid;"> <div style="aspect-ratio: 1/1; background: green;"> ``` ...will result in a 0x0 div which I don't think is desired. -- GitHub Notification of comment by bfgeek Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5713#issuecomment-727261975 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 14 November 2020 20:35:47 UTC