|
58 | 58 | </p>
|
59 | 59 | <h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1>
|
60 | 60 | <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
|
61 |
| - <span class=dt-updated><span class=value-title title=20140707>7 July 2014</span></span></span></h2> |
| 61 | + <span class=dt-updated><span class=value-title title=20140723>23 July 2014</span></span></span></h2> |
62 | 62 | <div data-fill-with=spec-metadata><dl>
|
63 | 63 | <dt>This version:
|
64 | 64 | <dd><a class=u-url href=http://dev.w3.org/csswg/css-syntax/>http://dev.w3.org/csswg/css-syntax/</a>
|
@@ -186,11 +186,11 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
|
186 | 186 | <li><a href=#the-anb-type><span class=secno>6.2</span> The <code><an+b></code> type</a></ul>
|
187 | 187 | <li><a href=#rule-defs><span class=secno>7</span> Defining Grammars for Rules and Other Values</a>
|
188 | 188 | <ul class=toc>
|
189 |
| - <li><a href=#declaration-rule-list><span class=secno>7.1</span> Defining Block Contents: the <span><declaration-list></span>, <span><rule-list></span>, and <span><stylesheet></span> productions</a></ul> |
| 189 | + <li><a href=#declaration-rule-list><span class=secno>7.1</span> Defining Block Contents: the <span class=production data-link-type=type title="<declaration-list>"><declaration-list></span>, <span class=production data-link-type=type title="<rule-list>"><rule-list></span>, and <span class=production data-link-type=type title="<stylesheet>"><stylesheet></span> productions</a></ul> |
190 | 190 | <li><a href=#css-stylesheets><span class=secno>8</span> CSS stylesheets</a>
|
191 | 191 | <ul class=toc>
|
192 | 192 | <li><a href=#style-rules><span class=secno>8.1</span> Style rules</a>
|
193 |
| - <li><a href=#charset-rule><span class=secno>8.2</span> The <span>@charset</span> Rule</a></ul> |
| 193 | + <li><a href=#charset-rule><span class=secno>8.2</span> The <span class=css data-link-type=maybe title=@charset>@charset</span> Rule</a></ul> |
194 | 194 | <li><a href=#serialization><span class=secno>9</span> Serialization</a>
|
195 | 195 | <ul class=toc>
|
196 | 196 | <li><a href=#serializing-anb><span class=secno>9.1</span> Serializing <var><an+b></var></a></ul>
|
@@ -585,9 +585,9 @@ <h3 class="heading settled heading" data-level=3.3 id=input-preprocessing><span
|
585 | 585 |
|
586 | 586 | <ul>
|
587 | 587 | <li>
|
588 |
| - Replace any U+000D CARRIAGE RETURN (CR) <a data-link-type=dfn href=#code-point title="code point">code point</a>, |
589 |
| - U+000C FORM FEED (FF) <a data-link-type=dfn href=#code-point title="code point">code point</a>, |
590 |
| - or pairs of U+000D CARRIAGE RETURN (CR) followed by U+000A LINE FEED (LF) |
| 588 | + Replace any U+000D CARRIAGE RETURN (CR) <a data-link-type=dfn href=#code-point title="code points">code points</a>, |
| 589 | + U+000C FORM FEED (FF) <a data-link-type=dfn href=#code-point title="code points">code points</a>, |
| 590 | + or pairs of U+000D CARRIAGE RETURN (CR) followed by U+000A LINE FEED (LF), |
591 | 591 | by a single U+000A LINE FEED (LF) <a data-link-type=dfn href=#code-point title="code point">code point</a>.
|
592 | 592 |
|
593 | 593 | <li>
|
@@ -5024,6 +5024,14 @@ <h3 class="no-ref heading settled heading" id=conventions><span class=content>
|
5024 | 5024 |
|
5025 | 5025 | <p class=note>Note, this is an informative note.</p>
|
5026 | 5026 |
|
| 5027 | + <p>Advisements are normative sections styled to evoke special attention and are |
| 5028 | + set apart from other normative text with <code><strong class="advisement"></code>, like |
| 5029 | + this: |
| 5030 | + |
| 5031 | + <strong class=advisement> |
| 5032 | + UAs MUST provide an accessible alternative. |
| 5033 | + </strong> |
| 5034 | + |
5027 | 5035 | <h3 class="no-ref heading settled heading" id=conformance-classes><span class=content>
|
5028 | 5036 | Conformance classes</span><a class=self-link href=#conformance-classes></a></h3>
|
5029 | 5037 |
|
|
0 commit comments