[html5] r7375 - [giow] (2) Don't fire popstate on initial traversal. Fixing https://www.w3.org/B [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 18 16:09:02 PDT 2012


Author: ianh
Date: 2012-09-18 16:09:01 -0700 (Tue, 18 Sep 2012)
New Revision: 7375

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Don't fire popstate on initial traversal.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18605
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-09-18 23:06:42 UTC (rev 7374)
+++ complete.html	2012-09-18 23:09:01 UTC (rev 7375)
@@ -69676,8 +69676,8 @@
   <code><a href=#document>Document</a></code> (and that are therefore merely different
   states of one particular document) are contiguous by definition.</p>
 
-  <p>Each <code><a href=#document>Document</a></code> in a <a href=#browsing-context>browsing context</a>
-  also has a <dfn id=latest-entry>latest entry</dfn>. This is the entry or that
+  <p>Each <code><a href=#document>Document</a></code> in a <a href=#browsing-context>browsing context</a> can
+  also have a <dfn id=latest-entry>latest entry</dfn>. This is the entry or that
   <code><a href=#document>Document</a></code> that was most the recently traversed to. When
   a <code><a href=#document>Document</a></code> is created, it initially has no <a href=#latest-entry>latest
   entry</a>.</p>
@@ -71639,10 +71639,8 @@
    <var title="">state</var>.</li>
 
    <li><p>Let <var title="">state changed</var> be true if the
-   <a href=#latest-entry>latest entry</a> of the <code><a href=#document>Document</a></code> of the <var title="">specified entry</var> is not the <var title="">specified
-   entry</var>; otherwise let it be false. (If the
-   <code><a href=#document>Document</a></code> has no <a href=#latest-entry>latest entry</a> then by
-   definition its <a href=#latest-entry>latest entry</a> is not the <var title="">specified entry</var>.)</p>
+   <code><a href=#document>Document</a></code> of the <var title="">specified entry</var>
+   has a <a href=#latest-entry>latest entry</a>, and that entry is not the <var title="">specified entry</var>; otherwise let it be false.</p>
 
    <li><p>Let the <a href=#latest-entry>latest entry</a> of the
    <code><a href=#document>Document</a></code> of the <var title="">specified entry</var> be

Modified: index
===================================================================
--- index	2012-09-18 23:06:42 UTC (rev 7374)
+++ index	2012-09-18 23:09:01 UTC (rev 7375)
@@ -69676,8 +69676,8 @@
   <code><a href=#document>Document</a></code> (and that are therefore merely different
   states of one particular document) are contiguous by definition.</p>
 
-  <p>Each <code><a href=#document>Document</a></code> in a <a href=#browsing-context>browsing context</a>
-  also has a <dfn id=latest-entry>latest entry</dfn>. This is the entry or that
+  <p>Each <code><a href=#document>Document</a></code> in a <a href=#browsing-context>browsing context</a> can
+  also have a <dfn id=latest-entry>latest entry</dfn>. This is the entry or that
   <code><a href=#document>Document</a></code> that was most the recently traversed to. When
   a <code><a href=#document>Document</a></code> is created, it initially has no <a href=#latest-entry>latest
   entry</a>.</p>
@@ -71639,10 +71639,8 @@
    <var title="">state</var>.</li>
 
    <li><p>Let <var title="">state changed</var> be true if the
-   <a href=#latest-entry>latest entry</a> of the <code><a href=#document>Document</a></code> of the <var title="">specified entry</var> is not the <var title="">specified
-   entry</var>; otherwise let it be false. (If the
-   <code><a href=#document>Document</a></code> has no <a href=#latest-entry>latest entry</a> then by
-   definition its <a href=#latest-entry>latest entry</a> is not the <var title="">specified entry</var>.)</p>
+   <code><a href=#document>Document</a></code> of the <var title="">specified entry</var>
+   has a <a href=#latest-entry>latest entry</a>, and that entry is not the <var title="">specified entry</var>; otherwise let it be false.</p>
 
    <li><p>Let the <a href=#latest-entry>latest entry</a> of the
    <code><a href=#document>Document</a></code> of the <var title="">specified entry</var> be

Modified: source
===================================================================
--- source	2012-09-18 23:06:42 UTC (rev 7374)
+++ source	2012-09-18 23:09:01 UTC (rev 7375)
@@ -81493,8 +81493,8 @@
   <code>Document</code> (and that are therefore merely different
   states of one particular document) are contiguous by definition.</p>
 
-  <p>Each <code>Document</code> in a <span>browsing context</span>
-  also has a <dfn>latest entry</dfn>. This is the entry or that
+  <p>Each <code>Document</code> in a <span>browsing context</span> can
+  also have a <dfn>latest entry</dfn>. This is the entry or that
   <code>Document</code> that was most the recently traversed to. When
   a <code>Document</code> is created, it initially has no <span>latest
   entry</span>.</p>
@@ -83733,12 +83733,9 @@
    <var title="">state</var>.</p></li>
 
    <li><p>Let <var title="">state changed</var> be true if the
-   <span>latest entry</span> of the <code>Document</code> of the <var
-   title="">specified entry</var> is not the <var title="">specified
-   entry</var>; otherwise let it be false. (If the
-   <code>Document</code> has no <span>latest entry</span> then by
-   definition its <span>latest entry</span> is not the <var
-   title="">specified entry</var>.)</p>
+   <code>Document</code> of the <var title="">specified entry</var>
+   has a <span>latest entry</span>, and that entry is not the <var
+   title="">specified entry</var>; otherwise let it be false.</p>
 
    <li><p>Let the <span>latest entry</span> of the
    <code>Document</code> of the <var title="">specified entry</var> be




More information about the Commit-Watchers mailing list