- From: poot <cvsmail@w3.org>
- Date: Thu, 03 Feb 2011 18:33:56 -0500
- To: public-html-diffs@w3.org
SSE; hixie: Remove the bit checking whether an event type name is valid
since it seems all event type names are valid these days. (whatwg r5831)
http://dev.w3.org/cvsweb/html5/eventsource/Overview.html?r1=1.157&r2=1.158&f=h
http://html5.org/tools/web-apps-tracker?from=5830&to=5831
===================================================================
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:33:58 UTC