From f9163303e1cbafac663f4bfbf1aa0f35fbfc8bd3 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Wed, 1 May 2024 16:59:16 +1000 Subject: [PATCH] The permission request stuff is no longer in contention I think. I also think that a great deal more needs to be done with this explainer to get up to speed, so this change might not be appropriate at this time. For instance, I think that the clipboardchange event is no longer really a thing (which would be good). --- explainer.adoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/explainer.adoc b/explainer.adoc index 9dc2d66..2124267 100644 --- a/explainer.adoc +++ b/explainer.adoc @@ -230,10 +230,6 @@ The one case where permission must be explicitly requested is with the permission must have already been granted (either by requesting permission explicitly or by calling one of the read methods). -IMPORTANT: The exact method for explicitly requesting a permission is still -an active discussion. See -link:https://github.com/w3c/permissions/issues/158[this permission bug]. - == Relationship to Current Clipboard API