- From: poot <cvsmail@w3.org>
- Date: Wed, 11 Aug 2010 06:51:54 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: consistency (whatwg r5274) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4202&r2=1.4203&f=h http://html5.org/tools/web-apps-tracker?from=5273&to=5274 =================================================================== 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:48:15 UTC