- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Wed, 14 Jun 2023 21:13:29 +0000
- To: public-css-archive@w3.org
A more straightforward example might be: ``` <!DOCTYPE html> <div style="width: min-content; background: lime;"> <div style="width: 0%; outline: solid red;"> abc </div> </div> ``` Here the width of the inner div doesn't stay as "auto" it'll re-resolve as `0px`. The same is true for padding. -- GitHub Notification of comment by bfgeek Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8963#issuecomment-1591993023 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 14 June 2023 21:13:31 UTC