Skip to content

Commit 2b10f89

Browse files
authored
Add missing "not" in "input.setFiles" algorithm check when "files" parameter is greater than 1. (#673)
1 parent 05b9d66 commit 2b10f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10513,7 +10513,7 @@ The [=remote end steps=] given |session| and |command parameters| are:
1051310513
return [=error=] with [=error code=] [=unable to set file input=].
1051410514

1051510515
1. If the [=set/size=] of |files| is greater than 1 and |element|'s
10516-
<{input/multiple}> attribute is set, return [=error=] with [=error code=]
10516+
<{input/multiple}> attribute is not set, return [=error=] with [=error code=]
1051710517
[=unable to set file input=].
1051810518

1051910519
1. Let |files| be the value of the |command parameters|["<code>files</code>"]

0 commit comments

Comments
 (0)