Skip to content

Commit 1580630

Browse files
committed
[css-syntax] Fix some errant angles that got in.
--HG-- extra : rebase_source : c9f9bb560879725ab9e8fe9440a2247cbe12e879
1 parent 1a4a813 commit 1580630

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

css-syntax/Overview.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
203203
state</a>
204204

205205
<li><a href="#at-keyword-state"><span class=secno>4.3.6. </span>
206-
at-keyword state</a>
206+
At-keyword state</a>
207207

208208
<li><a href="#ident-state"><span class=secno>4.3.7. </span> Ident
209209
state</a>
@@ -238,8 +238,8 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
238238
<li><a href="#url-end-state"><span class=secno>4.3.17. </span> URL-end
239239
state</a>
240240

241-
<li><a href="#bad-url-state"><span class=secno>4.3.18. </span>
242-
〈Bad-URL〉 state</a>
241+
<li><a href="#bad-url-state"><span class=secno>4.3.18. </span> Bad-URL
242+
state</a>
243243

244244
<li><a href="#unicode-range-state"><span class=secno>4.3.19. </span>
245245
Unicode-range state</a>
@@ -1916,7 +1916,7 @@ <h4 id=comment-state><span class=secno>4.3.5. </span> <dfn
19161916
</dl>
19171917

19181918
<h4 id=at-keyword-state><span class=secno>4.3.6. </span> <dfn
1919-
id=at-keyword-state0>at-keyword state</dfn></h4>
1919+
id=at-keyword-state0>At-keyword state</dfn></h4>
19201920

19211921
<p> When this state is first entered, create an 〈at-keyword〉 token with
19221922
its value initially set to the empty string.
@@ -2302,7 +2302,7 @@ <h4 id=url-double-quote-state><span class=secno>4.3.14. </span> <dfn
23022302
<dt><a href="#newline"><i>newline</i></a>
23032303

23042304
<dd> This is a <a href="#parse-errors"><i>parse error</i></a>. Switch to
2305-
the <a href="#bad-url-state0"><i>bad-url state</i></a>.
2305+
the <a href="#bad-url-state0"><i>bad-url state</i></a>.
23062306

23072307
<dt>U+005C REVERSE SOLIDUS (\)
23082308

@@ -2346,7 +2346,7 @@ <h4 id=url-single-quote-state><span class=secno>4.3.15. </span> <dfn
23462346
<dt><a href="#newline"><i>newline</i></a>
23472347

23482348
<dd> This is a <a href="#parse-errors"><i>parse error</i></a>. Switch to
2349-
the <a href="#bad-url-state0"><i>bad-url state</i></a>.
2349+
the <a href="#bad-url-state0"><i>bad-url state</i></a>.
23502350

23512351
<dt>U+005C REVERSE SOLIDUS (\)
23522352

@@ -2398,14 +2398,14 @@ <h4 id=url-unquoted-state><span class=secno>4.3.16. </span> <dfn
23982398
<dt><a href="#non-printable-character"><i>non-printable character</i></a>
23992399

24002400
<dd> This is a <a href="#parse-errors"><i>parse error</i></a>. Switch to
2401-
the <a href="#bad-url-state0"><i>bad-url state</i></a>.
2401+
the <a href="#bad-url-state0"><i>bad-url state</i></a>.
24022402

24032403
<dt>U+005C REVERSE SOLIDUS
24042404

24052405
<dd> If the <a href="#next-input-character"><i>next input
24062406
character</i></a> is a <a href="#newline"><i>newline</i></a> or EOF, this
24072407
is a <a href="#parse-errors"><i>parse error</i></a>. Switch to the <a
2408-
href="#bad-url-state0"><i>bad-url state</i></a>.
2408+
href="#bad-url-state0"><i>bad-url state</i></a>.
24092409
<p> Otherwise, <a href="#consume-an-escaped-character0"><i>consume an
24102410
escaped character</i></a>. Append the returned character to the
24112411
〈url〉’s value. Remain in this state.
@@ -2438,13 +2438,13 @@ <h4 id=url-end-state><span class=secno>4.3.17. </span> <dfn
24382438
<dt>anything else
24392439

24402440
<dd> This is a <a href="#parse-errors"><i>parse error</i></a>. Switch to
2441-
the <a href="#bad-url-state0"><i>bad-url state</i></a>. <a
2441+
the <a href="#bad-url-state0"><i>bad-url state</i></a>. <a
24422442
href="#reconsume-the-current-input-character"><i>Reconsume the current
24432443
input character</i></a>.
24442444
</dl>
24452445

24462446
<h4 id=bad-url-state><span class=secno>4.3.18. </span> <dfn
2447-
id=bad-url-state0>Bad-URL state</dfn></h4>
2447+
id=bad-url-state0>Bad-URL state</dfn></h4>
24482448

24492449
<p> Consume the <a href="#next-input-character"><i>next input
24502450
character</i></a>.
@@ -4553,7 +4553,7 @@ <h2 class=no-num id=index> Index</h2>
45534553
<li>ASCII case-insensitive, <a href="#ascii-case-insensitive"
45544554
title="section 5.2."><strong>5.2.</strong></a>
45554555

4556-
<li>at-keyword state, <a href="#at-keyword-state0"
4556+
<li>At-keyword state, <a href="#at-keyword-state0"
45574557
title="section 4.3.6."><strong>4.3.6.</strong></a>
45584558

45594559
<li>at-rule, <a href="#at-rule"
@@ -4565,7 +4565,7 @@ <h2 class=no-num id=index> Index</h2>
45654565

45664566
<li>B, <a href="#b" title="section 6."><strong>6.</strong></a>
45674567

4568-
<li>Bad-URL state, <a href="#bad-url-state0"
4568+
<li>Bad-URL state, <a href="#bad-url-state0"
45694569
title="section 4.3.18."><strong>4.3.18.</strong></a>
45704570

45714571
<li>check if three characters would start an identifier, <a

css-syntax/Overview.src.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ <h4>
11461146
</dl>
11471147

11481148
<h4>
1149-
<dfn>at-keyword state</dfn></h4>
1149+
<dfn>At-keyword state</dfn></h4>
11501150

11511151
<p>
11521152
When this state is first entered,
@@ -1542,7 +1542,7 @@ <h4>
15421542
<dt><i>newline</i>
15431543
<dd>
15441544
This is a <i>parse error</i>.
1545-
Switch to the <i>bad-url state</i>.
1545+
Switch to the <i>bad-url state</i>.
15461546

15471547
<dt>U+005C REVERSE SOLIDUS (\)
15481548
<dd>
@@ -1591,7 +1591,7 @@ <h4>
15911591
<dt><i>newline</i>
15921592
<dd>
15931593
This is a <i>parse error</i>.
1594-
Switch to the <i>bad-url state</i>.
1594+
Switch to the <i>bad-url state</i>.
15951595

15961596
<dt>U+005C REVERSE SOLIDUS (\)
15971597
<dd>
@@ -1644,14 +1644,14 @@ <h4>
16441644
<dt><i>non-printable character</i>
16451645
<dd>
16461646
This is a <i>parse error</i>.
1647-
Switch to the <i>bad-url state</i>.
1647+
Switch to the <i>bad-url state</i>.
16481648

16491649
<dt>U+005C REVERSE SOLIDUS
16501650
<dd>
16511651
If the <i>next input character</i>
16521652
is a <i>newline</i> or EOF,
16531653
this is a <i>parse error</i>.
1654-
Switch to the <i>bad-url state</i>.
1654+
Switch to the <i>bad-url state</i>.
16551655

16561656
<p>
16571657
Otherwise,
@@ -1687,13 +1687,13 @@ <h4>
16871687
<dt>anything else
16881688
<dd>
16891689
This is a <i>parse error</i>.
1690-
Switch to the <i>bad-url state</i>.
1690+
Switch to the <i>bad-url state</i>.
16911691
<i>Reconsume the current input character</i>.
16921692
</dl>
16931693

16941694

16951695
<h4>
1696-
<dfn>Bad-URL state</dfn></h4>
1696+
<dfn>Bad-URL state</dfn></h4>
16971697

16981698
<p>
16991699
Consume the <i>next input character</i>.

0 commit comments

Comments
 (0)