Skip to content

Commit 71d44d0

Browse files
authored
Clarify "control-character-reference" parse error
Closes #5058.
1 parent 1529ed1 commit 71d44d0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100832,9 +100832,9 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
100832100832
<td><p>This error occurs if the parser encounters a numeric <span
100833100833
data-x="syntax-charref">character reference</span> that references a <span
100834100834
data-x="control">control</span> <span>code point</span> that is not <span>ASCII
100835-
whitespace</span>, a U+000D CARRIAGE RETURN, or U+0000 NULL. The parser resolves such character
100836-
references as-is except C1 control references that are replaced according to the <span>numeric
100837-
character reference end state</span>.</p>
100835+
whitespace</span> or is a U+000D CARRIAGE RETURN. The parser resolves such character references
100836+
as-is except C1 control references that are replaced according to the <span>numeric character
100837+
reference end state</span>.</p>
100838100838

100839100839
<tr>
100840100840
<td><dfn data-x="parse-error-end-tag-with-attributes">end-tag-with-attributes</dfn>
@@ -121714,6 +121714,7 @@ INSERT INTERFACES HERE
121714121714
Smylers,
121715121715
Srirama Chandra Sekhar Mogali,
121716121716
Stanton McCandlish,
121717+
stasoid, <!-- GitHub -->
121717121718
Stefan H&aring;kansson,
121718121719
Stefan Haustein,
121719121720
Stefan Santesson,

0 commit comments

Comments
 (0)