- From: Roman Komarov via GitHub <sysbot+gh@w3.org>
- Date: Wed, 15 Mar 2023 17:51:27 +0000
- To: public-css-archive@w3.org
Ok, another update: https://codepen.io/kizu/pen/eYLryLE?editors=1100 Basically, I think I was correct in my last assessment — I added an extra `.outer-element` to the example above, as well as an extra wrapper. What I would want in this example — to inner element to only skip the inner `.wrapper`, but not go outside of the top-most wrapper, allowing an element that is outside of everything to still being able to target that absolutely-positioned element. I think that would be maybe the main difference I can think of right now between the `position: fixed` behavior, where we lose an ability to attach anything extra to out elements, and if we could “skip” certain wrappers, still being assigned to some inner layer. Maybe there would be other aspects that I'm missing and which could be different — would need to find time to explore this more. Sorry for the spam :) -- GitHub Notification of comment by kizu Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8588#issuecomment-1470491442 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 15 March 2023 17:51:29 UTC