Skip to content

Commit

Permalink
Disambiguate reference to "children"
Browse files Browse the repository at this point in the history
  • Loading branch information
reillyeon committed Jul 14, 2023
1 parent 5c259bb commit 7f9ef2a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ spec: PAGE-VISIBILITY; urlPrefix: https://www.w3.org/TR/page-visibility-2/#
text: document visibility state; url: dom-visibilitystate
</pre>
<pre class="link-defaults">
spec:dom
type:dfn
text:children
spec: fingerprinting-guidance
type: dfn
text: fingerprinting surface
Expand Down Expand Up @@ -1306,7 +1309,7 @@ invoked and given a {{BluetoothPermissionStorage}} |storage|, MUST return
[=a new promise=] |promise| and run the following steps [=in parallel=]:

1. If [=this=]'s [=relevant global object=]'s [=associated Document=] is not
[=allowed to use=] the [=policy-controlled feature=] named
[=allowed to use=] the [=policy-controlled feature=] named
"[=policy-controlled feature/bluetooth=]", <a>reject</a> |promise| with a
{{SecurityError}} and abort these steps.
1. Let |devices| be a new empty {{Array}}.
Expand Down Expand Up @@ -1386,7 +1389,7 @@ steps:
</div>

1. If [=this=]'s [=relevant global object=]'s [=associated Document=] is not
[=allowed to use=] the [=policy-controlled feature=] named
[=allowed to use=] the [=policy-controlled feature=] named
"[=policy-controlled feature/bluetooth=]", throw a {{SecurityError}} and
abort these steps.
1. <p id="requestDevice-user-gesture">Check that the algorithm is triggered
Expand Down Expand Up @@ -1932,7 +1935,7 @@ when invoked, MUST return <a>a new promise</a> |promise| and run the following
steps <a>in parallel</a>:

1. If [=this=]'s [=relevant global object=]'s [=associated Document=] is not
[=allowed to use=] the [=policy-controlled feature=] named
[=allowed to use=] the [=policy-controlled feature=] named
"[=policy-controlled feature/bluetooth=]", <a>queue a task</a> to
<a>resolve</a> |promise| with `false`, and abort these steps.
1. <p id="override-availability">If the user has configured the UA to return a
Expand Down

0 comments on commit 7f9ef2a

Please sign in to comment.