From 00c44b455a1d175264a9c8f02148de1fbcbabec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 1 Aug 2024 16:46:26 +0200 Subject: [PATCH] Remove issues claiming "clipboard-write" was removed https://github.com/w3c/clipboard-apis/pull/164 is still open, and the permission is defined here: https://w3c.github.io/clipboard-apis/#clipboard-permissions --- index.bs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.bs b/index.bs index ffd046e..ef9ad75 100644 --- a/index.bs +++ b/index.bs @@ -1024,8 +1024,6 @@ url: https://w3c.github.io/permissions/#permissions-task-source; type: dfn; 1. Let |r| be the result of running [=check clipboard write permission=]. - Issue: clipboard-write was removed in https://github.com/w3c/clipboard-apis/pull/164. - 1. If |r| is false, then: 1. [=Queue a global task=] on the [=permission task source=], given |realm|'s [=realm/global object=], to [=reject=] |p| with {{"NotAllowedError"}} {{DOMException}} in |realm|. @@ -1119,8 +1117,6 @@ url: https://w3c.github.io/permissions/#permissions-task-source; type: dfn; 1. Let |r| be the result of running [=check clipboard write permission=]. - Issue: clipboard-write was removed in https://github.com/w3c/clipboard-apis/pull/164. - 1. If |r| is false, then: 1. [=Queue a global task=] on the [=permission task source=], given |realm|'s [=realm/global object=], to [=reject=] |p| with {{"NotAllowedError"}} DOMException in |realm|.