html5/workers Overview.html,1.188,1.189

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

Modified Files:
	Overview.html 
Log Message:
call the script's character encoding the URL character encoding. (whatwg r4166)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- Overview.html	18 Oct 2009 07:47:30 -0000	1.188
+++ Overview.html	18 Oct 2009 10:37:14 -0000	1.189
@@ -1847,8 +1847,8 @@
      <li>
 
       <p><span>Create a script</span>, using <var title="">source</var> as the script source and <var title="">language</var> as the scripting language, using the
-      same global object, browsing context, character encoding, base
-      URL, and script group as the <span title="concept-script">script</span> that was created by the
+      same global object, browsing context, URL character encoding,
+      base URL, and script group as the <span title="concept-script">script</span> that was created by the
       worker's <a href="#run-a-worker">run a worker</a> algorithm.</p>
 
       <p>Let the newly created <span title="concept-script">script</span> run until it either

Received on Sunday, 18 October 2009 10:37:20 UTC