Re: [csswg-drafts] [selectors][css-transitions-2] `:starting-style` pseudo-class (#10356)

> `a:is(:root *) b { … }` and `a b:is(:root *) { … }` yield the same effect

They don't, the former prevents `a` from being the root.

`data:application/xhtml+xml,<a xmlns="http://www.w3.org/1999/xhtml"><style>a:is(:root *) b { border-top: solid } a b:is(:root *) { border-bottom: solid }</style><b>foo</b></a>`

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


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

Received on Tuesday, 21 May 2024 18:26:16 UTC