Skip to content
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
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ <h2>
<div class="algorithm">
<p>
The <dfn class="export">default permission key generation algorithm</dfn>, given an
[=origin=] |origin| and an [=origin=] |embedded origin|, runs the following steps:
[=origin=] |origin| and an [=origin=] |embedded origin|, runs the following steps:
</p>
<ol>
<li>Return |origin|.
Expand Down Expand Up @@ -806,8 +806,8 @@ <h3 id="reading-current-states">
</li>
<li>Let |key| be the result of [=powerful feature/permission key generation
algorithm|generating a permission key=] for |descriptor| with |settings|'s
[=environment/top-level origin=] and |settings|'s
[=environment settings object/origin=].
[=environment/top-level origin=] and |settings|'s [=environment settings
object/origin=].
</li>
<li>Let |entry| be the result of [=get a permission store entry|getting a permission
store entry=] with |descriptor| and |key|.
Expand Down Expand Up @@ -1265,9 +1265,9 @@ <h2 id="automation">
comparison algorithm=] for |descriptor|, given |settings key| and |key|.
</li>
<li>If |matches|, then [=list/append=] |settings| to |targets|.
</li>
</ol>
</li>
</li>
<li>Let |tasks| be an empty <a>list</a>.
</li>
<li>[=list/For each=] [=environment settings object=] |target| in |targets|:
Expand Down Expand Up @@ -1500,8 +1500,8 @@ <h6 id="webdriver-bidi-command-permissions-setPermission">
</li>
<li>Let |origin| be the value of the `origin` field of |command parameters|.
</li>
<li>Let |embedded origin| be the value of the `embeddedOrigin` field of
|command parameters|, if present, and |origin| otherwise.
<li>Let |embedded origin| be the value of the `embeddedOrigin` field of |command
parameters|, if present, and |origin| otherwise.
</li>
<li>Let |key| be the result of [=powerful feature/permission key generation
algorithm|generating a permission key=] for |descriptor| with |origin| and
Expand Down