Skip to content

Commit a8284f3

Browse files
Use docURL as start_url (#991)
1 parent 1eb7e8c commit a8284f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,8 @@ <h3>
767767
<li>If |json|["start_url"] doesn't [=map/exist=] or
768768
|json|["start_url"] is not a [=string=], return.
769769
</li>
770-
<li>If |json|["start_url"] is the empty string, return.
770+
<li>If the type of |json|["start_url"] is not [=string=], or if
771+
|json|["start_url"] is the empty string, return.
771772
</li>
772773
<li>Let |start URL:URL| be the result of [=URL Parser|parsing=]
773774
|json|["start_url"], using |manifest URL| as the base URL.

0 commit comments

Comments
 (0)