FFFF [css-syntax] Typo · w3c/csswg-drafts@6bfc2e8 · GitHub
Skip to content

Commit 6bfc2e8

Browse files
committed
[css-syntax] Typo
1 parent 1f9bd95 commit 6bfc2e8

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

css-syntax/Overview.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2 class="no-num no-toc no-ref" id=contents><span class=content>Table of conten
8383
Consume a string token</a><li><a href=#consume-a-url-token><span class=secno>4.3.5</span>
8484
Consume a url token</a><li><a href=#consume-a-unicode-range-token><span class=secno>4.3.6</span>
8585
Consume a unicode-range token</a><li><a href=#consume-an-escaped-code-point><span class=secno>4.3.7</span>
86-
consume an escaped code point</a><li><a href=#check-if-two-code-points-are-a-valid-escape><span class=secno>4.3.8</span>
86+
Consume an escaped code point</a><li><a href=#check-if-two-code-points-are-a-valid-escape><span class=secno>4.3.8</span>
8787
Check if two code points are a valid escape</a><li><a href=#check-if-three-code-points-would-start-an-identifier><span class=secno>4.3.9</span>
8888
Check if three code points would start an identifier</a><li><a href=#check-if-three-code-points-would-start-a-number><span class=secno>4.3.10</span>
8989
Check if three code points would start a number</a><li><a href=#consume-a-name><span class=secno>4.3.11</span>
@@ -730,7 +730,6 @@ <h3 data-level=4.2 id=definitions0><span class=secno>4.2 </span><span class=cont
730730
<dt><dfn data-dfn-type=dfn id=surrogate-code-point>surrogate code point</dfn>
731731
<dd>
732732
A <a href=#code-point>code point</a> between U+D800 and U+DFFF inclusive.
733-
See <a href=http://www.unicode.org/glossary/#surrogate_code_point>Unicode surrogate code point</a>.
734733

735734
<dt><dfn data-dfn-type=dfn id=maximum-allowed-code-point>maximum allowed code point</dfn>
736735
<dd>The greatest <a href=#code-point>code point</a> defined by Unicode. This is currently U+10FFFF.
@@ -1299,7 +1298,7 @@ <h4 data-level=4.3.6 id=consume-a-unicode-range-token><span class=secno>4.3.6 </
12991298

13001299

13011300
<h4 data-level=4.3.7 id=consume-an-escaped-code-point><span class=secno>4.3.7 </span><span class=content>
1302-
<dfn data-dfn-type=dfn id=consume-an-escaped-code-point0>consume an escaped code point</dfn></span><a class=section-link href=#consume-an-escaped-code-point>§</a></h4>
1301+
<dfn data-dfn-type=dfn id=consume-an-escaped-code-point0>Consume an escaped code point</dfn></span><a class=section-link href=#consume-an-escaped-code-point>§</a></h4>
13031302

13041303
<p> This section describes how to <a href=#consume-an-escaped-code-point0>consume an escaped code point</a>.
13051304
It assumes that the U+005C REVERSE SOLIDUS (\) has already been consumed
@@ -3232,7 +3231,7 @@ <h2 class="no-num no-ref" id=index><span class=content>
32323231
<li>Consume a list of rules, <a href=#consume-a-list-of-rules0 title="section 5.4.1">5.4.1</a>
32333232
<li>Consume a name, <a href=#consume-a-name0 title="section 4.3.11">4.3.11</a>
32343233
<li>Consume an at-rule, <a href=#consume-an-at-rule0 title="section 5.4.2">5.4.2</a>
3235-
<li>consume an escaped code point, <a href=#consume-an-escaped-code-point0 title="section 4.3.7">4.3.7</a>
3234+
<li>Consume an escaped code point, <a href=#consume-an-escaped-code-point0 title="section 4.3.7">4.3.7</a>
32363235
<li>Consume an ident-like token, <a href=#consume-an-ident-like-token0 title="section 4.3.3">4.3.3</a>
32373236
<li>Consume a number, <a href=#consume-a-number0 title="section 4.3.12">4.3.12</a>
32383237
<li>Consume a numeric token, <a href=#consume-a-numeric-token0 title="section 4.3.2">4.3.2</a>

css-syntax/Overview.src.html

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

11811181

11821182
<h4>
1183-
<dfn>consume an escaped code point</dfn></h4>
1183+
<dfn>Consume an escaped code point</dfn></h4>
11841184

11851185
This section describes how to <a>consume an escaped code point</a>.
11861186
It assumes that the U+005C REVERSE SOLIDUS (\) has already been consumed

0 commit comments

Comments
 (0)