html5/spec-author-view Overview.html,1.737,1.738 history.html,1.574,1.575 spec.html,1.742,1.743

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

Modified Files:
	Overview.html history.html spec.html 
Log Message:
Mention that the popstate event doesn't contain the original references, but just a copy. (whatwg r4796)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.737
retrieving revision 1.738
diff -u -d -r1.737 -r1.738
--- Overview.html	23 Feb 2010 07:07:14 -0000	1.737
+++ Overview.html	23 Feb 2010 09:37:10 -0000	1.738
@@ -306,7 +306,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.3842.
+This is revision 1.3843.
    </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: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.574
retrieving revision 1.575
diff -u -d -r1.574 -r1.575
--- history.html	22 Feb 2010 23:07:03 -0000	1.574
+++ history.html	23 Feb 2010 09:37:10 -0000	1.575
@@ -591,7 +591,7 @@
 
    <dd>
 
-    <p>Returns the information that was provided to <code title="dom-history-pushState"><a href="#dom-history-pushstate">pushState()</a></code> or <code title="dom-history-replaceState"><a href="#dom-history-replacestate">replaceState()</a></code>.</p>
+    <p>Returns a copy of the information that was provided to <code title="dom-history-pushState"><a href="#dom-history-pushstate">pushState()</a></code> or <code title="dom-history-replaceState"><a href="#dom-history-replacestate">replaceState()</a></code>.</p>
 
    </dd>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.742
retrieving revision 1.743
diff -u -d -r1.742 -r1.743
--- spec.html	23 Feb 2010 07:07:14 -0000	1.742
+++ spec.html	23 Feb 2010 09:37:10 -0000	1.743
@@ -304,7 +304,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.3842.
+This is revision 1.3843.
    </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
@@ -22381,7 +22381,7 @@
 
    <dd>
 
-    <p>Returns the information that was provided to <code title=dom-history-pushState><a href=#dom-history-pushstate>pushState()</a></code> or <code title=dom-history-replaceState><a href=#dom-history-replacestate>replaceState()</a></code>.</p>
+    <p>Returns a copy of the information that was provided to <code title=dom-history-pushState><a href=#dom-history-pushstate>pushState()</a></code> or <code title=dom-history-replaceState><a href=#dom-history-replacestate>replaceState()</a></code>.</p>
 
    </dd>
 

Received on Tuesday, 23 February 2010 09:37:15 UTC