Skip to content

Commit 121f24f

Browse files
authored
editorial: Clarify shortcut_items should be within scope of scope (#1033)
Corrects the usage of "within scope" in the algorithm for processing shortcut items.
1 parent 5dee53d commit 121f24f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ <h3>
11891189
<li>[=list/For each=] |entry:ordered map| of |json|["shortcuts"]:
11901190
<ol>
11911191
<li>Let |shortcut:ordered map| be [=process a shortcut=] with
1192-
|entry|.
1192+
|entry| and |manifest|["scope"].
11931193
</li>
11941194
<li>If |shortcut| is failure, continue.
11951195
</li>
@@ -2005,7 +2005,7 @@ <h2>
20052005
</h2>
20062006
<p>
20072007
To <dfn>process a shortcut</dfn>, given [=ordered map=] |item:ordered
2008-
map|:
2008+
map| and |scope:URL|,:
20092009
</p>
20102010
<ol class="algorithm">
20112011
<li>Return failure if it's the case that:
@@ -2027,7 +2027,7 @@ <h2>
20272027
</li>
20282028
<li>If |url| is failure, return failure.
20292029
</li>
2030-
<li>If |url| is not [=manifest/within scope=] of |manifest URL|,
2030+
<li>If |url| is not [=manifest/within scope=] of |scope|,
20312031
return failure.
20322032
</li>
20332033
<li>Let |shortcut:ordered map| be |ordered map| «[ "url" → |url|,

0 commit comments

Comments
 (0)