File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1189,7 +1189,7 @@ <h3>
1189
1189
< li > [=list/For each=] |entry:ordered map| of |json|["shortcuts"]:
1190
1190
< ol >
1191
1191
< li > Let |shortcut:ordered map| be [=process a shortcut=] with
1192
- |entry|.
1192
+ |entry| and |manifest|["scope"] .
1193
1193
</ li >
1194
1194
< li > If |shortcut| is failure, continue.
1195
1195
</ li >
@@ -2005,7 +2005,7 @@ <h2>
2005
2005
</ h2 >
2006
2006
< p >
2007
2007
To < dfn > process a shortcut</ dfn > , given [=ordered map=] |item:ordered
2008
- map|:
2008
+ map| and |scope:URL|, :
2009
2009
</ p >
2010
2010
< ol class ="algorithm ">
2011
2011
< li > Return failure if it's the case that:
@@ -2027,7 +2027,7 @@ <h2>
2027
2027
</ li >
2028
2028
< li > If |url| is failure, return failure.
2029
2029
</ li >
2030
- < li > If |url| is not [=manifest/within scope=] of |manifest URL |,
2030
+ < li > If |url| is not [=manifest/within scope=] of |scope |,
2031
2031
return failure.
2032
2032
</ li >
2033
2033
< li > Let |shortcut:ordered map| be |ordered map| «[ "url" → |url|,
You can’t perform that action at this time.
0 commit comments