html5/spec Overview.html,1.3103,1.3104

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2183

Modified Files:
	Overview.html 
Log Message:
What collection? That made no sense. (browsing context's session history definition) (whatwg r3942)

Index: Overview.html
===================================================================
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:38:52 UTC