diff --git a/source b/source index 2590aa57623..50ad60cf84a 100644 --- a/source +++ b/source @@ -4615,6 +4615,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
Optionally, wait until any prior execution of this algorithm has terminated.
Display a prompt to the user requesting that the user specify some files. If the multiple
attribute is not set on element, there
- must be no more than one file selected; otherwise, any number may be selected. Files can be
- from the filesystem or created on the fly, e.g., a picture taken from a camera connected to the
- user's device.
Let dismissed be the result of WebDriver BiDi file dialog opened + with element.
Wait for the user to have made their selection.
If dismissed is false:
-If the user dismissed the prompt without changing their selection, then queue an
- element task on the user interaction task source given element
- to fire an event named cancel
at element, with the bubbles
attribute initialized to true.
Display a prompt to the user requesting that the user specify some files. If the multiple
attribute is not set on element, there
+ must be no more than one file selected; otherwise, any number may be selected. Files can be
+ from the filesystem or created on the fly, e.g., a picture taken from a camera connected to the
+ user's device.
Wait for the user to have made their selection.
If dismissed is true or if the user dismissed the prompt without changing
+ their selection, then queue an element task on the user interaction task
+ source given element to fire an
+ event named cancel
at element, with the
+ bubbles
attribute initialized to true.
Otherwise, update the file selection for element.