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

Sorry, I meant that `<input>` allows the caller (the HTML author) to restrict the user to picking 1 option (omit `multiple`) or an unlimited number of options (include `multiple`), but not to restrict the user to picking up to 5 options. It'd be plausible to do the same here.

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

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

Received on Tuesday, 17 May 2022 16:04:56 UTC