diff --git a/index.html b/index.html index bb81668..efb3698 100644 --- a/index.html +++ b/index.html @@ -165,7 +165,7 @@

  • If the type of |json|["launch_handler"] is not [=ordered map=], return.
  • -
  • Set |manifest|["launch_handler"] to a new [=ordered map=]. +
  • Set |manifest|.[=manifest/launch_handler=] to a new [=ordered map=].
  • [=Process the `client_mode` member=] passing |json|["launch_handler"], |manifest|["launch_handler"]. @@ -256,7 +256,7 @@

  • If the type of |entry| is not [=string=], continue.
  • 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.
  • @@ -264,10 +264,12 @@

  • 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.
  • -
  • Set |manifest_launch_handler|["client_mode"] to [=client mode/auto=]. +
  • Set |manifest_launch_handler|.[=manifest/client_mode=] to + [=client mode/auto=].
  • @@ -359,7 +361,7 @@

    1. Let [=client mode target=] |client_mode| be - |manifest|["launch_handler"]["client_mode"]. + |manifest|.[=manifest/launch_handler=].[=manifest/client_mode=]
    2. If |client_mode| is [=client mode/auto=], set |client_mode| to either [=client mode/navigate-new=] or [=client mode/navigate-existing=]