Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Remove the bit checking whether an event type name is valid s…
…ince it seems all event type names are valid these days.

git-svn-id: http://svn.whatwg.org/webapps@5831 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 3, 2011
1 parent 8665f1a commit 2775f57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -73773,11 +73773,14 @@ <h4 id=event-stream-interpretation><span class=secno>10.2.5 </span>Interpreting
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
Expand Down
2 changes: 2 additions & 0 deletions source
Expand Up @@ -83454,12 +83454,14 @@ any-char = %x0000-0009 / %x000B-000C / %x000E-10FFFF
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
Expand Down

0 comments on commit 2775f57

Please sign in to comment.