We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2fdce commit c4c66e3Copy full SHA for c4c66e3
index.bs
@@ -470,6 +470,12 @@ spec:webidl; type:interface; text:Promise
470
it MUST asynchronously run the following steps:
471
</p>
472
<ol>
473
+ <li>
474
+ Let |document| this |status|'s [=relevant global object=]'s [=associated Document=].
475
476
477
+ If |document| is null or |document| is not [=Document/fully active=], terminate this algorithm.
478
+ </li>
479
<li>
480
Run <code><var>status</var>@{{PermissionStatus/[[query]]}}.{{PermissionDescriptor/name}}</code>'s <a>permission
481
query algorithm</a>, passing <code><var>status</var>@{{PermissionStatus/[[query]]}}</code>
0 commit comments