- From: Ian Kilpatrick via GitHub <noreply@w3.org>
- Date: Mon, 09 Feb 2026 15:27:17 +0000
- To: public-css-archive@w3.org
> The two CBs explanation "imposes" a layout order, is that layout order well defined for fixed-inside-abspos and so on?
I think so? This shouldn't be any different to something like:
```
<!DOCTYPE html>
<div style="contain: layout;"> <!-- forced containing block -->
<div style="position: absolute;"></div>
<div style="position: fixed;">
<div style="position: absolute;"></div>
</div>
</div>
```
--
GitHub Notification of comment by bfgeek
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13468#issuecomment-3872409908 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 9 February 2026 15:27:18 UTC