- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Wed, 03 Jan 2018 20:55:10 +0000
- To: public-css-archive@w3.org
@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