Re: [csswg-drafts] [css-cascade] !default declarations proposal

Just want to point out some implications of using `!default` vs. `:is()`:

- `!default` takes the specificity into account, `:is()` does not
- `!default` applies to individual properties, `:is()` to the whole rule
- Both keep the effects of the `!important` annotation untouched

Sebastian

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

Received on Saturday, 7 April 2018 09:49:36 UTC