File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments