- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 29 Oct 2024 23:50:27 +0000
- To: public-css-archive@w3.org
**Testcase 1** ```html <!DOCTYPE html> <div style="outline: solid; height: 100px; width: 100px"> <div style="overflow: hidden"></div> <div style="height: stretch; margin: 10px; border: solid cyan"></div> <div style="overflow: hidden"></div> </div> ``` | Assuming no sibling | Assuming siblings don't collapse through | | - | - | |  |  | **Testcase 2** ```html <!DOCTYPE html> <div style="outline: solid; height: 100px; width: 100px"> <div></div> <div style="height: stretch; margin: 10px; border: solid cyan"></div> <div></div> </div> ``` | Assuming no sibling | Assuming siblings don't collapse through | | - | - | |  |  | -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11044#issuecomment-2445527834 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 29 October 2024 23:50:28 UTC