- From: poot <cvsmail@w3.org>
- Date: Tue, 22 Sep 2009 08:39:00 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: What collection? That made no sense. (browsing context's session history definition) (whatwg r3942) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3103&r2=1.3104&f=h http://html5.org/tools/web-apps-tracker?from=3941&to=3942 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3103 retrieving revision 1.3104 diff -u -d -r1.3103 -r1.3104 --- Overview.html 21 Sep 2009 23:26:53 -0000 1.3103 +++ Overview.html 21 Sep 2009 23:29:54 -0000 1.3104 @@ -42961,10 +42961,12 @@ <code>Document</code> objects are presented to the user.<p class="note">A tab or window in a Web browser typically contains a <a href="#browsing-context">browsing context</a>, as does an <code><a href="#the-iframe-element">iframe</a></code><span class="impl"> or <code><a href="#frame">frame</a></code>s in a <code><a href="#frameset">frameset</a></code></span>.<p>Each <a href="#browsing-context">browsing context</a> has a corresponding - <code><a href="#windowproxy">WindowProxy</a></code> object.<p>The collection of <code>Document</code>s is the <a href="#browsing-context">browsing - context</a>'s <a href="#session-history">session history</a>. At any time, one - <code>Document</code> in each <a href="#browsing-context">browsing context</a> is - designated the <dfn id="active-document">active document</dfn>.<p>Each <code>Document</code> has a collection of one or more <a href="#view" title="view">views</a>.<p>A <dfn id="view">view</dfn> is a user agent interface tied to a particular + <code><a href="#windowproxy">WindowProxy</a></code> object.<p>A <a href="#browsing-context">browsing context</a> has a <a href="#session-history">session + history</a>, which lists the <code>Document</code> objects that + that <a href="#browsing-context">browsing context</a> has presented, is presenting, or + will present. At any time, one <code>Document</code> in each + <a href="#browsing-context">browsing context</a> is designated the <dfn id="active-document">active + document</dfn>.<p>Each <code>Document</code> has a collection of one or more <a href="#view" title="view">views</a>.<p>A <dfn id="view">view</dfn> is a user agent interface tied to a particular media used for the presentation of a particular <code>Document</code> object in some media. A view may be interactive. Each view is represented by an
Received on Monday, 21 September 2009 23:39:37 UTC