@@ -4610,7 +4610,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
4610
4610
<li><dfn data-x-href="https://w3c.github.io/webdriver-bidi/#webdriver-bidi-navigable-destroyed">WebDriver BiDi navigable destroyed</dfn></li>
4611
4611
<li><dfn data-x-href="https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-closed">WebDriver BiDi user prompt closed</dfn></li>
4612
4612
<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>
4614
4614
</ul>
4615
4615
</dd>
4616
4616
@@ -53216,6 +53216,11 @@ You cannot submit this form when the field is incorrect.</samp></pre>
53216
53216
<li><p>If <var>element</var> does not <span data-x="input-support-picker">support a
53217
53217
picker</span>, then return.</p></li>
53218
53218
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
+
53219
53224
<li>
53220
53225
<p>If <var>element</var> is an <code>input</code> element and <var>element</var>'s <code
53221
53226
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>
53225
53230
<ol>
53226
53231
<li><p>Optionally, wait until any prior execution of this algorithm has terminated.</p></li>
53227
53232
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>
53230
53238
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>
53243
53240
53244
53241
<li>
53245
53242
<p>If <var>dismissed</var> is true or if the user dismissed the prompt without changing their
0 commit comments