Re: [csswg-drafts] [css-ui] appearance-disabling-properties should contain pseudoelements (#9168)

Using `::before` doesn't disable native appearance on Blink.

I think what happens is that Blink is using shadow DOM, so actual children of the element are not shown, but pseudo-elements are added after flattening the tree.

Firefox probably ignores the contents during layout instead of relying on shadow DOM.

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


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

Received on Monday, 7 August 2023 10:43:26 UTC