Skip to content

Commit 091fe90

Browse files
file dialog can be only dismissed
1 parent eaf900c commit 091fe90

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source

+3-4
Original file line numberDiff line numberDiff line change
@@ -53225,12 +53225,11 @@ You cannot submit this form when the field is incorrect.</samp></pre>
5322553225
<ol>
5322653226
<li><p>Optionally, wait until any prior execution of this algorithm has terminated.</p></li>
5322753227

53228-
<li><p>Let (<var>suppressed</var>, <var>dismissed</var>) be the result of
53229-
<span>WebDriver BiDi file dialog shown</span> with <var>element</var> and
53230-
<var>picker type</var>.</p></li>
53228+
<li><p>Let <var>dismissed</var> be the result of <span>WebDriver BiDi file dialog shown</span>
53229+
with <var>element</var>.</p></li>
5323153230

5323253231
<li>
53233-
<p>If <var>suppressed</var> is false:</p>
53232+
<p>If <var>dismissed</var> is false:</p>
5323453233
<ol>
5323553234
<li><p>Display a prompt to the user requesting that the user specify some files. If the <code
5323653235
data-x="attr-input-multiple">multiple</code> attribute is not set on <var>element</var>, there

0 commit comments

Comments
 (0)