[html5] r4738 - [e] (0) Mention another time it can change. Fixing http://www.w3.org/Bugs/Public [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Feb 14 05:28:49 PST 2010


Author: ianh
Date: 2010-02-14 05:28:47 -0800 (Sun, 14 Feb 2010)
New Revision: 4738

Modified:
   complete.html
   index
   source
Log:
[e] (0) Mention another time it can change.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8914

Modified: complete.html
===================================================================
--- complete.html	2010-02-14 12:01:41 UTC (rev 4737)
+++ complete.html	2010-02-14 13:28:47 UTC (rev 4738)
@@ -6755,9 +6755,10 @@
   that can change during the lifetime of the <code>Document</code>,
   for example when the user <a href=#navigate title=navigate>navigates</a> to
   a <a href=#scroll-to-fragid title=navigate-fragid>fragment identifier</a> on the
-  page. <span class=impl><a href="#the-document's-current-address">The document's current address</a>
-  must be set to <a href="#the-document's-address">the document's address</a> when the
-  <code>Document</code> is created.</span></p>
+  page or when the <code title=dom-history-pushState><a href=#dom-history-pushstate>pushState()</a></code> method is called
+  with a new <a href=#url>URL</a>. <span class=impl><a href="#the-document's-current-address">The document's
+  current address</a> must be set to <a href="#the-document's-address">the document's
+  address</a> when the <code>Document</code> is created.</span></p>
 
   <p class=note>Interactive user agents typically expose <a href="#the-document's-current-address">the
   document's current address</a> in their user interface.</p>

Modified: index
===================================================================
--- index	2010-02-14 12:01:41 UTC (rev 4737)
+++ index	2010-02-14 13:28:47 UTC (rev 4738)
@@ -6654,9 +6654,10 @@
   that can change during the lifetime of the <code>Document</code>,
   for example when the user <a href=#navigate title=navigate>navigates</a> to
   a <a href=#scroll-to-fragid title=navigate-fragid>fragment identifier</a> on the
-  page. <span class=impl><a href="#the-document's-current-address">The document's current address</a>
-  must be set to <a href="#the-document's-address">the document's address</a> when the
-  <code>Document</code> is created.</span></p>
+  page or when the <code title=dom-history-pushState><a href=#dom-history-pushstate>pushState()</a></code> method is called
+  with a new <a href=#url>URL</a>. <span class=impl><a href="#the-document's-current-address">The document's
+  current address</a> must be set to <a href="#the-document's-address">the document's
+  address</a> when the <code>Document</code> is created.</span></p>
 
   <p class=note>Interactive user agents typically expose <a href="#the-document's-current-address">the
   document's current address</a> in their user interface.</p>

Modified: source
===================================================================
--- source	2010-02-14 12:01:41 UTC (rev 4737)
+++ source	2010-02-14 13:28:47 UTC (rev 4738)
@@ -6510,9 +6510,11 @@
   that can change during the lifetime of the <code>Document</code>,
   for example when the user <span title="navigate">navigates</span> to
   a <span title="navigate-fragid">fragment identifier</span> on the
-  page. <span class="impl"><span>The document's current address</span>
-  must be set to <span>the document's address</span> when the
-  <code>Document</code> is created.</span></p>
+  page or when the <code
+  title="dom-history-pushState">pushState()</code> method is called
+  with a new <span>URL</span>. <span class="impl"><span>The document's
+  current address</span> must be set to <span>the document's
+  address</span> when the <code>Document</code> is created.</span></p>
 
   <p class="note">Interactive user agents typically expose <span>the
   document's current address</span> in their user interface.</p>




More information about the Commit-Watchers mailing list