Re: [csswg-drafts] [css-sizing-4] Should aspect-ratio be used for abspos `top: 0; bottom: 0;`? (#5151)

Note that this produces a 500x500 box (not 100x100) in both Firefox and Chromium:

```html
<div style="width: 500px; height: 100px; position: relative;">
  <svg viewBox="0 0 1 1" style="background: green; position: absolute; left: 0; top: 0; bottom: 0;"></svg>
```

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

Received on Wednesday, 3 June 2020 18:38:18 UTC