Short URL: http://html5.org/r/5831
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 5831 | Remove the bit checking whether an event type name is valid since it seems all event type names are valid these days. | 2011-02-03 23:32 |
Index: source
===================================================================
--- source (revision 5830)
+++ source (revision 5831)
@@ -83454,12 +83454,14 @@
U+000A LINE FEED (LF) character, then remove the last character
from the <var title="">data</var> buffer.</p></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></p></li>
+-->
<li><p>Otherwise, create an event that uses the
<code>MessageEvent</code> interface, with the event name <code