- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 17 Oct 2024 15:45:07 +0000
- To: public-css-archive@w3.org
Quick test: https://software.hixie.ch/utilities/js/live-dom-viewer/saved/13208
```html
<!DOCTYPE html>
<style>.stretch { height: -moz-available; height: -webkit-fill-available; height: stretch }</style>
<div style="outline: solid; height: 100px; width: 100px">
<div class="stretch" style="margin: 10px; border: solid magenta"></div>
</div>
<br>
<div style="outline: solid; height: 100px; width: 100px">
<div style="overflow: hidden"></div>
<div class="stretch" style="margin: 10px; border: solid cyan"></div>
<div style="overflow: hidden"></div>
</div>
```
| Gecko | Blink | WebKit |
| - | - | - |
|  |  |  |
I think the spec says that magenta should be like WebKit, and cyan like Blink, which is what looks the best to me.
--
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11044#issuecomment-2419902622 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 17 October 2024 15:45:08 UTC