[w3c/permissions] "Prompt the user to choose" should let caller decide how many results are allowed. (Issue #375)

https://w3c.github.io/permissions/#prompt-the-user-to-choose currently insists on picking exactly one of the available options. 

The call @inexorabletash is adding in https://github.com/WICG/local-font-access/pull/76 would like to let the user pick many options, so we should change the wording here to allow that.

https://html.spec.whatwg.org/multipage/input.html#show-the-picker,-if-applicable (for `<input type=file>`), which was a model for the picker design in this spec, also allows users to pick multiple options, so if we ever want to retrofit that to call into the permissions spec, that'll also require this change.

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

Message ID: <w3c/permissions/issues/375@github.com>

Received on Monday, 28 March 2022 17:46:20 UTC