Re: [w3c/clipboard-apis] Add Clipboard Feature Policy (#120)

@marcoscaceres commented on this pull request.



>     1. Let |p| be a new [=Promise=].
 
+   1. If the [=current settings object's=] responsible document is not
+    [=allowed to use=] the "clipboard-write" feature, then reject |p|
+    with a "NotAllowedError" DOMException.
+

Just some nits... I think you can link [=responsible document=] and [=a promise rejected with=] ... please confirm by looking up the terms at https://respec.org/xref/ ... you can probably link {{DOMException}} too. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/pull/120#discussion_r441284322

Received on Wednesday, 17 June 2020 05:12:56 UTC