Re: [csswg-drafts] [css-sizing] Intrinsic sizes for stretchable replaced elements (#13149)

> Why not? 

It wont be web compatible. E.g.

```
<div style="float: left; border: solid 3px; margin: 10px;">
  <svg viewBox="0 0 1 1"></svg>
</div>
<div style="float: left; border: solid 3px; margin: 10px;">
  <svg></svg>
</div>
```

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


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

Received on Sunday, 29 March 2026 01:40:35 UTC