- From: poot <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 13:41:54 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Had wrong interface name. (whatwg r4217) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3362&r2=1.3363&f=h http://html5.org/tools/web-apps-tracker?from=4216&to=4217 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3362 retrieving revision 1.3363 diff -u -d -r1.3362 -r1.3363 --- Overview.html 21 Oct 2009 04:39:23 -0000 1.3362 +++ Overview.html 21 Oct 2009 04:41:41 -0000 1.3363 @@ -70467,7 +70467,7 @@ <td> Fired at the <code><a href="#window">Window</a></code> before printing <tr><td> <code title="event-beforeunload">beforeunload</code> - <td> <code>Event</code> + <td> <code><a href="#beforeunloadevent">BeforeUnloadEvent</a></code> <td> Fired at the <code><a href="#window">Window</a></code> when the page is about to be unloaded, in case the page would like to show a warning prompt <tr><td> <code title="event-blur">blur</code>
Received on Wednesday, 21 October 2009 04:42:23 UTC