- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 26 Feb 2025 23:59:11 +0000
- To: public-css-archive@w3.org
BTW, using a stretch size makes Gecko behave like Blink. WebKit remains the same ```html <!DOCTYPE html> <style>.stretch { height: -moz-available; height: -webkit-fill-available; height: stretch }</style> <div style="display: flex; width: 100px; height: 100px; background: red"> <div class="stretch" style="min-width: 0; background: green"> <canvas width="10" height="10" style="height: 100%"></canvas> </div> </div> ``` | Blink, Gecko | WebKit | | - | - | |  |  | -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11791#issuecomment-2686472674 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 26 February 2025 23:59:12 UTC