html5/eventsource Overview.html,1.177,1.178

Update of /sources/public/html5/eventsource
In directory hutz:/tmp/cvs-serv23284

Modified Files:
	Overview.html 
Log Message:
remove a redundant 'otherwise' (whatwg r6254)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -d -r1.177 -r1.178
--- Overview.html	17 Jun 2011 00:49:09 -0000	1.177
+++ Overview.html	17 Jun 2011 01:06:43 -0000	1.178
@@ -707,8 +707,8 @@
    from the <var title="">data</var> buffer.</li>
 
 
-   <li><p>Otherwise, 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
+   <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
    the value of the <var title="">data</var> buffer, the <code title="dom-MessageEvent-origin">origin</code> attribute must be set
    to the <span title="Unicode serialization of an origin">Unicode

Received on Friday, 17 June 2011 01:06:46 UTC