- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 18 Oct 2009 10:37:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6947
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/spec/Overview.html,v
retrieving revision 1.3312
retrieving revision 1.3313
diff -u -d -r1.3312 -r1.3313
--- Overview.html 18 Oct 2009 09:43:06 -0000 1.3312
+++ Overview.html 18 Oct 2009 10:37:05 -0000 1.3313
@@ -42565,8 +42565,9 @@
<p>When the specification says that a <a href="#concept-script" title="concept-script">script</a> is to be <dfn id="create-a-script" title="create a
script">created</dfn>, given some script source, its scripting
- language, a global object, a browsing context, a character encoding,
- and a base URL, the user agent must run the following steps:</p>
+ language, a global object, a browsing context, a URL character
+ encoding, and a base URL, the user agent must run the following
+ steps:</p>
<ol><li><p>If <a href="#concept-bc-noscript" title="concept-bc-noscript">scripting is
disabled</a> for <a href="#browsing-context">browsing context</a> passed to this
@@ -42598,7 +42599,7 @@
context, the user agent must <a href="#create-a-script">create a script</a>, using the
given script source and scripting language, using a new empty object
as the global object, and using the given browsing context as the
- browsing context. The character encoding and base URL for the
+ browsing context. The URL character encoding and base URL for the
resulting <a href="#concept-script" title="concept-script">script</a> are not
important as no APIs are exposed to the script.</p>
@@ -43658,8 +43659,8 @@
</li>
- <li><p>Return a <a href="#concept-task" title="concept-task">task</a> that <a href="#create-a-script" title="create a script">creates a script</a> using <var title="">script source</var> as the script source, <var title="">scripting language</var> as the scripting language, <var title="">global object</var> as the global object, <var title="">browsing context</var> as the browsing context, <var title="">character encoding</var> as the character encoding, and
- <var title="">base URL</var> as the base URL.</li>
+ <li><p>Return a <a href="#concept-task" title="concept-task">task</a> that <a href="#create-a-script" title="create a script">creates a script</a> using <var title="">script source</var> as the script source, <var title="">scripting language</var> as the scripting language, <var title="">global object</var> as the global object, <var title="">browsing context</var> as the browsing context, <var title="">character encoding</var> as the URL character encoding,
+ and <var title="">base URL</var> as the base URL.</li>
</ol><p>When the above methods are to <dfn id="get-the-timeout">get the timeout</dfn>, they
must run the following steps:</p>
Received on Sunday, 18 October 2009 10:37:13 UTC