Re: [w3c/permissions] Handle non-fully-active documents (PR #365)

@miketaylr approved this pull request.



> @@ -708,6 +708,14 @@ <h4 id="query-method">
             <var>permissionDesc</var>:
           </p>
           <ol class="algorithm">
+            <li>If [=this=] [=relevant global object=] is a {{Window}} object, then:

```suggestion
            <li>If [=this=]'s [=relevant global object=] is a {{Window}} object, then:
```

> @@ -837,6 +845,16 @@ <h4>
             steps</dfn>:
           </p>
           <ol class="algorithm">
+            <li>If [=this=] [=relevant global object=] is a {{Window}} object, then:

```suggestion
            <li>If [=this=]'s [=relevant global object=] is a {{Window}} object, then:
```

> @@ -837,6 +845,16 @@ <h4>
             steps</dfn>:
           </p>
           <ol class="algorithm">
+            <li>If [=this=] [=relevant global object=] is a {{Window}} object, then:
+              <ol>
+                <li>Let |document| this |status|'s [=relevant global object=]'s [=associated

```suggestion
                <li>Let |document| be |status|'s [=relevant global object=]'s [=associated
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/pull/365#pullrequestreview-892814234
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/permissions/pull/365/review/892814234@github.com>

Received on Thursday, 24 February 2022 19:10:35 UTC