Skip to content

Commit

Permalink
Fix extend
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jan 30, 2025
1 parent 10866d1 commit 5454201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4093,7 +4093,7 @@ To <dfn>locate nodes using inner text</dfn> with given |context nodes|,

1. [=list/Append=] |child| to |child nodes|.

1. [=Extend=] |returned nodes| with the result of [=trying=] to [=locate nodes using inner text=]
1. [=list/Extend=] |returned nodes| with the result of [=trying=] to [=locate nodes using inner text=]
with |child nodes|, |selector|, |max depth|, |match type|, |ignore case|, and |maximum returned node count|.

1. If |context node| does not implement {{HTMLElement}} then [=continue=].
Expand Down

0 comments on commit 5454201

Please sign in to comment.