- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Aug 2008 23:55:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv27937
Modified Files:
Overview.html
Log Message:
grammar tweak (whatwg r32)
Index: Overview.html
===================================================================
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:55:41 UTC