html5/spec history.html,1.994,1.995 spec.html,1.1127,1.1128

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28823

Modified Files:
	history.html spec.html 
Log Message:
consistency (whatwg r5274)

[updated by splitter]


Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.994
retrieving revision 1.995
diff -u -d -r1.994 -r1.995
--- history.html	10 Aug 2010 21:16:54 -0000	1.994
+++ history.html	10 Aug 2010 21:57:06 -0000	1.995
@@ -2001,8 +2001,8 @@
   <h5 id="event-definitions"><span class="secno">5.5.9.1 </span>Event definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   </div><p>The <dfn id="event-popstate" title="event-popstate"><code>popstate</code></dfn> event
-  is fired when navigating to a <a href="#session-history-entry">session history entry</a>
-  that represents a state object.</p><pre class="idl">interface <dfn id="popstateevent">PopStateEvent</dfn> : <a href="infrastructure.html#event">Event</a> {
+  is fired in certain cases when navigating to a <a href="#session-history-entry">session history
+  entry</a>.</p><pre class="idl">interface <dfn id="popstateevent">PopStateEvent</dfn> : <a href="infrastructure.html#event">Event</a> {
   readonly attribute any <a href="#dom-popstateevent-state" title="dom-PopStateEvent-state">state</a>;
   void <a href="#dom-popstateevent-initpopstateevent" title="dom-PopStateEvent-initPopStateEvent">initPopStateEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any stateArg);
 };</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-PopStateEvent-state"><a href="#dom-popstateevent-state">state</a></code></dt>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1127
retrieving revision 1.1128
diff -u -d -r1.1127 -r1.1128
--- spec.html	10 Aug 2010 21:16:56 -0000	1.1127
+++ spec.html	10 Aug 2010 21:57:07 -0000	1.1128
@@ -336,7 +336,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">author edition</a>.
-This is revision 1.4202.
+This is revision 1.4203.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Tuesday, 10 August 2010 21:57:11 UTC