Re: [csswg-drafts] [css-grid][css-sizing] Aspect Ratio

Maybe it would be weird to use `height` and `width` to set intrinsic sizes, but it's perfectly fine to re-use them globally to set extrinsic ratios. And, for the purposes of no-reflows, 

```
<img intrinsicsize="300x200" style="width: 100%;" />
```

and (in the presence of the proposed UA default style)

```
<img height="300" width="200" style="width: 100%;" />
```

are functionally equivalent – they're just two good ways to solve the same problem. In which case, great! (and sorry for all of the comments).

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

Received on Tuesday, 13 November 2018 21:58:16 UTC