|
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-24 name=dcterms.date> |
| 13 | + <meta content=2013-06-25 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 24 June 2013</h2> |
| 32 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 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-20130624/</a> |
| 36 | + <dd><a href="http://dev.w3.org/csswg/css3-cascade/">http://www.w3.org/TR/2013/WD-css3-cascade-20130625/</a> |
37 | 37 | --> |
38 | 38 |
|
39 | 39 | <dt>Latest version: |
@@ -608,12 +608,12 @@ <h3 id=cascade><span class=secno>4.2. </span> Cascading Declarations</h3> |
608 | 608 | <dd> The <a href="http://www.w3.org/TR/selectors/#specificity">Selectors |
609 | 609 | module</a> <a href="#SELECT" |
610 | 610 | rel=biblioentry>[SELECT]<!--{{!SELECT}}--></a> describes how to compute |
611 | | - the specificity of a selector. For the purpose of this step, a style rule |
612 | | - without a selector (such as the <a |
| 611 | + the specificity of a selector. Each declaration has the same specificity |
| 612 | + as the style rule it appears in. For the purpose of this step, |
| 613 | + declarations that do not belong to a style rule (such as the <a |
613 | 614 | href="http://www.w3.org/TR/css-style-attr/#interpret">contents of a style |
614 | | - attribute</a>) is considered to have a specificity higher than any |
615 | | - selector. The declaration belonging to a style rule whose selector has |
616 | | - the highest specificity wins. |
| 615 | + attribute</a>) are considered to have a specificity higher than any |
| 616 | + selector. The declaration with the highest specificity wins. |
617 | 617 |
|
618 | 618 | <dt id=cascade-order>Order of appearance. |
619 | 619 |
|
|
0 commit comments