[html5] r3678 - [e] (0) Fix minor editorial issues with history stuff.

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 25 20:24:57 PDT 2009


Author: ianh
Date: 2009-08-25 20:24:56 -0700 (Tue, 25 Aug 2009)
New Revision: 3678

Modified:
   index
   source
Log:
[e] (0) Fix minor editorial issues with history stuff.

Modified: index
===================================================================
--- index	2009-08-26 03:20:19 UTC (rev 3677)
+++ index	2009-08-26 03:24:56 UTC (rev 3678)
@@ -51932,11 +51932,7 @@
 
   </div>
 
-  <p>When state object entries are added, a URL can be provided. This
-  URL is used to replace the state object entry if the
-  <code>Document</code> is evicted.</p>
 
-
   <h4 id=the-history-interface><span class=secno>6.10.2 </span>The <code><a href=#history-0>History</a></code> interface</h4>
 
   <pre class=idl>interface <dfn id=history-0>History</dfn> {
@@ -52169,8 +52165,7 @@
 
   <p>When an entry in the session history is activated (which happens
   during <a href=#traverse-the-history title="traverse the history">session history
-  traversal</a>, as described above), the user agent must run the
-  following steps:</p>
+  traversal</a>), the user agent must run the following steps:</p>
 
   <ol><!-- only called for the first entry of a Document set and for
   state object entries, not for frag id change entries --><li><p>If the entry is a <a href=#state-object>state object</a> entry, let <var title="">state</var> be a <a href=#structured-clone>structured clone</a> of that

Modified: source
===================================================================
--- source	2009-08-26 03:20:19 UTC (rev 3677)
+++ source	2009-08-26 03:24:56 UTC (rev 3678)
@@ -58860,11 +58860,7 @@
 
   </div>
 
-  <p>When state object entries are added, a URL can be provided. This
-  URL is used to replace the state object entry if the
-  <code>Document</code> is evicted.</p>
 
-
   <h4>The <code>History</code> interface</h4>
 
   <pre class="idl">interface <dfn>History</dfn> {
@@ -59144,8 +59140,7 @@
 
   <p>When an entry in the session history is activated (which happens
   during <span title="traverse the history">session history
-  traversal</span>, as described above), the user agent must run the
-  following steps:</p>
+  traversal</span>), the user agent must run the following steps:</p>
 
   <ol><!-- only called for the first entry of a Document set and for
   state object entries, not for frag id change entries -->




More information about the Commit-Watchers mailing list