[csswg-drafts] [css-sizing] Is aspect-ratio affected by box-sizing? (#4665)

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

== [css-sizing] Is aspect-ratio affected by box-sizing? ==
For regular replaced elements it makes sense that the content box is what preserves the ratio:

```
data:text/html,<img src="http://w3c-test.org/images/blue96x96.png" style="border-width: 10px 40px; border-style: solid; width: 80px; display: block;">
```

It's less clear to me that's the desired behavior for `aspect-ratio`. Is it?

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

Received on Monday, 13 January 2020 00:39:20 UTC