Re: [w3c/manifest] Use docURL as start_url (#991)

@kenchris commented on this pull request.



> @@ -763,9 +763,14 @@ <h3>
           |manifest URL:URL|, and [=URL=] |document URL:URL|:
         </p>
         <ol class="algorithm">
-          <li>If the type of |json|["start_url"] is not [=string=], return.
+          <li>Let |docHref:URL| be the result of [=URL Serializer|serializing=]
+          |document URL| with "exclude fragment" set to true.

Shouldn't we use backticks around true?

Maybe docHRef?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/991#pullrequestreview-725104248

Received on Monday, 9 August 2021 07:51:51 UTC