[html5] r6738 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14410

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 24 16:17:27 PDT 2011


Author: ianh
Date: 2011-10-24 16:17:26 -0700 (Mon, 24 Oct 2011)
New Revision: 6738

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14410

Modified: complete.html
===================================================================
--- complete.html	2011-10-24 23:15:28 UTC (rev 6737)
+++ complete.html	2011-10-24 23:17:26 UTC (rev 6738)
@@ -69363,7 +69363,7 @@
   not influence whether an <a href=#event-handlers title="event handlers">event
   handler</a> is triggered or not.</p>
 
-  <p>The <dfn id=the-event-handler-processing-algorithm>the event handler processing algorithm</dfn> for an
+  <p><dfn id=the-event-handler-processing-algorithm>The event handler processing algorithm</dfn> for an
   <a href=#event-handlers title="event handlers">event handler</a> <var title="">H</var> and an <code><a href=#event>Event</a></code> object <var title="">E</var> is as follows:</p>
 
   <ol><li><p>If <var title="">H</var>'s value is null, then abort these
@@ -81829,7 +81829,7 @@
 
    <!-- anything else? -->
 
-   <li>Send a <code title=event-message><a href=#event-message>message</a></code> event to the
+   <li>Send a <code title=event-message><a href=#event-message>message</a></code> event to 
    the <code><a href=#window>Window</a></code> in the <code><a href=#the-iframe-element>iframe</a></code> using the <code title=dom-window-postMessage><a href=#dom-window-postmessage>window.postMessage()</a></code>
    API.</li>
 

Modified: index
===================================================================
--- index	2011-10-24 23:15:28 UTC (rev 6737)
+++ index	2011-10-24 23:17:26 UTC (rev 6738)
@@ -69363,7 +69363,7 @@
   not influence whether an <a href=#event-handlers title="event handlers">event
   handler</a> is triggered or not.</p>
 
-  <p>The <dfn id=the-event-handler-processing-algorithm>the event handler processing algorithm</dfn> for an
+  <p><dfn id=the-event-handler-processing-algorithm>The event handler processing algorithm</dfn> for an
   <a href=#event-handlers title="event handlers">event handler</a> <var title="">H</var> and an <code><a href=#event>Event</a></code> object <var title="">E</var> is as follows:</p>
 
   <ol><li><p>If <var title="">H</var>'s value is null, then abort these
@@ -81829,7 +81829,7 @@
 
    <!-- anything else? -->
 
-   <li>Send a <code title=event-message><a href=#event-message>message</a></code> event to the
+   <li>Send a <code title=event-message><a href=#event-message>message</a></code> event to 
    the <code><a href=#window>Window</a></code> in the <code><a href=#the-iframe-element>iframe</a></code> using the <code title=dom-window-postMessage><a href=#dom-window-postmessage>window.postMessage()</a></code>
    API.</li>
 

Modified: source
===================================================================
--- source	2011-10-24 23:15:28 UTC (rev 6737)
+++ source	2011-10-24 23:17:26 UTC (rev 6738)
@@ -78888,7 +78888,7 @@
   not influence whether an <span title="event handlers">event
   handler</span> is triggered or not.</p>
 
-  <p>The <dfn>the event handler processing algorithm</dfn> for an
+  <p><dfn>The event handler processing algorithm</dfn> for an
   <span title="event handlers">event handler</span> <var
   title="">H</var> and an <code>Event</code> object <var
   title="">E</var> is as follows:</p>
@@ -92714,7 +92714,7 @@
 
    <!-- anything else? -->
 
-   <li>Send a <code title="event-message">message</code> event to the
+   <li>Send a <code title="event-message">message</code> event to 
    the <code>Window</code> in the <code>iframe</code> using the <code
    title="dom-window-postMessage">window.postMessage()</code>
    API.</li>




More information about the Commit-Watchers mailing list