- From: vmpstr via GitHub <sysbot+gh@w3.org>
- Date: Tue, 13 May 2025 14:00:27 +0000
- To: public-css-archive@w3.org
Also note that the nested elements are abspos positioned relative to whatever we agree on here. So if we create a border box sized pseudo element, and then add a transparent border of the same shape then naively that would shift the nested groups. However, if we are also going to automatically match the positioning with the expectation that the border is added (or that we automatically add it), that adds complexity in that then the developer can't remove the border without these shifts. clip-path, fwiw, avoids these issues since it's a non-layout-inducing clip. I agree with @noamr that this is trying to walk the line that dips into layered captured complexity in that it's not obvious where to draw a line between simple copyable props and others that cause problems -- GitHub Notification of comment by vmpstr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11926#issuecomment-2876650610 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 13 May 2025 14:00:28 UTC