HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/6254

SVNBugCommentTime (UTC)
6254remove a redundant 'otherwise'2011-06-17 01:06
Index: source
===================================================================
--- source	(revision 6253)
+++ source	(revision 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

|