Skip to content

Commit

Permalink
specified applying a manifest (closes #226)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Dec 17, 2014
1 parent f81b448 commit e5c4dcd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,27 @@ <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 an referred to as <dfn>application context</dfn>. When an

This comment has been minimized.

Copy link
@kenchris

kenchris Dec 19, 2014

Collaborator

remove an* or move it after as*

This comment has been minimized.

Copy link
@marcoscaceres

marcoscaceres Dec 20, 2014

Author Member

fixed.

<a>application context</a> is created, its <a>session history</a> is
empty.
</p>
<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

1 comment on commit e5c4dcd

@kenchris
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Please sign in to comment.