[html5] r6254 - [e] (0) remove a redundant 'otherwise'

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 16 18:06:40 PDT 2011


Author: ianh
Date: 2011-06-16 18:06:39 -0700 (Thu, 16 Jun 2011)
New Revision: 6254

Modified:
   complete.html
   source
Log:
[e] (0) remove a redundant 'otherwise'

Modified: complete.html
===================================================================
--- complete.html	2011-06-17 00:49:06 UTC (rev 6253)
+++ complete.html	2011-06-17 01:06:39 UTC (rev 6254)
@@ -79234,8 +79234,8 @@
    href="#refsDOMEVENTS">[DOMEVENTS]</a></p></li>
 -->
 
-   <li><p>Otherwise, create an event that uses the
-   <code><a href=#messageevent>MessageEvent</a></code> interface, with the event name <code title=event-message><a href=#event-message>message</a></code>, which does not bubble, is not
+   <li><p>Create an event that uses the <code><a href=#messageevent>MessageEvent</a></code>
+   interface, with the event name <code title=event-message><a href=#event-message>message</a></code>, which does not bubble, is not
    cancelable, and has no default action. The <code title=dom-MessageEvent-data><a href=#dom-messageevent-data>data</a></code> attribute must be set to
    the value of the <var title="">data</var> buffer, the <code title=dom-MessageEvent-origin><a href=#dom-messageevent-origin>origin</a></code> attribute must be set
    to the <a href=#unicode-serialization-of-an-origin title="Unicode serialization of an origin">Unicode

Modified: source
===================================================================
--- source	2011-06-17 00:49:06 UTC (rev 6253)
+++ source	2011-06-17 01:06:39 UTC (rev 6254)
@@ -89821,8 +89821,8 @@
    href="#refsDOMEVENTS">[DOMEVENTS]</a></p></li>
 -->
 
-   <li><p>Otherwise, create an event that uses the
-   <code>MessageEvent</code> interface, with the event name <code
+   <li><p>Create an event that uses the <code>MessageEvent</code>
+   interface, with the event name <code
    title="event-message">message</code>, which does not bubble, is not
    cancelable, and has no default action. The <code
    title="dom-MessageEvent-data">data</code> attribute must be set to




More information about the Commit-Watchers mailing list