From e5c4dcdf011cb27a5f4555da3bcb1bebc7106c7d Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Wed, 17 Dec 2014 13:18:12 +1000 Subject: [PATCH] specified applying a manifest (closes #226) --- index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/index.html b/index.html index 2a737c68b..15ad12600 100644 --- a/index.html +++ b/index.html @@ -730,6 +730,27 @@

+
+

+ 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 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