- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Aug 2008 10:36:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv9964 Modified Files: Overview.html Log Message: Change 'unload' to 'close' for MessagePorts. (whatwg r2116) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1288 retrieving revision 1.1289 diff -u -d -r1.1288 -r1.1289 --- Overview.html 26 Aug 2008 08:19:25 -0000 1.1288 +++ Overview.html 26 Aug 2008 10:36:07 -0000 1.1289 @@ -17014,7 +17014,7 @@ <p class=note>Such cases are to be kept to an absolute minimum. If there is even the slightest possibility of the author having the ability to provide real alternative text, then it would not be acceptable to omit - the code title="attr-img-alt">alt attribute.</p> + the <code title=attr-img-alt><a href="#alt0">alt</a></code> attribute.</p> <div class=example> <p>A photo on a photo-sharing site, if the site received the image with @@ -44875,7 +44875,7 @@ // event handler attributes attribute <span>EventListener</span> <a href="#onmessage1" title=handler-MessagePort-onmessage>onmessage</a>; - attribute <span>EventListener</span> <a href="#onunload0" title=handler-MessagePort-onunload>onunload</a>; + attribute <span>EventListener</span> <a href="#onclose" title=handler-MessagePort-onclose>onclose</a>; };</pre> <p>Objects implementing the <code><a @@ -45154,13 +45154,12 @@ <li> <p><a href="#queue">Queue a task</a> to <a href="#firing2">fire a simple - event</a> called <code title=event-unload>unload</code> at the port on + event</a> called <code title=event-close>close</code> at the port on which the method was called. <li> <p><a href="#queue">Queue a task</a> to <a href="#firing2">fire a simple - event</a> called <code title=event-unload>unload</code> at the other - port. + event</a> called <code title=event-close>close</code> at the other port. </ol> <p>The <a href="#task-source">task source</a> for the two <a href="#tasks" @@ -45193,12 +45192,12 @@ <code title=dom-MessagePort-start><a href="#start6">start()</a></code> method had been called.</p> - <dt><dfn id=onunload0 - title=handler-MessagePort-onunload><code>onunload</code></dfn> + <dt><dfn id=onclose + title=handler-MessagePort-onclose><code>onclose</code></dfn> <dd> - <p>Must be invoked whenever an <code title=event-unload>unload</code> - event is targeted at or bubbles through the <code><a + <p>Must be invoked whenever an <code title=event-close>close</code> event + is targeted at or bubbles through the <code><a href="#messageport0">MessagePort</a></code> object. </dl> @@ -45237,7 +45236,7 @@ <li> <p><a href="#queue">Queue a task</a> to <a href="#firing2">fire a simple - event</a> called <code title=event-unload>unload</code> at <var + event</a> called <code title=event-close>close</code> at <var title="">surviving port</var>. The <a href="#task-source">task source</a> for this <a href="#tasks" title=concept-task>task</a> is the <a href="#posted">posted message task source</a>.
Received on Tuesday, 26 August 2008 10:36:46 UTC