Skip to content

Commit

Permalink
[e] (0) remove a redundant 'otherwise'
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6254 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 17, 2011
1 parent ad5048a commit e433aeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -79234,8 +79234,8 @@ <h4 id=event-stream-interpretation><span class=secno>11.2.5 </span>Interpreting
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
<li><p>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
cancelable, and has no default action. The <code title=dom-MessageEvent-data><a href=#dom-messageevent-data>data</a></code> attribute must be set to
the value of the <var title="">data</var> buffer, the <code title=dom-MessageEvent-origin><a href=#dom-messageevent-origin>origin</a></code> attribute must be set
to the <a href=#unicode-serialization-of-an-origin title="Unicode serialization of an origin">Unicode
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -89821,8 +89821,8 @@ any-char = %x0000-0009 / %x000B-000C / %x000E-10FFFF
href="#refsDOMEVENTS">[DOMEVENTS]</a></p></li>
-->

<li><p>Otherwise, create an event that uses the
<code>MessageEvent</code> interface, with the event name <code
<li><p>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
cancelable, and has no default action. The <code
title="dom-MessageEvent-data">data</code> attribute must be set to
Expand Down

0 comments on commit e433aeb

Please sign in to comment.