[html5] r3942 - [e] (0) What collection? That made no sense. (browsing context's session history [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 21 16:36:45 PDT 2009


Author: ianh
Date: 2009-09-21 16:36:44 -0700 (Mon, 21 Sep 2009)
New Revision: 3942

Modified:
   index
   source
Log:
[e] (0) What collection? That made no sense. (browsing context's session history definition)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7452

Modified: index
===================================================================
--- index	2009-09-21 23:33:43 UTC (rev 3941)
+++ index	2009-09-21 23:36:44 UTC (rev 3942)
@@ -47766,10 +47766,12 @@
   <p>Each <a href=#browsing-context>browsing context</a> has a corresponding
   <code><a href=#windowproxy>WindowProxy</a></code> object.</p>
 
-  <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>
+  <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>
 
   <p>Each <code>Document</code> has a collection of one or more <a href=#view title=view>views</a>.</p>
 

Modified: source
===================================================================
--- source	2009-09-21 23:33:43 UTC (rev 3941)
+++ source	2009-09-21 23:36:44 UTC (rev 3942)
@@ -53880,10 +53880,12 @@
   <p>Each <span>browsing context</span> has a corresponding
   <code>WindowProxy</code> object.</p>
 
-  <p>The collection of <code>Document</code>s is the <span>browsing
-  context</span>'s <span>session history</span>. At any time, one
-  <code>Document</code> in each <span>browsing context</span> is
-  designated the <dfn>active document</dfn>.</p>
+  <p>A <span>browsing context</span> has a <span>session
+  history</span>, which lists the <code>Document</code> objects that
+  that <span>browsing context</span> has presented, is presenting, or
+  will present. At any time, one <code>Document</code> in each
+  <span>browsing context</span> is designated the <dfn>active
+  document</dfn>.</p>
 
   <p>Each <code>Document</code> has a collection of one or more <span
   title="view">views</span>.</p>




More information about the Commit-Watchers mailing list