- From: Morten Stenshorne via GitHub <sysbot+gh@w3.org>
- Date: Fri, 27 Jan 2023 09:47:11 +0000
- To: public-css-archive@w3.org
Maybe Blink's behavior violates the philosophy behind size containment? I don't know. ```html <div id="container" style="height:100px;"> <img src="http://mstensho.org/bilen.jpg" style="contain:inline-size; border:solid; height:100%;"> </div> <script> onclick = function() { container.style.height = "200px"; } </script> ``` -- GitHub Notification of comment by mstensho Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7583#issuecomment-1406263552 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 27 January 2023 09:47:12 UTC