- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Wed, 19 Mar 2025 13:14:35 +0000
- To: public-css-archive@w3.org
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