Skip to content

Commit bb2901c

Browse files
committed
I missed one of the places where I should have changed from emitting a bad-url token to switching to the bad-url state.
--HG-- extra : rebase_source : 584592705160964c26fe12229c90c0d5a693855c
1 parent 3d6cf47 commit bb2901c

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

css3-syntax/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

css3-syntax/Overview.src.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)