hixie: Mention another time it can change. (whatwg r4738)

hixie: Mention another time it can change. (whatwg r4738)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3784&r2=1.3785&f=h
http://html5.org/tools/web-apps-tracker?from=4737&to=4738

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3784
retrieving revision 1.3785
diff -u -d -r1.3784 -r1.3785
--- Overview.html 14 Feb 2010 12:01:46 -0000 1.3784
+++ Overview.html 14 Feb 2010 13:28:52 -0000 1.3785
@@ -5817,9 +5817,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 class="note">Interactive user agents typically expose <a href="#the-document-s-current-address">the
+  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 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>When a <code>Document</code> is created by a <a href="#concept-script" title="concept-script">script</a> using the <code title="dom-DOMImplementation-createDocument">createDocument()</code>
   or <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument()</a></code>
   APIs, <a href="#the-document-s-address">the document's address</a> is the same as <a href="#the-document-s-address">the

Received on Sunday, 14 February 2010 13:29:33 UTC