Re: [csswg-drafts] [css-grid-2] Resolving padding in indefinite intrinsic size calculation and using that to resolve indefinite size? (#8963)

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