Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address FPWD publication blockers #155

Merged
merged 1 commit into from
Dec 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,11 @@ <h3>The <dfn>observe()</dfn> method</h3>
<li>
Run the following steps [=in parallel=]:
<ol>
<aside class="issue" data-number="110"></aside>
<aside class="issue">
<a href="https://github.com/wicg/compute-pressure/issues/110">
Permission policy doesn't support workers yet #110
</a>
</aside>
<li>
Let |permissionState:PermissionState| be the result of
[=getting the current permission state=] with <a>"compute-pressure"</a>.
Expand Down Expand Up @@ -671,7 +675,7 @@ <h3>The static <dfn>requestPermission()</dfn> method</h3>
[=requesting permission to use=] the [=powerful feature=] [=powerful feature/named=] <a>"compute-pressure"</a>.
</li>
<li>
[=Queue a global task=] on the [=permissions task source=] with [=this=]'s
[=Queue a global task=] on the [=user interaction task source=] with [=this=]'s
[=relevant global object=] to [=resolve=] |result| with |permissionState|.
</li>
</ol>
Expand Down