- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 04:51:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv28712 Modified Files: Overview.html Log Message: Had wrong interface name. (whatwg r4219) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3364 retrieving revision 1.3365 diff -u -d -r1.3364 -r1.3365 --- Overview.html 21 Oct 2009 04:49:36 -0000 1.3364 +++ Overview.html 21 Oct 2009 04:51:05 -0000 1.3365 @@ -70535,7 +70535,7 @@ <td> Fired at the <code>Document</code> when it finishes parsing and again when all its subresources have finished loading <tr><td> <code title="event-redo"><a href="#event-redo">redo</a></code> - <td> <code>Event</code> + <td> <code><a href="#undomanagerevent">UndoManagerEvent</a></code> <td> Fired at the <code><a href="#window">Window</a></code> object when the user <a href="#redo:-moving-forward-in-the-undo-transaction-history" title="do-redo">goes forward in the undo transaction history</a> <tr><td> <code title="event-reset">reset</code> @@ -70551,7 +70551,7 @@ <td> Fired at a <code><a href="#the-form-element">form</a></code> element when it is <a href="#concept-form-submit" title="concept-form-submit">submitted</a> <tr><td> <code title="event-undo"><a href="#event-undo">undo</a></code> - <td> <code>Event</code> + <td> <code><a href="#undomanagerevent">UndoManagerEvent</a></code> <td> Fired at the <code><a href="#window">Window</a></code> object when the user <a href="#undo:-moving-back-in-the-undo-transaction-history" title="do-undo">goes backward in the undo transaction history</a> <tr><td> <code title="event-unload">unload</code>
Received on Wednesday, 21 October 2009 04:51:12 UTC