- From: G. A. Light U1365222 <U1365222@unimail.hud.ac.uk>
- Date: Thu, 01 Sep 2016 02:30:46 +0000
- To: www-style@w3.org, www-style@w3.org
Received on Tuesday, 6 September 2016 17:09:14 UTC
? 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