Skip to content

Commit 04b2157

Browse files
Remove query & fragment from scope (#961)
1 parent c7febcb commit 04b2157

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,11 @@ <h3>
615615
</li>
616616
<li>If |scope| is failure, return.
617617
</li>
618-
<li>If |manifest|["start_url"] is not [=URL/within scope=] of |scope
619-
URL|, return.
618+
<li>From |scope|, remove the [=url/query=] and [=url/fragment=]
619+
components.
620+
</li>
621+
<li>If |manifest|["start_url"] is not [=URL/within scope=] of
622+
|scope|, return.
620623
</li>
621624
<li>Otherwise, set |manifest|["scope"] to |scope|.
622625
</li>

0 commit comments

Comments
 (0)