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

@leaverou I will note that most of your examples are chains of `:not()` which in Level 4 could be expressed within a single `:not()`, which won't explode the specificity in the same way. E.g. `:not(A):not(B):not(C)` (specificity=0,3,0) can be written as `:not(A, B, C)` (specificity=0,1,0).

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

Received on Wednesday, 3 January 2018 20:55:13 UTC