Re: [csswg-drafts] [css-contain] Does inline-size containment remove the natural aspect ratio? (#7583)

Maybe Blink's behavior violates the philosophy behind size containment? I don't know.

```html
<div id="container" style="height:100px;">
  <img src="http://mstensho.org/bilen.jpg" style="contain:inline-size; border:solid; height:100%;">
</div>
<script>
  onclick = function() {
    container.style.height = "200px";
  }
</script>
```

-- 
GitHub Notification of comment by mstensho
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7583#issuecomment-1406263552 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 27 January 2023 09:47:12 UTC