Re: [w3c/permissions] Allow "prompt the user to choose" apply to one or more options. (PR #376)

@jyasskin commented on this pull request.



> @@ -652,26 +652,26 @@ <h3>
         </h3>
         <p>
           To <dfn data-lt="prompt the user to choose|prompting the user to choose" class=
-          "export">prompt the user to choose</dfn> one of several |options| associated with a
-          |descriptor|, the user agent must perform the following steps. This algorithm returns
-          either {{PermissionState/"denied"}} or one of the options.
+          "export">prompt the user to choose</dfn> one or more of several |options| associated with
+          a |descriptor|, the user agent must perform the following steps. This algorithm returns

FWIW, I'm not sure any callers are going to pick options other than "1" or "unlimited". Those are also the options for `<input>` elements with the [`multiple`](https://html.spec.whatwg.org/multipage/input.html#attr-input-multiple) attribute, which maybe reinforces the idea that they're all we should support here.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/pull/376#discussion_r874152023
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/permissions/pull/376/review/974559911@github.com>

Received on Monday, 16 May 2022 20:59:06 UTC