Skip to content

Commit

Permalink
Merge pull request #289 from w3c/applying_manifest
Browse files Browse the repository at this point in the history
specified applying a manifest (closes #226)
  • Loading branch information
Marcos Caceres committed Dec 20, 2014
2 parents f81b448 + 65f83e6 commit 3560b31
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,39 @@ <h3>
</li>
</ol>
</section>
<section>
<h3 id="applying">
Applying the manifest
</h3>
<p>
A <a>manifest</a> is <dfn>applied</dfn> to a <a>top-level browsing
context</a>, meaning that the members of the <a>manifest</a> are
affecting the presentation or behavior of a browsing context.
</p>
<p>
A <a>top-level browsing context</a> that has a manifest applied to it
is referred to as an <dfn>application context</dfn>.
</p>
<p>
When an <a>application context</a> is created, the user agent MUST
immediately <a>navigate</a> to the <a>start URL</a> with <a href=
"https://html.spec.whatwg.org/multipage/browsers.html#replacement-enabled">
replacement enabled</a>.
</p>
<div>
<p>
Please note that the <a>start URL</a> 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.
</p>
</div>
<p>
The appropriate time to <a title="applying">apply</a> a manifest is
when the <a>application context</a> is created and before navigation
to the <a>start URL</a> begins.
</p>
</section>
<section id="updating">
<h3>
Updating the manifest
Expand Down

0 comments on commit 3560b31

Please sign in to comment.