- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 21:47:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv27999 Modified Files: Overview.html Log Message: consistency (whatwg r5274) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4202 retrieving revision 1.4203 diff -u -d -r1.4202 -r1.4203 --- Overview.html 10 Aug 2010 21:10:45 -0000 1.4202 +++ Overview.html 10 Aug 2010 21:47:32 -0000 1.4203 @@ -43949,8 +43949,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.<pre class="idl">interface <dfn id="popstateevent">PopStateEvent</dfn> : <a href="#event">Event</a> { + is fired in certain cases when navigating to a <a href="#session-history-entry">session history + entry</a>.<pre class="idl">interface <dfn id="popstateevent">PopStateEvent</dfn> : <a href="#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>
Received on Tuesday, 10 August 2010 21:47:38 UTC