Re: [csswg-drafts] [selectors4] Name the “functional pseudo-class like :matches() with 0 specificity”

Why it can't be nameless? If it has no specificity it can as well has no name. Like this:

`.button:(.active)`

For negation and other selector they could be contained within that selector without contributing any specificity:

`.button:(:not(.active, :focus), [disabled])`

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

Received on Sunday, 4 February 2018 13:23:10 UTC