- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 16 Jun 2020 22:12:44 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 17 June 2020 05:12:56 UTC
@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