Re: [csswg-drafts] [selector-4] Do we need selector for `is` attribute?

The specificity of `:is()` is what's inside of it (or rather, the largest selector in its list); it doesn't change the specificity.

The specificity of `:where()` is 0, so `x` and `x:where(extends-y)` have identical specificity.

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

Received on Friday, 16 November 2018 19:18:52 UTC