@@ -2313,12 +2313,14 @@ <h4 id=url-state><span class=secno>4.4.13. </span> <dfn id=url-state0>URL
23132313
23142314 < dt > U+0022 QUOTATION MARK (")
23152315
2316- < dd > Switch to the < a href ="#url-double-quote-state0 "> < i > url-double-quote
2316+ < dd > Create a url token with its value initially set to the empty string.
2317+ Switch to the < a href ="#url-double-quote-state0 "> < i > url-double-quote
23172318 state</ i > </ a > .
23182319
23192320 < dt > U+0027 APOSTROPHE (')
23202321
2321- < dd > Switch to the < a href ="#url-single-quote-state0 "> < i > url-single-quote
2322+ < dd > Create a url token with its value initially set to the empty string.
2323+ Switch to the < a href ="#url-single-quote-state0 "> < i > url-single-quote
23222324 state</ i > </ a > .
23232325
23242326 < dt > U+0029 RIGHT PARENTHESIS ())
@@ -2332,7 +2334,8 @@ <h4 id=url-state><span class=secno>4.4.13. </span> <dfn id=url-state0>URL
23322334
23332335 < dt > anything else
23342336
2335- < dd > Switch to the < a href ="#url-unquoted-state0 "> < i > url-unquoted
2337+ < dd > Create a url token with its value initially set to the empty string.
2338+ Switch to the < a href ="#url-unquoted-state0 "> < i > url-unquoted
23362339 state</ i > </ a > . < a
23372340 href ="#reconsume-the-current-input-character "> < i > Reconsume the current
23382341 input character</ i > </ a > .
@@ -2341,9 +2344,6 @@ <h4 id=url-state><span class=secno>4.4.13. </span> <dfn id=url-state0>URL
23412344 < h4 id =url-double-quote-state > < span class =secno > 4.4.14. </ span > < dfn
23422345 id =url-double-quote-state0 > URL-double-quote state</ dfn > </ h4 >
23432346
2344- < p > If a url token has not yet been created since entering this state,
2345- create a url token with its value initially set to the empty string.
2346-
23472347 < p > Consume the < a href ="#next-input-character "> < i > next input
23482348 character</ i > </ a > .
23492349
@@ -2387,9 +2387,6 @@ <h4 id=url-double-quote-state><span class=secno>4.4.14. </span> <dfn
23872387 < h4 id =url-single-quote-state > < span class =secno > 4.4.15. </ span > < dfn
23882388 id =url-single-quote-state0 > URL-single-quote state</ dfn > </ h4 >
23892389
2390- < p > If a url token has not yet been created since entering this state,
2391- create a url token with its value initially set to the empty string.
2392-
23932390 < p > Consume the < a href ="#next-input-character "> < i > next input
23942391 character</ i > </ a > .
23952392
@@ -2459,9 +2456,6 @@ <h4 id=url-end-state><span class=secno>4.4.16. </span> <dfn
24592456 < h4 id =url-unquoted-state > < span class =secno > 4.4.17. </ span > < dfn
24602457 id =url-unquoted-state0 > URL-unquoted state</ dfn > </ h4 >
24612458
2462- < p > If a url token has not yet been created since entering this state,
2463- create a url token with its value initially set to the empty string.
2464-
24652459 < p > Consume the < a href ="#next-input-character "> < i > next input
24662460 character</ i > </ a > .
24672461
0 commit comments