css3-conditional/Overview.src.html

changeset 6793
876e13176c8b
parent 6742
911a391cb16c
child 6829
2c0ed7c22af3
     1.1 --- a/css3-conditional/Overview.src.html	Tue Sep 25 15:19:50 2012 -0700
     1.2 +++ b/css3-conditional/Overview.src.html	Tue Sep 25 15:33:40 2012 -0700
     1.3 @@ -560,7 +560,15 @@
     1.4  }</pre>
     1.5  </div>
     1.6  
     1.7 -<p class="issue">Add an example involving <code>!important</code>.</p>
     1.8 +<p>A trailing ''!important'' on a declaration being tested is allowed,
     1.9 +though it won't change the validity of the declaration.
    1.10 +
    1.11 +<div class="example">
    1.12 +<p>For example, the following rule is valid:
    1.13 +<pre>@supports (display: flexbox !important) {
    1.14 +  // ...
    1.15 +}</pre>
    1.16 +</div>
    1.17  
    1.18  <h3 id="support-definition">Definition of support</h3>
    1.19  

mercurial