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

That syntax doesn't work; it confuses the parser and produces paren-blocks in some cases, but function-blocks in others, and when it looks like a function, it *isn't* one.  `foo(.a > .b)` appears to be a function named `foo()` to the parser.

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

Received on Tuesday, 16 January 2018 22:12:46 UTC