- From: poot <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 13:51:20 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Had wrong interface name. (whatwg r4219) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3364&r2=1.3365&f=h http://html5.org/tools/web-apps-tracker?from=4218&to=4219 =================================================================== 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:50 UTC