Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Remove redundant event listeners on MessagePort.
git-svn-id: http://svn.whatwg.org/webapps@2032 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 8, 2008
1 parent a3e7dba commit 281fa18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
27 changes: 1 addition & 26 deletions index
Expand Up @@ -28,7 +28,7 @@

<h1 id=html-5>HTML 5</h1>

<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 6 August
<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 8 August
2008</h2>

<p>You can take part in this work. <a
Expand Down Expand Up @@ -43842,8 +43842,6 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

// event handler attributes
attribute <span>EventListener</span> <a href="#onmessage1" title=handler-MessagePort-onmessage>onmessage</a>;
attribute <span>EventListener</span> <a href="#onload0" title=handler-MessagePort-onload>onload</a>;
attribute <span>EventListener</span> <a href="#onerror1" title=handler-MessagePort-onerror>onerror</a>;
attribute <span>EventListener</span> <a href="#onunload0" title=handler-MessagePort-onunload>onunload</a>;
};</pre>

Expand Down Expand Up @@ -44078,22 +44076,6 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<code title=dom-MessagePort-start><a href="#start6">start()</a></code>
method had been called.</p>

<dt><dfn id=onload0
title=handler-MessagePort-onload><code>onload</code></dfn>

<dd>
<p>Must be invoked whenever a <code title=event-load><a
href="#load0">load</a></code> event is targeted at or bubbles through
the <code><a href="#messageport0">MessagePort</a></code> object.

<dt><dfn id=onerror1
title=handler-MessagePort-onerror><code>onerror</code></dfn>

<dd>
<p>Must be invoked whenever an <code title=event-error><a
href="#error1">error</a></code> event is targeted at or bubbles through
the <code><a href="#messageport0">MessagePort</a></code> object.

<dt><dfn id=onunload0
title=handler-MessagePort-onunload><code>onunload</code></dfn>

Expand All @@ -44103,13 +44085,6 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
href="#messageport0">MessagePort</a></code> object.
</dl>

<p class=note>Nothing in this specification causes any <code
title=event-load><a href="#load0">load</a></code> or <code
title=event-error><a href="#error1">error</a></code> events to be
targetted at a <code><a href="#messageport0">MessagePort</a></code>
object. Those features are intended for use with Workers. <a
href="#refsWORKERS">[WORKERS]</a>

<h5 id=ports><span class=secno>7.5.3.1. </span>Ports and browsing contexts</h5>

<p>When a <code>Document</code> is <a href="#discard" title="discard a
Expand Down
20 changes: 0 additions & 20 deletions source
Expand Up @@ -41235,8 +41235,6 @@ interface <dfn>MessageChannel</dfn> {

// event handler attributes
attribute <span>EventListener</span> <span title="handler-MessagePort-onmessage">onmessage</span>;
attribute <span>EventListener</span> <span title="handler-MessagePort-onload">onload</span>;
attribute <span>EventListener</span> <span title="handler-MessagePort-onerror">onerror</span>;
attribute <span>EventListener</span> <span title="handler-MessagePort-onunload">onunload</span>;
};</pre>

Expand Down Expand Up @@ -41466,18 +41464,6 @@ interface <dfn>MessageChannel</dfn> {

</dd>

<dt><dfn title="handler-MessagePort-onload"><code>onload</code></dfn></dt>

<dd><p>Must be invoked whenever a <code
title="event-load">load</code> event is targeted at or bubbles
through the <code>MessagePort</code> object.</p></dd>

<dt><dfn title="handler-MessagePort-onerror"><code>onerror</code></dfn></dt>

<dd><p>Must be invoked whenever an <code
title="event-error">error</code> event is targeted at or bubbles
through the <code>MessagePort</code> object.</p></dd>

<dt><dfn title="handler-MessagePort-onunload"><code>onunload</code></dfn></dt>

<dd><p>Must be invoked whenever an <code
Expand All @@ -41486,12 +41472,6 @@ interface <dfn>MessageChannel</dfn> {

</dl>

<p class="note">Nothing in this specification causes any <code
title="event-load">load</code> or <code
title="event-error">error</code> events to be targetted at a
<code>MessagePort</code> object. Those features are intended for use
with Workers. <a href="#refsWORKERS">[WORKERS]</a></p>




Expand Down

0 comments on commit 281fa18

Please sign in to comment.