- From: alancutter <notifications@github.com>
- Date: Sun, 06 Nov 2022 19:02:01 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 7 November 2022 03:02:13 UTC
@alancutter commented on this pull request. > + </p> + <ol class="algorithm"> + <li>If |target URL| was not given, set |target URL| to [=start URL=]. + </li> + <li>Let |traversable| be the result of + <a data-cite="html#create-a-fresh-top-level-traversable"> + creating a fresh top-level traversable</a> with |target URL| + and |POST resource| (or null if |POST resource| was not given). + </li> + <li>Let |browsing context| be the |traversable|'s + <a data-cite="html#nav-bc">active browsing context</a>. + </li> + <li>[=Apply=] |manifest| to |browsing context| prior to the + |traversable| [=navigating=] to |target URL|. + </li> + </ol> The replacement algorithm doesn't return anything either, no call site makes use of the browsing context. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/1056#discussion_r1014965462 You are receiving this because you are subscribed to this thread. Message ID: <w3c/manifest/pull/1056/review/1169740926@github.com>
Received on Monday, 7 November 2022 03:02:13 UTC