Re: [w3c/permissions] Allow for the query algorithm to return `prompt` or `denied` when document is not `allowed to use` (PR #458)

@marcoscaceres commented on this pull request.



> @@ -800,7 +800,14 @@ <h3 id="reading-current-states">
                 [=associated `Document`=].
                 </li>
                 <li>If <var>document</var> is not <a>allowed to use</a> |feature|, return
-                {{PermissionState/"denied"}}.
+                {{PermissionState/"denied"}} or {{PermissionState/"prompt"}}.

```suggestion
                {{PermissionState/"denied"}}.
     </li>
     <li>Optionally, return {{PermissionState/"prompt"}}.
```

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

Message ID: <w3c/permissions/pull/458/review/2631202254@github.com>

Received on Thursday, 20 February 2025 21:31:03 UTC