html5/workers Overview.html,1.192,1.193

Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv15399

Modified Files:
	Overview.html 
Log Message:
s/script browsing context/script's browsing context/ (whatwg r4246)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- Overview.html	21 Oct 2009 09:25:17 -0000	1.192
+++ Overview.html	21 Oct 2009 09:26:15 -0000	1.193
@@ -1576,7 +1576,7 @@
    <li>
 
     <p><a href="#run-a-worker">Run a worker</a> for the resulting <span>absolute
-    URL</span>, with the <span>script browsing context</span> of the
+    URL</span>, with the <span>script's browsing context</span> of the
     script that invoked the method as the <var title="">owner browsing
     context</var>, with the <span>origin</span> of the <span>first
     script</span> as the <var title="">owner origin</var>, and with
@@ -1771,7 +1771,7 @@
    <li>
 
     <p><a href="#run-a-worker">Run a worker</a> for <var title="">scriptURL</var>,
-    with the <span>script browsing context</span> of the script that
+    with the <span>script's browsing context</span> of the script that
     invoked the method as the <var title="">owner browsing
     context</var>, with the <span>origin</span> of the <span>first
     script</span> as the <var title="">owner origin</var>, and with

Received on Wednesday, 21 October 2009 09:26:18 UTC