File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1823,8 +1823,8 @@ <h4 id=url-unquoted-state><span class=secno>3.4.23. </span> <dfn
18231823
18241824 < dd > If the < a href ="#next-input-character "> < i > next input
18251825 character</ i > </ a > is a < a href ="#newline "> < i > newline</ i > </ a > or EOF, this
1826- is a < i > parse error</ i > . Emit a bad url token. Switch to the < a
1827- href ="#data- state0 "> < i > data state</ i > </ a > .
1826+ is a < i > parse error</ i > . Switch to the < a
1827+ href ="#bad-url- state0 "> < i > bad-url state</ i > </ a > .
18281828 < p > Otherwise, < a href ="#consume-an-escaped-character0 "> < i > consume an
18291829 escaped character</ i > </ a > . Append the returned character to the url
18301830 token's value. Remain in this state.
Original file line number Diff line number Diff line change @@ -1785,8 +1785,7 @@ <h4>
17851785 If the < i > next input character</ i >
17861786 is a < i > newline</ i > or EOF,
17871787 this is a < i > parse error</ i > .
1788- Emit a bad url token.
1789- Switch to the < i > data state</ i > .
1788+ Switch to the < i > bad-url state</ i > .
17901789
17911790 < p >
17921791 Otherwise,
You can’t perform that action at this time.
0 commit comments