workers/Overview.html 1.25 32 grammar tweak (whatwg r32)

grammar tweak (whatwg r32)

An accompaniment specification for HTML5
http://people.w3.org/mike/diffs/html5/workers/Overview.1.25.html#an-accompaniment
Editor's Draft 5 August 2008
http://people.w3.org/mike/diffs/html5/workers/Overview.1.25.html#editors
2.2 Base URLs and origins of workers
http://people.w3.org/mike/diffs/html5/workers/Overview.1.25.html#base-urls

http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html
http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.24&r2=1.25&f=h
http://html5.org/tools/web-apps-tracker?from=31&to=32

===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Overview.html 18 Jul 2008 10:31:28 -0000 1.24
+++ Overview.html 5 Aug 2008 23:55:01 -0000 1.25
@@ -19,7 +19,7 @@
     specification for HTML5</h2>
 
    <h2 class="no-num no-toc" id=editors><!-- "W3C Working Draft" --> Editor's
-    Draft <!--ZZZ-->18 July 2008</h2>
+    Draft <!--ZZZ--> 5 August 2008</h2>
 
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
@@ -144,8 +144,8 @@
 
   <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 18
-   July 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p>
+   the W3C Recommendation track. <!--ZZZ:--> This specification is the 5
+   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) -->
 
@@ -392,8 +392,8 @@
    title=dom-WindowWorker-URL><a href="#url">URL</a></code> attribute of the
    worker's <code><a href="#windowworker">WindowWorker</a></code> object.
 
-  <p>The <span>origin</span> and <span>effective script origin</span> of
-   scripts running in workers are both the <span>origin</span> of the
+  <p>Both the <span>origin</span> and <span>effective script origin</span> of
+   scripts running in workers are the <span>origin</span> of the
    <span>absolute URL</span> given by the value of the <code
    title=dom-WindowWorker-URL><a href="#url">URL</a></code> attribute of the
    worker's <code><a href="#windowworker">WindowWorker</a></code> object.

Received on Tuesday, 5 August 2008 23:56:38 UTC