diff --git a/index.html b/index.html index 2a737c68..3ab1ed12 100644 --- a/index.html +++ b/index.html @@ -730,6 +730,39 @@

+
+

+ Applying the manifest +

+

+ A manifest is applied to a top-level browsing + context, meaning that the members of the manifest are + affecting the presentation or behavior of a browsing context. +

+

+ A top-level browsing context that has a manifest applied to it + is referred to as an application context. +

+

+ When an application context is created, the user agent MUST + immediately navigate to the start URL with + replacement enabled. +

+
+

+ Please note that the start URL is not nessesarily the value + of the start_url member: the user or user agent could have changed + it when the application was added to home-screen or otherwise + bookmarked. +

+
+

+ The appropriate time to apply a manifest is + when the application context is created and before navigation + to the start URL begins. +

+

Updating the manifest