Skip to content

Commit

Permalink
Editorial: correct extracting reference
Browse files Browse the repository at this point in the history
Fixes #1065.
  • Loading branch information
annevk authored Mar 22, 2022
1 parent dbb7916 commit 0bf93ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -8799,7 +8799,7 @@ check first thing, which matches everyone but Firefox.
<p class=note>For historical reasons {{CharacterData}}
<a for=/>nodes</a> are not checked here and end up throwing later on as a side effect.

<li><p>Let <var>fragment</var> be the result of <a lt="live range">extracting</a> <a>this</a>.
<li><p>Let <var>fragment</var> be the result of <a for="live range">extracting</a> <a>this</a>.
<!-- If the range contains a DocumentType, Firefox 4.0 and Opera 11.00 don't
immediately throw here. Firefox removes the non-DocumentType nodes and
throws, Opera removes all nodes and doesn't throw. This applies to
Expand Down

0 comments on commit 0bf93ba

Please sign in to comment.