Skip to content

Commit 0bf93ba

Browse files
authored
Editorial: correct extracting reference
Fixes #1065.
1 parent dbb7916 commit 0bf93ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dom.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8799,7 +8799,7 @@ check first thing, which matches everyone but Firefox.
87998799
<p class=note>For historical reasons {{CharacterData}}
88008800
<a for=/>nodes</a> are not checked here and end up throwing later on as a side effect.
88018801

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

0 commit comments

Comments
 (0)