Re: [csswg-drafts] [css-overflow-4] Should abspos painting in line-clamp depend only on whether the containing block is before clamp? (#11962)

I think it's the logical / consistent behavior given we decided that:

```
<div style="line-clamp: 3; position: relative">
    <div>
      Line 1 <br>
      Line 2
    </div>
    <div style="position: absolute"></div>
    <div>
      Line 3 <br>
      Line 4
    </div>
    <div style="position: absolute"></div>
</div>
```

Should paint both absposes as well, tho.

-- 
GitHub Notification of comment by emilio
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11962#issuecomment-2736597702 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 19 March 2025 13:14:36 UTC