- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Wed, 16 Jun 2021 17:31:24 +0000
- To: public-css-archive@w3.org
Thats correct. At least "directly" to scrollable overflow. They can *indirectly* contribute to scrollable overflow via something like: ```html <!DOCTYPE html> <div style="width: 100px; height: 100px; overflow: scroll; display: grid;"> <div style="width: 0; height: 120px; outline: solid red;"></div> <div style="width: 120px; height: 0; outline: solid green;"></div> </div> ``` -- GitHub Notification of comment by bfgeek Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4791#issuecomment-862572377 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 16 June 2021 17:32:19 UTC