- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Aug 2008 04:15:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv9579 Modified Files: Overview.html Log Message: Remove redundant event listeners on MessagePort. (whatwg r2032) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1216 retrieving revision 1.1217 diff -u -d -r1.1216 -r1.1217 --- Overview.html 6 Aug 2008 22:56:30 -0000 1.1216 +++ Overview.html 8 Aug 2008 04:15:12 -0000 1.1217 @@ -27,7 +27,7 @@ for HTML and XHTML</h2> <h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" --> - Editor's Draft <!--ZZZ--> 6 August 2008</h2> + Editor's Draft <!--ZZZ--> 8 August 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> @@ -199,7 +199,7 @@ <p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is the W3C working group responsible for this specification's progress along - the W3C Recommendation track. <!--ZZZ:--> This specification is the 6 + the W3C Recommendation track. <!--ZZZ:--> This specification is the 8 August 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p> <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> <!-- relationship to other work (required) --> @@ -43850,8 +43850,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> @@ -44086,22 +44084,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> @@ -44111,13 +44093,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="#references">[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
Received on Friday, 8 August 2008 04:15:48 UTC