Skip to content

Commit

Permalink
[e] (0) refs
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14513

git-svn-id: http://svn.whatwg.org/webapps@6747 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 25, 2011
1 parent 62496fd commit 859a117
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 18 deletions.
15 changes: 9 additions & 6 deletions complete.html
Expand Up @@ -81217,7 +81217,8 @@ <h4 id=the-websocket-interface><span class=secno>11.3.2 </span>The <code><a href

<p>Let <var title="">event</var> be 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.</p>
not cancelable, and has no default action.
</p>

</li>

Expand Down Expand Up @@ -81756,9 +81757,9 @@ <h4 id=posting-messages><span class=secno>11.4.3 </span>Posting messages</h4>
the script that invoked the method, the <code title=dom-MessageEvent-source><a href=#dom-messageevent-source>source</a></code> attribute must be
initialized to the <a href="#script's-global-object">script's global object</a>'s
<code><a href=#windowproxy>WindowProxy</a></code> object, and the <code title=dom-MessageEvent-ports><a href=#dom-messageevent-ports>ports</a></code> attribute must be
initialized to the <var title="">new ports</var> array.</p> <!--
invariant: the global object is always a Window if the script can
see this method -->
initialized to the <var title="">new ports</var> array.
</p> <!-- invariant: the global object is always a Window if the
script can see this method -->

</li>

Expand Down Expand Up @@ -82225,7 +82226,8 @@ <h4 id=message-ports><span class=secno>11.5.3 </span>Message ports</h4>

<li><p>Create an event that uses the <code><a href=#messageevent>MessageEvent</a></code>
interface, with the name <code title=event-message><a href=#event-message>message</a></code>, which does not bubble, is not
cancelable, and has no default action.</li>
cancelable, and has no default action.
</li>

<li><p>Let the <code title=dom-MessageEvent-data><a href=#dom-messageevent-data>data</a></code>
attribute of the event be initialized to the value of <var title="">message clone</var>.</li>
Expand Down Expand Up @@ -82278,7 +82280,8 @@ <h4 id=message-ports><span class=secno>11.5.3 </span>Message ports</h4>
<li><p>Create an event that uses the <code>MessageEvent</code>
interface, with the name <code
title="event-message">message</code>, which does not bubble, is not
cancelable, and has no default action.</p></li>
cancelable, and has no default action.
</p></li>

<li><p>Let the <code title="dom-MessageEvent-data">data</code>
attribute of the event be initialized to the value of <var
Expand Down
15 changes: 9 additions & 6 deletions index
Expand Up @@ -81217,7 +81217,8 @@ socket.onopen = function () {

<p>Let <var title="">event</var> be 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.</p>
not cancelable, and has no default action.
</p>

</li>

Expand Down Expand Up @@ -81756,9 +81757,9 @@ function receiver(e) {
the script that invoked the method, the <code title=dom-MessageEvent-source><a href=#dom-messageevent-source>source</a></code> attribute must be
initialized to the <a href="#script's-global-object">script's global object</a>'s
<code><a href=#windowproxy>WindowProxy</a></code> object, and the <code title=dom-MessageEvent-ports><a href=#dom-messageevent-ports>ports</a></code> attribute must be
initialized to the <var title="">new ports</var> array.</p> <!--
invariant: the global object is always a Window if the script can
see this method -->
initialized to the <var title="">new ports</var> array.
</p> <!-- invariant: the global object is always a Window if the
script can see this method -->

</li>

Expand Down Expand Up @@ -82225,7 +82226,8 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

<li><p>Create an event that uses the <code><a href=#messageevent>MessageEvent</a></code>
interface, with the name <code title=event-message><a href=#event-message>message</a></code>, which does not bubble, is not
cancelable, and has no default action.</li>
cancelable, and has no default action.
</li>

<li><p>Let the <code title=dom-MessageEvent-data><a href=#dom-messageevent-data>data</a></code>
attribute of the event be initialized to the value of <var title="">message clone</var>.</li>
Expand Down Expand Up @@ -82278,7 +82280,8 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<li><p>Create an event that uses the <code>MessageEvent</code>
interface, with the name <code
title="event-message">message</code>, which does not bubble, is not
cancelable, and has no default action.</p></li>
cancelable, and has no default action.
</p></li>

<li><p>Let the <code title="dom-MessageEvent-data">data</code>
attribute of the event be initialized to the value of <var
Expand Down
27 changes: 21 additions & 6 deletions source
Expand Up @@ -91978,7 +91978,11 @@ socket.onopen = function () {
<p>Let <var title="">event</var> be 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.</p>
not cancelable, and has no default action.
<!--END complete--><!--END epub-->
<a href="#refsHTML">[HTML]</a>
<!--START complete--><!--START epub-->
</p>

</li>

Expand Down Expand Up @@ -92637,9 +92641,12 @@ function receiver(e) {
initialized to the <span>script's global object</span>'s
<code>WindowProxy</code> object, and the <code
title="dom-MessageEvent-ports">ports</code> attribute must be
initialized to the <var title="">new ports</var> array.</p> <!--
invariant: the global object is always a Window if the script can
see this method -->
initialized to the <var title="">new ports</var> array.
<!--END complete--><!--END epub-->
<a href="#refsHTML">[HTML]</a>
<!--START complete--><!--START epub-->
</p> <!-- invariant: the global object is always a Window if the
script can see this method -->

</li>

Expand Down Expand Up @@ -93188,7 +93195,11 @@ interface <dfn>MessageChannel</dfn> {
<li><p>Create an event that uses the <code>MessageEvent</code>
interface, with the name <code
title="event-message">message</code>, which does not bubble, is not
cancelable, and has no default action.</p></li>
cancelable, and has no default action.
<!--END complete--><!--END epub-->
<a href="#refsHTML">[HTML]</a>
<!--START complete--><!--START epub-->
</p></li>

<li><p>Let the <code title="dom-MessageEvent-data">data</code>
attribute of the event be initialized to the value of <var
Expand Down Expand Up @@ -93245,7 +93256,11 @@ interface <dfn>MessageChannel</dfn> {
<li><p>Create an event that uses the <code>MessageEvent</code>
interface, with the name <code
title="event-message">message</code>, which does not bubble, is not
cancelable, and has no default action.</p></li>
cancelable, and has no default action.
<!--END complete--><!--END epub-->
<a href="#refsHTML">[HTML]</a>
<!--START complete--><!--START epub-->
</p></li>

<li><p>Let the <code title="dom-MessageEvent-data">data</code>
attribute of the event be initialized to the value of <var
Expand Down

0 comments on commit 859a117

Please sign in to comment.