Skip to content

Commit 2101d99

Browse files
committed
Make the 'anything else' clause in url-end reconsume the input character.
--HG-- extra : rebase_source : 767be6665cfa9cc81d9ef523480d25ca684bdb6d
1 parent bb2901c commit 2101d99

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

css3-syntax/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,8 @@ <h4 id=url-end-state><span class=secno>3.4.22. </span> <dfn
17861786
<dt>anything else
17871787

17881788
<dd> This is a <i>parse error</i>. Switch to the <a
1789-
href="#bad-url-state0"><i>bad-url state</i></a>.
1789+
href="#bad-url-state0"><i>bad-url state</i></a>. Reconsume the <a
1790+
href="#current-input-character"><i>current input character</i></a>.
17901791
</dl>
17911792

17921793
<h4 id=url-unquoted-state><span class=secno>3.4.23. </span> <dfn

css3-syntax/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,6 +1749,7 @@ <h4>
17491749
<dd>
17501750
This is a <i>parse error</i>.
17511751
Switch to the <i>bad-url state</i>.
1752+
Reconsume the <i>current input character</i>.
17521753
</dl>
17531754

17541755
<h4>

0 commit comments

Comments
 (0)