- From: poot <cvsmail@w3.org>
- Date: Sun, 18 Oct 2009 19:37:20 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: call the script's character encoding the URL character encoding. (whatwg r4166) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3312&r2=1.3313&f=h http://html5.org/tools/web-apps-tracker?from=4165&to=4166 =================================================================== 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:49 UTC