Skip to content

Commit 27e39ac

Browse files
committed
[css3-syntax] Typo fixes. Thanks to Zack Weinberg.
1 parent 8383a79 commit 27e39ac

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-syntax/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<meta content="CSS Syntax Module Level 3 (CSS3 Syntax)" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-02-15 name=dcterms.issued>
14+
<meta content=2013-02-18 name=dcterms.issued>
1515
<meta content="http://dev.w3.org/csswg/css3-syntax/" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
1717
<meta content="http://dev.w3.org/csswg/css3-syntax/"
@@ -31,7 +31,7 @@
3131

3232
<h1>CSS Syntax Module Level 3</h1>
3333

34-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 February
34+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 February
3535
2013</h2>
3636

3737
<dl>
@@ -489,7 +489,7 @@ <h2 id=syntax-description><span class=secno>2. </span> Description of CSS's
489489
<h2 id=tokenizing-and-parsing-css><span class=secno>3. </span> Tokenizing
490490
and Parsing CSS</h2>
491491

492-
<p> User agents must use the parsing rules described in this specifiction
492+
<p> User agents must use the parsing rules described in this specification
493493
to generate the CSSOM trees from text/css resources. Together, these rules
494494
define what is referred to as the CSS parser.
495495

@@ -587,7 +587,7 @@ <h3 id=the-input-byte-stream><span class=secno>3.2. </span> The input byte
587587
the byte order mark (BOM) take precedence, hence the usage of the term
588588
"fallback" above.
589589

590-
<p class=issue> Anne says that steps 4/5 should be an input to this
590+
<p class=issue> Anne says that steps 3/4 should be an input to this
591591
algorithm from the specs that define importing stylesheet, to make the
592592
algorithm as a whole cleaner. Perhaps abstract it into the concept of an
593593
"environment charset" or something?

css3-syntax/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ <h2>
206206
Tokenizing and Parsing CSS</h2>
207207

208208
<p>
209-
User agents must use the parsing rules described in this specifiction
209+
User agents must use the parsing rules described in this specification
210210
to generate the CSSOM trees from text/css resources.
211211
Together, these rules define what is referred to as the CSS parser.
212212

@@ -313,7 +313,7 @@ <h3>
313313
hence the usage of the term "fallback" above.
314314

315315
<p class='issue'>
316-
Anne says that steps 4/5 should be an input to this algorithm from the specs that define importing stylesheet,
316+
Anne says that steps 3/4 should be an input to this algorithm from the specs that define importing stylesheet,
317317
to make the algorithm as a whole cleaner.
318318
Perhaps abstract it into the concept of an "environment charset" or something?
319319

0 commit comments

Comments
 (0)