html5/eventsource Overview.html,1.157,1.158

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

Modified Files:
	Overview.html 
Log Message:
Remove the bit checking whether an event type name is valid since it seems all event type names are valid these days. (whatwg r5831)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- Overview.html	3 Feb 2011 23:22:29 -0000	1.157
+++ Overview.html	3 Feb 2011 23:32:46 -0000	1.158
@@ -760,11 +760,14 @@
    U+000A LINE FEED (LF) character, then remove the last character
    from the <var title="">data</var> buffer.</li>
 
+<!--(there's no longer such a think as an invalid event type name it would seem)
    <li><p>If the <var title="">event name</var> buffer is not the
    empty string but is also not a valid event type name, as defined by
    the DOM Events specification, set the <var title="">data</var>
    buffer and the <var title="">event name</var> buffer to the empty
-   string and abort these steps. <a href="#refsDOMEVENTS">[DOMEVENTS]</a></li>
+   string and abort these steps. <a
+   href="#refsDOMEVENTS">[DOMEVENTS]</a></p></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

Received on Thursday, 3 February 2011 23:32:50 UTC