[html5] r4219 - [e] (0) Had wrong interface name. Fixing http://www.w3.org/Bugs/Public/show_bug. [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 20 22:03:51 PDT 2009


Author: ianh
Date: 2009-10-20 22:03:47 -0700 (Tue, 20 Oct 2009)
New Revision: 4219

Modified:
   complete.html
   index
   source
Log:
[e] (0) Had wrong interface name.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7881

Modified: complete.html
===================================================================
--- complete.html	2009-10-21 05:02:17 UTC (rev 4218)
+++ complete.html	2009-10-21 05:03:47 UTC (rev 4219)
@@ -86097,7 +86097,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>
@@ -86113,7 +86113,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>

Modified: index
===================================================================
--- index	2009-10-21 05:02:17 UTC (rev 4218)
+++ index	2009-10-21 05:03:47 UTC (rev 4219)
@@ -77159,7 +77159,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>
@@ -77175,7 +77175,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>

Modified: source
===================================================================
--- source	2009-10-21 05:02:17 UTC (rev 4218)
+++ source	2009-10-21 05:03:47 UTC (rev 4219)
@@ -94995,7 +94995,7 @@
 
     <tr>
      <td> <code title="event-redo">redo</code>
-     <td> <code>Event</code>
+     <td> <code>UndoManagerEvent</code>
      <td> Fired at the <code>Window</code> object when the user <span title="do-redo">goes forward in the undo transaction history</span>
 
     <tr>
@@ -95015,7 +95015,7 @@
 
     <tr>
      <td> <code title="event-undo">undo</code>
-     <td> <code>Event</code>
+     <td> <code>UndoManagerEvent</code>
      <td> Fired at the <code>Window</code> object when the user <span title="do-undo">goes backward in the undo transaction history</span>
 
     <tr>




More information about the Commit-Watchers mailing list