[html5] r4166 - [e] (0) call the script's character encoding the URL character encoding. Fixing [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Oct 18 03:49:18 PDT 2009
Author: ianh
Date: 2009-10-18 03:49:15 -0700 (Sun, 18 Oct 2009)
New Revision: 4166
Modified:
complete.html
index
source
Log:
[e] (0) call the script's character encoding the URL character encoding.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7752
Modified: complete.html
===================================================================
--- complete.html 2009-10-18 09:55:15 UTC (rev 4165)
+++ complete.html 2009-10-18 10:49:15 UTC (rev 4166)
@@ -50395,8 +50395,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
@@ -50428,7 +50429,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>
@@ -51554,8 +51555,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>
@@ -64742,8 +64743,8 @@
<li>
<p><a href=#create-a-script>Create a script</a>, 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 <a href=#concept-script title=concept-script>script</a> that was created by the
+ same global object, browsing context, URL character encoding,
+ base URL, and script group as the <a href=#concept-script title=concept-script>script</a> that was created by the
worker's <a href=#run-a-worker>run a worker</a> algorithm.</p>
<p>Let the newly created <a href=#concept-script title=concept-script>script</a> run until it either
Modified: index
===================================================================
--- index 2009-10-18 09:55:15 UTC (rev 4165)
+++ index 2009-10-18 10:49:15 UTC (rev 4166)
@@ -47554,8 +47554,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
@@ -47587,7 +47588,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>
@@ -48713,8 +48714,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>
Modified: source
===================================================================
--- source 2009-10-18 09:55:15 UTC (rev 4165)
+++ source 2009-10-18 10:49:15 UTC (rev 4166)
@@ -56688,8 +56688,9 @@
<p>When the specification says that a <span
title="concept-script">script</span> is to be <dfn 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>
@@ -56727,7 +56728,7 @@
context, the user agent must <span>create a script</span>, 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 <span title="concept-script">script</span> are not
important as no APIs are exposed to the script.</p>
@@ -58065,8 +58066,8 @@
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.</p></li>
+ title="">character encoding</var> as the URL character encoding,
+ and <var title="">base URL</var> as the base URL.</p></li>
</ol>
@@ -72679,8 +72680,8 @@
<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
+ 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 <span>run a worker</span> algorithm.</p>
More information about the Commit-Watchers
mailing list