- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 04:41:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27484
Modified Files:
Overview.html
Log Message:
Had wrong interface name. (whatwg r4217)
Index: Overview.html
===================================================================
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:41:48 UTC