Skip to content

Commit 60b2e31

Browse files
Move back to WebDriver BiDi picker shown
1 parent 38c6df3 commit 60b2e31

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

source

+12-15
Original file line numberDiff line numberDiff line change
@@ -4610,7 +4610,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
46104610
<li><dfn data-x-href="https://w3c.github.io/webdriver-bidi/#webdriver-bidi-navigable-destroyed">WebDriver BiDi navigable destroyed</dfn></li>
46114611
<li><dfn data-x-href="https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-closed">WebDriver BiDi user prompt closed</dfn></li>
46124612
<li><dfn data-x-href="https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-opened">WebDriver BiDi user prompt opened</dfn></li>
4613-
<li><dfn data-x-href="https://w3c.github.io/webdriver-bidi/#webdriver-bidi-picker-shown">WebDriver BiDi file dialog opened</dfn></li>
4613+
<li><dfn data-x-href="https://w3c.github.io/webdriver-bidi/#webdriver-bidi-picker-shown">WebDriver BiDi picker shown</dfn></li>
46144614
</ul>
46154615
</dd>
46164616

@@ -53216,6 +53216,11 @@ You cannot submit this form when the field is incorrect.</samp></pre>
5321653216
<li><p>If <var>element</var> does not <span data-x="input-support-picker">support a
5321753217
picker</span>, then return.</p></li>
5321853218

53219+
<li><p>Let <var>intercepted</var> be the result of <span>WebDriver BiDi picker shown</span>
53220+
with <var>element</var>.</p></li>
53221+
53222+
<li><p>If <var>intercepted</var> is true, then return.</p></li>
53223+
5321953224
<li>
5322053225
<p>If <var>element</var> is an <code>input</code> element and <var>element</var>'s <code
5322153226
data-x="attr-input-type">type</code> attribute is in the <span
@@ -53225,21 +53230,13 @@ You cannot submit this form when the field is incorrect.</samp></pre>
5322553230
<ol>
5322653231
<li><p>Optionally, wait until any prior execution of this algorithm has terminated.</p></li>
5322753232

53228-
<li><p>Let <var>dismissed</var> be the result of <span>WebDriver BiDi file dialog opened</span>
53229-
with <var>element</var>.</p></li>
53233+
<li><p>Display a prompt to the user requesting that the user specify some files. If the <code
53234+
data-x="attr-input-multiple">multiple</code> attribute is not set on <var>element</var>, there
53235+
must be no more than one file selected; otherwise, any number may be selected. Files can be
53236+
from the filesystem or created on the fly, e.g., a picture taken from a camera connected to the
53237+
user's device.</p></li>
5323053238

53231-
<li>
53232-
<p>If <var>dismissed</var> is false:</p>
53233-
<ol>
53234-
<li><p>Display a prompt to the user requesting that the user specify some files. If the <code
53235-
data-x="attr-input-multiple">multiple</code> attribute is not set on <var>element</var>, there
53236-
must be no more than one file selected; otherwise, any number may be selected. Files can be
53237-
from the filesystem or created on the fly, e.g., a picture taken from a camera connected to the
53238-
user's device.</p></li>
53239-
53240-
<li><p>Wait for the user to have made their selection.</p></li>
53241-
</ol>
53242-
</li>
53239+
<li><p>Wait for the user to have made their selection.</p></li>
5324353240

5324453241
<li>
5324553242
<p>If <var>dismissed</var> is true or if the user dismissed the prompt without changing their

0 commit comments

Comments
 (0)