diff --git a/index.html b/index.html index 2a737c68b..10a5a5320 100644 --- a/index.html +++ b/index.html @@ -730,6 +730,26 @@

+
+

+ 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 browsing context that has a manifest applied to it is an referred + to as application context. When an application + context is created, its session history is empty. +

+

+ 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