@@ -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
0 commit comments