Re: [selectors4] feedback

?  What if there is another rule:


?  li:nodisplay > a[href="bad link"] { display:inline; }


That depends on the order that the CSS rules are applied and whether or not !important is used.

You get the same contradiction with existing CSS like:

a { display:block; }
a[href="bad link"] { display:none; }

Received on Tuesday, 6 September 2016 17:09:14 UTC