[html5] r2032 - [] (0) Remove redundant event listeners on MessagePort.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 7 21:14:38 PDT 2008
Author: ianh
Date: 2008-08-07 21:14:37 -0700 (Thu, 07 Aug 2008)
New Revision: 2032
Modified:
index
source
Log:
[] (0) Remove redundant event listeners on MessagePort.
Modified: index
===================================================================
--- index 2008-08-06 22:56:25 UTC (rev 2031)
+++ index 2008-08-08 04:14:37 UTC (rev 2032)
@@ -28,7 +28,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft>Draft Recommendation — 6 August
+ <h2 class="no-num no-toc" id=draft>Draft Recommendation — 8 August
2008</h2>
<p>You can take part in this work. <a
@@ -43842,8 +43842,6 @@
// 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>
@@ -44078,22 +44076,6 @@
<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>
@@ -44103,13 +44085,6 @@
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
Modified: source
===================================================================
--- source 2008-08-06 22:56:25 UTC (rev 2031)
+++ source 2008-08-08 04:14:37 UTC (rev 2032)
@@ -41235,8 +41235,6 @@
// 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>
@@ -41466,18 +41464,6 @@
</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
@@ -41486,16 +41472,10 @@
</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>
-
<h5>Ports and browsing contexts</h5>
<p>When a <code>Document</code> is <span title="discard a
More information about the Commit-Watchers
mailing list