- From: Mike Taylor <notifications@github.com>
- Date: Thu, 24 Feb 2022 11:10:13 -0800
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 24 February 2022 19:10:35 UTC
@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