Skip to content

Commit 23e1d53

Browse files
committed
[css-syntax] Markup typo
1 parent 70d4b37 commit 23e1d53

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

css-syntax/Overview.html

Lines changed: 12 additions & 11 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-06-06 name=dcterms.date>
14+
<meta content=2013-06-12 name=dcterms.date>
1515
<meta content="Tab Atkins Jr." name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
1717
<meta content="http://dev.w3.org/csswg/css3-syntax/"
@@ -32,7 +32,7 @@
3232
<h1 class=p-name>CSS Syntax Module Level 3</h1>
3333

3434
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <time
35-
class=dt-updated datetime=20130606> 6 June 2013</time></h2>
35+
class=dt-updated datetime=20130612>12 June 2013</time></h2>
3636

3737
<dl>
3838
<dt>This version:
@@ -198,8 +198,8 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
198198
<li><a href="#consume-a-string-token"><span class=secno>4.3.4. </span>
199199
Consume a string token</a>
200200

201-
<li><a href="#consume-a-url-token-"><span class=secno>4.3.5. </span>
202-
Consume a url token </a>
201+
<li><a href="#consume-a-url-token"><span class=secno>4.3.5. </span>
202+
Consume a url token</a>
203203

204204
<li><a href="#consume-a-unicode-range-token"><span class=secno>4.3.6.
205205
</span> Consume a unicode-range token</a>
@@ -1781,7 +1781,8 @@ <h4 id=consume-an-ident-like-token><span class=secno>4.3.3. </span> <dfn
17811781
href="#ascii-case-insensitive"><i>ASCII case-insensitive</i></a> match for
17821782
"url", and the <a href="#next-input-character"><i>next input
17831783
character</i></a> is U+0028 LEFT PARENTHESIS ((), consume it. <a
1784-
href="#consume-a-url-token"><i>Consume a url token</i></a>, and return it.
1784+
href="#consume-a-url-token0"><i>Consume a url token</i></a>, and return
1785+
it.
17851786

17861787
<p> Otherwise, if the <a href="#next-input-character"><i>next input
17871788
character</i></a> is U+0028 LEFT PARENTHESIS ((), consume it. Create a
@@ -1838,12 +1839,12 @@ <h4 id=consume-a-string-token><span class=secno>4.3.4. </span> <dfn
18381839
character</i></a> to the 〈string〉’s value.
18391840
</dl>
18401841

1841-
<h4 id=consume-a-url-token-><span class=secno>4.3.5. </span> <dfn
1842-
id=consume-a-url-token>Consume a url token</dfn></h4>
1842+
<h4 id=consume-a-url-token><span class=secno>4.3.5. </span> <dfn
1843+
id=consume-a-url-token0>Consume a url token</dfn></h4>
18431844

1844-
<p> This section describes how to <a href="#consume-a-url-token"><i>consume
1845-
a url token</i></a> from a stream of characters. It returns either a
1846-
〈url〉 or a 〈bad-url〉.
1845+
<p> This section describes how to <a
1846+
href="#consume-a-url-token0"><i>consume a url token</i></a> from a stream
1847+
of characters. It returns either a 〈url〉 or a 〈bad-url〉.
18471848

18481849
<p class=note> This algorithm assumes that the initial "url(" has already
18491850
been consumed.
@@ -4281,7 +4282,7 @@ <h2 class=no-num id=index> Index</h2>
42814282
href="#consume-a-unicode-range-token0"
42824283
title="section 4.3.6."><strong>4.3.6.</strong></a>
42834284

4284-
<li>Consume a url token, <a href="#consume-a-url-token"
4285+
<li>Consume a url token, <a href="#consume-a-url-token0"
42854286
title="section 4.3.5."><strong>4.3.5.</strong></a>
42864287

42874288
<li>Consume the remnants of a bad url, <a

css-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ <h4>
11131113

11141114

11151115
<h4>
1116-
<dfn>Consume a url token</dfn>
1116+
<dfn>Consume a url token</dfn></h4>
11171117

11181118
<p>
11191119
This section describes how to <i>consume a url token</i> from a stream of characters.

0 commit comments

Comments
 (0)