- From: poot <cvsmail@w3.org>
- Date: Sun, 19 Apr 2009 09:18:10 +0900 (JST)
- To: public-html-diffs@w3.org
Typos: round 3. (whatwg r2967) Editor's Draft 19 April 2009 http://people.w3.org/mike/diffs/html5/workers/Overview.1.106.html#editor-s-draft-date-zzz-9-june-2008 4.6 Processing model http://people.w3.org/mike/diffs/html5/workers/Overview.1.106.html#processing-model Status of this document http://people.w3.org/mike/diffs/html5/workers/Overview.1.106.html#status-of-this-document http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.105&r2=1.106&f=h http://html5.org/tools/web-apps-tracker?from=2966&to=2967 =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.105 retrieving revision 1.106 diff -u -d -r1.105 -r1.106 --- Overview.html 18 Apr 2009 06:33:58 -0000 1.105 +++ Overview.html 19 Apr 2009 00:17:42 -0000 1.106 @@ -145,7 +145,7 @@ </style><link href=http://www.w3.org/StyleSheets/TR/%57%33%43-ED rel=stylesheet type=text/css><!-- ZZZ ED vs WD --><div class=head> <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> <h1>Web Workers</h1> - <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->18 April 2009</h2> + <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->19 April 2009</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2009/WD-workers-20090101/">http://www.w3.org/TR/2009/WD-workers-20090101/</a></dd> @@ -214,7 +214,7 @@ Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. <!--ZZZ:--> - This specification is the 18 April 2009 <!--ZZZ "Working Draft"-->Editor's Draft. + This specification is the 19 April 2009 <!--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) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to specify a part of the Web @@ -1225,7 +1225,7 @@ <p>Create a completely separate and parallel execution environment (i.e. a separate thread or process or equivalent construct), and - run the rest of these steps asychronously in that context.</p> + run the rest of these steps asynchronously in that context.</p> </li>
Received on Sunday, 19 April 2009 00:18:46 UTC