Skip to content

Commit

Permalink
Editorial: sort parse error descriptions alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
not-my-profile authored and domenic committed Sep 26, 2023
1 parent 53ead5c commit 1bf1521
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -118495,18 +118495,18 @@ dictionary <dfn dictionary>StorageEventInit</dfn> : <span>EventInit</span> {
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>
<td><p>This error occurs if the parser encounters an <span data-x="syntax-end-tag">end
tag</span> with <span data-x="syntax-attributes">attributes</span>. Attributes in end tags are
ignored and do not make their way into the DOM.</p>

<tr>
<td><dfn data-x="parse-error-duplicate-attribute">duplicate-attribute</dfn>
<td><p>This error occurs if the parser encounters an <span
data-x="syntax-attributes">attribute</span> in a tag that already has an attribute with the
same name. The parser ignores all such duplicate occurrences of the attribute.

<tr>
<td><dfn data-x="parse-error-end-tag-with-attributes">end-tag-with-attributes</dfn>
<td><p>This error occurs if the parser encounters an <span data-x="syntax-end-tag">end
tag</span> with <span data-x="syntax-attributes">attributes</span>. Attributes in end tags are
ignored and do not make their way into the DOM.</p>

<tr>
<td><dfn data-x="parse-error-end-tag-with-trailing-solidus">end-tag-with-trailing-solidus</dfn>
<td><p>This error occurs if the parser encounters an <span data-x="syntax-end-tag">end
Expand Down

0 comments on commit 1bf1521

Please sign in to comment.