Skip to content

Commit 548ba07

Browse files
committed
[css-syntax] typo
--HG-- extra : rebase_source : 07e5e809974cee41bcd3eaaab9abb6f37fd42c66
1 parent b1b73e0 commit 548ba07

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

css-syntax/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,9 @@ Preprocessing the input stream</h3>
385385

386386
<ul>
387387
<li>
388-
Replace any U+000D CARRIAGE RETURN (CR) <a>code point</a>,
389-
U+000C FORM FEED (FF) <a>code point</a>,
390-
or pairs of U+000D CARRIAGE RETURN (CR) followed by U+000A LINE FEED (LF)
388+
Replace any U+000D CARRIAGE RETURN (CR) <a>code points</a>,
389+
U+000C FORM FEED (FF) <a>code points</a>,
390+
or pairs of U+000D CARRIAGE RETURN (CR) followed by U+000A LINE FEED (LF),
391391
by a single U+000A LINE FEED (LF) <a>code point</a>.
392392

393393
<li>

css-syntax/Overview.html

+14-6
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</p>
5959
<h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1>
6060
<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>
6262
<div data-fill-with=spec-metadata><dl>
6363
<dt>This version:
6464
<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
186186
<li><a href=#the-anb-type><span class=secno>6.2</span> The <code>&lt;an+b&gt;</code> type</a></ul>
187187
<li><a href=#rule-defs><span class=secno>7</span> Defining Grammars for Rules and Other Values</a>
188188
<ul class=toc>
189-
<li><a href=#declaration-rule-list><span class=secno>7.1</span> Defining Block Contents: the <span>&lt;declaration-list&gt;</span>, <span>&lt;rule-list&gt;</span>, and <span>&lt;stylesheet&gt;</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>">&lt;declaration-list&gt;</span>, <span class=production data-link-type=type title="<rule-list>">&lt;rule-list&gt;</span>, and <span class=production data-link-type=type title="<stylesheet>">&lt;stylesheet&gt;</span> productions</a></ul>
190190
<li><a href=#css-stylesheets><span class=secno>8</span> CSS stylesheets</a>
191191
<ul class=toc>
192192
<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>
194194
<li><a href=#serialization><span class=secno>9</span> Serialization</a>
195195
<ul class=toc>
196196
<li><a href=#serializing-anb><span class=secno>9.1</span> Serializing <var>&lt;an+b&gt;</var></a></ul>
@@ -585,9 +585,9 @@ <h3 class="heading settled heading" data-level=3.3 id=input-preprocessing><span
585585

586586
<ul>
587587
<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),
591591
by a single U+000A LINE FEED (LF) <a data-link-type=dfn href=#code-point title="code point">code point</a>.
592592

593593
<li>
@@ -5024,6 +5024,14 @@ <h3 class="no-ref heading settled heading" id=conventions><span class=content>
50245024

50255025
<p class=note>Note, this is an informative note.</p>
50265026

5027+
<p>Advisements are normative sections styled to evoke special attention and are
5028+
set apart from other normative text with <code>&lt;strong class="advisement"&gt;</code>, like
5029+
this:
5030+
5031+
<strong class=advisement>
5032+
UAs MUST provide an accessible alternative.
5033+
</strong>
5034+
50275035
<h3 class="no-ref heading settled heading" id=conformance-classes><span class=content>
50285036
Conformance classes</span><a class=self-link href=#conformance-classes></a></h3>
50295037

0 commit comments

Comments
 (0)