Re: [csswg-drafts] [css-position] Absolutely positioned elements' position root should be its parent (#7000)

You can always add `* { position: relative }`.
Other than not being web compatible, your proposal seems problematic because `body>main` may not be an ancestor of the abspos, or there may be no such thing, etc. And you can have `position-root: selector(:root)` but the body has `transform: scale(1)`, then you are not supposed to go past it.

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


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

Received on Monday, 31 January 2022 17:44:57 UTC