|
10 | 10 | rel=dcterms.rights> |
11 | 11 | <meta content="CSS Cascading and Inheritance Level 3" name=dcterms.title> |
12 | 12 | <meta content=text name=dcterms.type> |
13 | | - <meta content=2013-06-10 name=dcterms.date> |
| 13 | + <meta content=2013-06-11 name=dcterms.date> |
14 | 14 | <meta content="Håkon Wium Lie" name=dcterms.creator> |
15 | 15 | <meta content="Elika J. Etemad" name=dcterms.creator> |
16 | 16 | <meta content="Tab Atkins Jr." name=dcterms.creator> |
|
29 | 29 |
|
30 | 30 | <h1>CSS Cascading and Inheritance Level 3</h1> |
31 | 31 |
|
32 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 June 2013</h2> |
| 32 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 June 2013</h2> |
33 | 33 |
|
34 | 34 | <dl><!-- |
35 | 35 | <dt>This version: |
36 | | - <dd><a href="http://dev.w3.org/csswg/css3-cascade/">http://www.w3.org/TR/2013/WD-css3-cascade-20130610/</a> |
| 36 | + <dd><a href="http://dev.w3.org/csswg/css3-cascade/">http://www.w3.org/TR/2013/WD-css3-cascade-20130611/</a> |
37 | 37 | --> |
38 | 38 |
|
39 | 39 | <dt>Latest version: |
@@ -705,14 +705,14 @@ <h4 id=important-rules><span class=secno>4.2.2. </span> ‘<a |
705 | 705 | (large fonts, color combinations, etc.) control over presentation. |
706 | 706 |
|
707 | 707 | <p> A declaration is ‘<a href="#important"><code |
708 | | - class=css>!important</code></a>’ if the last two tokens in its value are |
709 | | - the delimiter token ‘<code class=css>!</code>’ followed by the |
710 | | - identifier token ‘<a href="#important"><code |
711 | | - class=css>important</code></a>’. Declaring a shorthand property (e.g., |
712 | | - ‘<code class=property>background</code>’) to be ‘<a |
713 | | - href="#important"><code class=css>!important</code></a>’ is equivalent |
714 | | - to declaring all of its sub-properties to be ‘<a href="#important"><code |
715 | | - class=css>!important</code></a>’. |
| 708 | + class=css>!important</code></a>’ if the last two (non-whitespace, |
| 709 | + non-comment) tokens in its value are the delimiter token ‘<code |
| 710 | + class=css>!</code>’ followed by the identifier token ‘<a |
| 711 | + href="#important"><code class=css>important</code></a>’. Declaring a |
| 712 | + shorthand property (e.g., ‘<code class=property>background</code>’) to |
| 713 | + be ‘<a href="#important"><code class=css>!important</code></a>’ is |
| 714 | + equivalent to declaring all of its sub-properties to be ‘<a |
| 715 | + href="#important"><code class=css>!important</code></a>’. |
716 | 716 |
|
717 | 717 | <p> User agent stylesheets may also contain ‘<a href="#important"><code |
718 | 718 | class=css>!important</code></a>’ rules. These override all author and |
|
0 commit comments