[html5] r5831 - [e] (0) Remove the bit checking whether an event type name is valid since it see [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 3 15:32:44 PST 2011
Author: ianh
Date: 2011-02-03 15:32:43 -0800 (Thu, 03 Feb 2011)
New Revision: 5831
Modified:
complete.html
source
Log:
[e] (0) Remove the bit checking whether an event type name is valid since it seems all event type names are valid these days.
Modified: complete.html
===================================================================
--- complete.html 2011-02-03 23:22:26 UTC (rev 5830)
+++ complete.html 2011-02-03 23:32:43 UTC (rev 5831)
@@ -73773,11 +73773,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><a href=#messageevent>MessageEvent</a></code> interface, with the event name <code title=event-message><a href=#event-message>message</a></code>, which does not bubble, is not
Modified: source
===================================================================
--- source 2011-02-03 23:22:26 UTC (rev 5830)
+++ source 2011-02-03 23:32:43 UTC (rev 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
More information about the Commit-Watchers
mailing list