Skip to content

Commit 5454201

Browse files
committed
Fix extend
1 parent 10866d1 commit 5454201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4093,7 +4093,7 @@ To <dfn>locate nodes using inner text</dfn> with given |context nodes|,
40934093

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

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

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

0 commit comments

Comments
 (0)