- From: CVS User ihickson <cvsmail@w3.org>
- Date: Fri, 26 Jul 2013 17:57:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory roscoe:/tmp/cvs-serv6996 Modified Files: Overview.html Log Message: Try to tighten up text around event handlers (whatwg r8091) --- /sources/public/html5/workers/Overview.html 2013/07/25 23:42:44 1.390 +++ /sources/public/html5/workers/Overview.html 2013/07/26 17:57:17 1.391 @@ -216,7 +216,7 @@ <h1>Web Workers</h1> - <h2 class="no-num no-toc" id="editor-s-draft-25-july-2013">Editor's Draft 25 July 2013</h2> + <h2 class="no-num no-toc" id="editor-s-draft-26-july-2013">Editor's Draft 26 July 2013</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/workers/">http://www.w3.org/TR/workers/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -353,7 +353,7 @@ </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 25 July 2013 Editor's Draft. + This specification is the 26 July 2013 Editor's Draft. </p> @@ -1379,7 +1379,7 @@ tasks from being queued.)</li> </ol><hr><p>The following are the <span>event handlers</span> (and their corresponding <span title="event - handler event type">event handler event types</span>) that must be supported, as IDL attributes, + handler event type">event handler event types</span>) that must be supported, as <span>event handler IDL attributes</span>, by objects implementing the <code><a href="#workerglobalscope">WorkerGlobalScope</a></code> interface:</p> <table><thead><tr><th><span title="event handlers">Event handler</span> <th><span>Event handler event type</span> @@ -1427,7 +1427,7 @@ <p>The following are the <span>event handlers</span> (and their corresponding <span title="event handler event type">event handler - event types</span>) that must be supported, as IDL attributes, by + event types</span>) that must be supported, as <span>event handler IDL attributes</span>, by objects implementing the <code><a href="#dedicatedworkerglobalscope">DedicatedWorkerGlobalScope</a></code> interface:</p> @@ -1464,7 +1464,7 @@ <p>The following are the <span>event handlers</span> (and their corresponding <span title="event handler event type">event handler - event types</span>) that must be supported, as IDL attributes, by + event types</span>) that must be supported, as <span>event handler IDL attributes</span>, by objects implementing the <code><a href="#sharedworkerglobalscope">SharedWorkerGlobalScope</a></code> interface:</p> @@ -1794,7 +1794,7 @@ <p>The following are the <span>event handlers</span> (and their corresponding <span title="event handler event type">event handler - event types</span>) that must be supported, as IDL attributes, by + event types</span>) that must be supported, as <span>event handler IDL attributes</span>, by objects implementing the <code><a href="#abstractworker">AbstractWorker</a></code> interface:</p> <table><thead><tr><th><span title="event handlers">Event handler</span> <th><span>Event handler event type</span> @@ -1838,7 +1838,7 @@ </div> <p>The following are the <span>event handlers</span> (and their corresponding <span title="event - handler event type">event handler event types</span>) that must be supported, as IDL attributes, + handler event type">event handler event types</span>) that must be supported, as <span>event handler IDL attributes</span>, by objects implementing the <code><a href="#worker">Worker</a></code> interface:</p> <table><thead><tr><th><span title="event handlers">Event handler</span> <th><span>Event handler event type</span>
Received on Friday, 26 July 2013 17:57:18 UTC