[html5] r2884 - [e] (0) Change the term 'script's character encoding' to be less confusing.

whatwg at whatwg.org whatwg at whatwg.org
Fri Mar 20 13:03:53 PDT 2009


Author: ianh
Date: 2009-03-20 13:03:52 -0700 (Fri, 20 Mar 2009)
New Revision: 2884

Modified:
   index
   source
Log:
[e] (0) Change the term 'script's character encoding' to be less confusing.

Modified: index
===================================================================
--- index	2009-03-20 08:52:31 UTC (rev 2883)
+++ index	2009-03-20 20:03:52 UTC (rev 2884)
@@ -4256,7 +4256,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>
@@ -39908,16 +39908,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>
 
@@ -39990,7 +39990,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>
 
@@ -40455,7 +40455,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>

Modified: source
===================================================================
--- source	2009-03-20 08:52:31 UTC (rev 2883)
+++ source	2009-03-20 20:03:52 UTC (rev 2884)
@@ -3860,7 +3860,7 @@
    <dt>If the URL came from a script (e.g. as an argument to a
    method)</dt>
 
-   <dd>The URL character encoding is the <span>script's character
+   <dd>The URL character encoding is the <span>script's URL character
    encoding</span>.</dd>
 
    <dt>If the URL came from a DOM node (e.g. from an element)</dt>
@@ -45251,16 +45251,16 @@
 
    </dd>
 
-   <dt>A <dfn title="script's character encoding">character encoding</dfn></dt>
+   <dt>A <dfn 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 <span>document's character
-    encoding</span>, then the <span>script's character encoding</span>
-    must follow the source, so that if the source's changes, so does
-    the script's.</span></p>
+    encoding</span>, then the <span>script's URL character
+    encoding</span> must follow the source, so that if the source's
+    changes, so does the script's.</span></p>
 
    </dd>
 
@@ -45345,7 +45345,7 @@
    entry-point</i> is the entry-point for that code.</p></li>
 
    <li><p>Set up the <span>script's global object</span>, the
-   <span>script's browsing context</span>, the <span>script's
+   <span>script's browsing context</span>, the <span>script's URL
    character encoding</span>, and the <span>script's base URL</span>
    from the settings passed to this algorithm.</p></li>
 
@@ -45885,7 +45885,7 @@
    steps.</p></li>
 
    <li><p>Set up the <span>script's global object</span>, the
-   <span>script's browsing context</span>, the <span>script's
+   <span>script's browsing context</span>, the <span>script's URL
    character encoding</span>, and the <span>script's base URL</span>
    from <span>the script settings determined from the node</span> on
    which the attribute is being set.</p></li>
@@ -58574,7 +58574,7 @@
     <p>Set the <span>script's browsing context</span> to <var
     title="">owner browsing context</var>.</p>
 
-    <p>Set the <span>script's character encoding</span> to
+    <p>Set the <span>script's URL character encoding</span> to
     UTF-8. (This is just used for encoding non-ASCII characters in the
     query component of URLs.)</p>
 




More information about the Commit-Watchers mailing list