spec/Overview.html 1.2056 2884 Change the term 'script's character enco

Change the term 'script's character encoding' to be less confusing.
(whatwg r2884)

script's browsing context
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2056.html#script-s-browsing-context
created
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2056.html#create-a-script
URL character encoding
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2056.html#url-character-encoding
URL character encoding
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2056.html#script-s-url-character-encoding
If the character encoding is set from another source, e.g. a document's character encoding, then the script's URL character encoding must follow the source, so that if the source's changes, so does the script's.
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2056.html#sce-not-copy
Event handler content attributes
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2056.html#event-handler-content-attributes

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2055&r2=1.2056&f=h
http://html5.org/tools/web-apps-tracker?from=2883&to=2884

===================================================================
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:06:38 UTC