Skip to content

Commit

Permalink
[e] (0) Change the term 'script's character encoding' to be less conf…
Browse files Browse the repository at this point in the history
…using.

git-svn-id: http://svn.whatwg.org/webapps@2884 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 20, 2009
1 parent 48b9dd9 commit 42c624b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions index
Expand Up @@ -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>
Expand Down Expand Up @@ -39908,16 +39908,16 @@ interface <dfn id=window>Window</dfn> {

</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>

Expand Down Expand Up @@ -39990,7 +39990,7 @@ interface <dfn id=window>Window</dfn> {
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>

Expand Down Expand Up @@ -40455,7 +40455,7 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
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>
Expand Down
16 changes: 8 additions & 8 deletions source
Expand Up @@ -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>
Expand Down Expand Up @@ -45251,16 +45251,16 @@ interface <dfn>Window</dfn> {

</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>

Expand Down Expand Up @@ -45345,7 +45345,7 @@ interface <dfn>Window</dfn> {
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>

Expand Down Expand Up @@ -45885,7 +45885,7 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
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>
Expand Down Expand Up @@ -58574,7 +58574,7 @@ XXX Once we resolve the style="" issue, address these:
<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>

Expand Down

0 comments on commit 42c624b

Please sign in to comment.