Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h3>
<li>If the type of |json|["launch_handler"] is not [=ordered map=],
return.
</li>
<li>Set |manifest|["launch_handler"] to a new [=ordered map=].
<li>Set |manifest|.[=manifest/launch_handler=] to a new [=ordered map=].
</li>
<li>[=Process the `client_mode` member=] passing
|json|["launch_handler"], |manifest|["launch_handler"].
Expand Down Expand Up @@ -256,18 +256,20 @@ <h3>
<li>If the type of |entry| is not [=string=], continue.
</li>
<li>If |entry| is supported by the user agent, set
|manifest_launch_handler|["client_mode"] to |entry| and
|manifest_launch_handler|.[=manifest/client_mode=] to |entry| and
return.
</li>
</ol>
</li>
</ol>
</li>
<li>If |json_launch_handler|["client_mode"] is [=string=] and supported
by the user agent, set |manifest_launch_handler|["client_mode"] to
by the user agent, set
|manifest_launch_handler|.[=manifest/client_mode=] to
|json_launch_handler|["client_mode"] and return.
</li>
<li>Set |manifest_launch_handler|["client_mode"] to [=client mode/auto=].
<li>Set |manifest_launch_handler|.[=manifest/client_mode=] to
[=client mode/auto=].
</li>
</ol>
<p class="note">
Expand Down Expand Up @@ -359,7 +361,7 @@ <h2>
</p>
<ol class="algorithm">
<li>Let [=client mode target=] |client_mode| be
|manifest|["launch_handler"]["client_mode"].
|manifest|.[=manifest/launch_handler=].[=manifest/client_mode=]
</li>
<li>If |client_mode| is [=client mode/auto=], set |client_mode| to either
[=client mode/navigate-new=] or [=client mode/navigate-existing=]
Expand Down