Skip to content

Commit a152dbf

Browse files
jugglinmikejgraham
authored andcommitted
Normative: reject unwanted partial innerText match
1 parent fd52027 commit a152dbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3051,7 +3051,8 @@ and |session|:
30513051
1. If |match type| is <code>"full"</code> and |node text| [=is=] |search text|,
30523052
[=list/append=] |context node| to |returned nodes|.
30533053

3054-
1. Otherwise, [=list/append=] |context node| to |returned nodes|.
3054+
1. Otherwise, if |match type| is <code>"partial"</code>, [=list/append=]
3055+
|context node| to |returned nodes|.
30553056

30563057
1. Otherwise, perform the following steps:
30573058

0 commit comments

Comments
 (0)