diff --git a/index.html b/index.html index 592c573da..4e0c94e72 100644 --- a/index.html +++ b/index.html @@ -1986,18 +1986,10 @@

When shortcut item shortcut having - manifest is invoked, run the following steps: + manifest is invoked, run the steps to + [=launch a web application=] given mainfest and + shortcut.url.

-
    -
  1. Let url be shortcut.url. -
  2. -
  3. Let browsing context be the result of creating a new - top-level browsing context. -
  4. -
  5. - Navigate browsing context to url. -
  6. -

@@ -2249,6 +2241,30 @@

available underneath an icon).

+
+

+ Launching a web application +

+

+ The steps to launch a web application is given by the + following algorithm. The algorithm takes a + [=Document/processed manifest=] |manifest:processed manifest| and an + optional |target URL:URL|. +

+
    +
  1. If url is unset, set url to + |manifest|.[=manifest/start_url=]. +
  2. +
  3. Let |client| be the result of + + creating a new top-level browsing context. +
  4. +
  5. [=Navigate=] |client| passing |url|. +
  6. +
  7. [=Apply=] |manifest| to |client|. +
  8. +
+

Privacy and security considerations