diff --git a/index.html b/index.html index fb75f86..977a2ea 100644 --- a/index.html +++ b/index.html @@ -137,6 +137,11 @@

|data:ShareData|, run the following steps:

    +
  1. If the current settings object's responsible document is not + allowed to use the "[=web-share-feature|web-share=]" + permission, return [=a promise rejected with=] with a + {{"NotAllowedError"}} {{DOMException}}. +
  2. Let |window| be [=relevant global object=] of [=this=].
  3. If |window| does not have [=transient activation=], return [=a @@ -387,6 +392,23 @@

    +
    +

    + Permission Policy integration +

    +

    + This specification defines a policy-controlled permission identified by + the string "web-share". Its default + allowlist is '`self`'. +

    +
    +

    + A document’s permission policy determines whether a + {{Navigator/share()}} call immediately rejects with a + {{"NotAllowedError"}} {{DOMException}}. +

    +
    +

    Accessibility considerations