Skip to content

Commit

Permalink
[e] (0) xref issue
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8974

git-svn-id: http://svn.whatwg.org/webapps@4775 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 18, 2010
1 parent a1f5dd2 commit b124fdf
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
15 changes: 8 additions & 7 deletions complete.html
Expand Up @@ -57749,9 +57749,9 @@ <h5 id=definitions-0><span class=secno>7.1.3.1 </span>Definitions</h5>
<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-url-character-encoding">script's URL character
encode URLs. <span id=sce-not-copy title="">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-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>

Expand All @@ -57762,10 +57762,11 @@ <h5 id=definitions-0><span class=secno>7.1.3.1 </span>Definitions</h5>
<dd>

<p>A <a href=#url>URL</a>, set when the script is created, used to
resolve relative URLs. <span id=sbu-not-copy>If the base URL is
set from another source, e.g. a <a href=#document-base-url>document base URL</a>,
then the <a href="#script's-base-url">script's base URL</a> must follow the source, so
that if the source's changes, so does the script's.</span></p>
resolve relative URLs. <span id=sbu-not-copy title="">If the
base URL is set from another source, e.g. a <a href=#document-base-url>document base
URL</a>, then the <a href="#script's-base-url">script's base URL</a> must follow
the source, so that if the source's changes, so does the
script's.</span></p>

</dd>

Expand Down
15 changes: 8 additions & 7 deletions index
Expand Up @@ -57666,9 +57666,9 @@ NETWORK:
<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-url-character-encoding">script's URL character
encode URLs. <span id=sce-not-copy title="">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-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>

Expand All @@ -57679,10 +57679,11 @@ NETWORK:
<dd>

<p>A <a href=#url>URL</a>, set when the script is created, used to
resolve relative URLs. <span id=sbu-not-copy>If the base URL is
set from another source, e.g. a <a href=#document-base-url>document base URL</a>,
then the <a href="#script's-base-url">script's base URL</a> must follow the source, so
that if the source's changes, so does the script's.</span></p>
resolve relative URLs. <span id=sbu-not-copy title="">If the
base URL is set from another source, e.g. a <a href=#document-base-url>document base
URL</a>, then the <a href="#script's-base-url">script's base URL</a> must follow
the source, so that if the source's changes, so does the
script's.</span></p>

</dd>

Expand Down
15 changes: 8 additions & 7 deletions source
Expand Up @@ -65186,9 +65186,9 @@ NETWORK:
<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 URL character
encode URLs. <span id="sce-not-copy" title="">If the character
encoding is set from another source, e.g. a <span>document's
character 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>

Expand All @@ -65199,10 +65199,11 @@ NETWORK:
<dd>

<p>A <span>URL</span>, set when the script is created, used to
resolve relative URLs. <span id="sbu-not-copy">If the base URL is
set from another source, e.g. a <span>document base URL</span>,
then the <span>script's base URL</span> must follow the source, so
that if the source's changes, so does the script's.</span></p>
resolve relative URLs. <span id="sbu-not-copy" title="">If the
base URL is set from another source, e.g. a <span>document base
URL</span>, then the <span>script's base URL</span> must follow
the source, so that if the source's changes, so does the
script's.</span></p>

</dd>

Expand Down

0 comments on commit b124fdf

Please sign in to comment.