- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 Mar 2009 20:04:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4165
Modified Files:
Overview.html
Log Message:
Change the term 'script's character encoding' to be less confusing. (whatwg r2884)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2055
retrieving revision 1.2056
diff -u -d -r1.2055 -r1.2056
--- Overview.html 20 Mar 2009 08:52:34 -0000 1.2055
+++ Overview.html 20 Mar 2009 20:03:58 -0000 1.2056
@@ -3806,7 +3806,7 @@
<dl class=switch><dt>If the URL came from a script (e.g. as an argument to a
method)</dt>
- <dd>The URL character encoding is the <a href=#script-s-character-encoding>script's character
+ <dd>The URL character encoding is the <a href=#script-s-url-character-encoding>script's URL character
encoding</a>.</dd>
<dt>If the URL came from a DOM node (e.g. from an element)</dt>
@@ -35593,16 +35593,16 @@
</dd>
- <dt>A <dfn id=script-s-character-encoding title="script's character encoding">character encoding</dfn></dt>
+ <dt>A <dfn id=script-s-url-character-encoding title="script's URL character encoding">URL character encoding</dfn></dt>
<dd>
<p>A character encoding, set when the script is created, used to
encode URLs. <span id=sce-not-copy>If the character encoding is
set from another source, e.g. a <a href=#document-s-character-encoding>document's character
- encoding</a>, then the <a href=#script-s-character-encoding>script's character encoding</a>
- must follow the source, so that if the source's changes, so does
- the script's.</span></p>
+ encoding</a>, then the <a href=#script-s-url-character-encoding>script's URL character
+ encoding</a> must follow the source, so that if the source's
+ changes, so does the script's.</span></p>
</dd>
@@ -35669,7 +35669,7 @@
entry-point</a></i> is the entry-point for that code.</li>
<li><p>Set up the <a href=#script-s-global-object>script's global object</a>, the
- <a href=#script-s-browsing-context>script's browsing context</a>, the <a href=#script-s-character-encoding>script's
+ <a href=#script-s-browsing-context>script's browsing context</a>, the <a href=#script-s-url-character-encoding>script's URL
character encoding</a>, and the <a href=#script-s-base-url>script's base URL</a>
from the settings passed to this algorithm.</li>
@@ -36097,7 +36097,7 @@
steps.</li>
<li><p>Set up the <a href=#script-s-global-object>script's global object</a>, the
- <a href=#script-s-browsing-context>script's browsing context</a>, the <a href=#script-s-character-encoding>script's
+ <a href=#script-s-browsing-context>script's browsing context</a>, the <a href=#script-s-url-character-encoding>script's URL
character encoding</a>, and the <a href=#script-s-base-url>script's base URL</a>
from <a href=#the-script-settings-determined-from-the-node>the script settings determined from the node</a> on
which the attribute is being set.</li>
Received on Friday, 20 March 2009 20:04:09 UTC