|
12 | 12 | </a></p> |
13 | 13 | <h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1> |
14 | 14 | <h2 class="no-num no-toc no-ref" id=subtitle><span class=content>Editor's Draft, |
15 | | - <span class=dt-updated><span class=value-title title=20130724>24 July 2013</span></span></span></h2> |
| 15 | + <span class=dt-updated><span class=value-title title=20130725>25 July 2013</span></span></span></h2> |
16 | 16 | <div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-syntax>http://dev.w3.org/csswg/css-syntax</a><dt>Editor's Draft:<dd><a href=http://dev.w3.org/csswg/css-syntax>http://dev.w3.org/csswg/css-syntax</a> |
17 | 17 | <dt>Feedback:</dt> |
18 | 18 | <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback">www-style@w3.org</a> |
@@ -2716,7 +2716,7 @@ <h3 data-level=8.1 id=style-rules><span class=secno>8.1 </span><span class=conte |
2716 | 2716 |
|
2717 | 2717 | <p> The prelude of the qualified rule is parsed as a |
2718 | 2718 | <a href=http://dev.w3.org/csswg/selectors4/#selector-list>selector list</a>. |
2719 | | - If the prelude does not successfully parse as a valid selector, |
| 2719 | + If this results in an <a href=http://dev.w3.org/csswg/selectors4/#invalid>invalid selector list</a>, |
2720 | 2720 | the entire style rule is invalid. |
2721 | 2721 |
|
2722 | 2722 | <p> The content of the qualified rule’s block is parsed as a |
@@ -2748,7 +2748,7 @@ <h3 data-level=8.2 id=the-charset-rule><span class=secno>8.2 </span><span class= |
2748 | 2748 |
|
2749 | 2749 | <pre class=prod><dfn data-dfn-type=production id=at-charset-rule><at-charset-rule></dfn> = @charset <a class=production data-autolink=link><var><string></var></a>;</pre> |
2750 | 2750 | <p> Additionally, an <a class=css data-autolink=maybe href=#charset>@charset</a> rule is invalid if it is not at the top-level of a stylesheet, |
2751 | | - if it is not the very first rule of a stylesheet. |
| 2751 | + or if it is not the very first rule of a stylesheet. |
2752 | 2752 |
|
2753 | 2753 | <p> <a class=css data-autolink=maybe href=#charset>@charset</a> rules have an <dfn data-dfn-type=link id=encoding>encoding</dfn>, |
2754 | 2754 | given by the value of the <a class=production data-autolink=link><var><string></var></a>. |
|
0 commit comments