html5/spec-author-view Overview.html,1.690,1.691 dom.html,1.567,1.568 spec.html,1.695,1.696

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv18151

Modified Files:
	Overview.html dom.html spec.html 
Log Message:
Mention another time it can change. (whatwg r4738)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.690
retrieving revision 1.691
diff -u -d -r1.690 -r1.691
--- Overview.html	14 Feb 2010 12:06:58 -0000	1.690
+++ Overview.html	14 Feb 2010 13:36:58 -0000	1.691
@@ -302,7 +302,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3784.
+This is revision 1.3785.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.567
retrieving revision 1.568
diff -u -d -r1.567 -r1.568
--- dom.html	14 Feb 2010 10:27:04 -0000	1.567
+++ dom.html	14 Feb 2010 13:36:58 -0000	1.568
@@ -299,7 +299,8 @@
   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. </p><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="urls.html#url">URL</a>. </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><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

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.695
retrieving revision 1.696
diff -u -d -r1.695 -r1.696
--- spec.html	14 Feb 2010 12:06:58 -0000	1.695
+++ spec.html	14 Feb 2010 13:36:58 -0000	1.696
@@ -300,7 +300,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3784.
+This is revision 1.3785.
    </p> 
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -2215,7 +2215,8 @@
   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. </p><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>. </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><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:37:03 UTC