Skip to content

Commit

Permalink
Clarify "control-character-reference" parse error
Browse files Browse the repository at this point in the history
Closes #5058.
  • Loading branch information
domenic committed Mar 26, 2020
1 parent 1529ed1 commit 71d44d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -100832,9 +100832,9 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<td><p>This error occurs if the parser encounters a numeric <span
data-x="syntax-charref">character reference</span> that references a <span
data-x="control">control</span> <span>code point</span> that is not <span>ASCII
whitespace</span>, a U+000D CARRIAGE RETURN, or U+0000 NULL. The parser resolves such character
references as-is except C1 control references that are replaced according to the <span>numeric
character reference end state</span>.</p>
whitespace</span> or is a U+000D CARRIAGE RETURN. The parser resolves such character references
as-is except C1 control references that are replaced according to the <span>numeric character
reference end state</span>.</p>

<tr>
<td><dfn data-x="parse-error-end-tag-with-attributes">end-tag-with-attributes</dfn>
Expand Down Expand Up @@ -121714,6 +121714,7 @@ INSERT INTERFACES HERE
Smylers,
Srirama Chandra Sekhar Mogali,
Stanton McCandlish,
stasoid, <!-- GitHub -->
Stefan H&aring;kansson,
Stefan Haustein,
Stefan Santesson,
Expand Down

0 comments on commit 71d44d0

Please sign in to comment.