Skip to content

Commit ea93637

Browse files
committed
nit
1 parent 8297a91 commit ea93637

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

dom.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10489,7 +10489,7 @@ object <var>walker</var> and "<code>next</code>" or "<code>previous</code>" <var
1048910489
<li><p>Set <var>temporary</var> to <var>temporary</var>'s <a for=tree>parent</a>.
1049010490
</ol>
1049110491

10492-
<li><p>If <var>sibling</var> is null, then <a for=iteration>break</a>.
10492+
<li><p>If <var>sibling</var> is null, then return null.
1049310493

1049410494
<li><p>Set <var>node</var> to <var>sibling</var>.
1049510495

@@ -10499,8 +10499,6 @@ object <var>walker</var> and "<code>next</code>" or "<code>previous</code>" <var
1049910499
<li><p>If <var>result</var> is {{NodeFilter/FILTER_ACCEPT}}, then set <a>this</a>'s
1050010500
<a for=TreeWalker>current</a> to <var>node</var> and return <var>node</var>.
1050110501
</ol>
10502-
10503-
<li><p>Return null.
1050410502
</ol>
1050510503
</div>
1050610504

0 commit comments

Comments
 (0)