- From: poot <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 12:28:10 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: xref issue (whatwg r4775)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3822&r2=1.3823&f=h
http://html5.org/tools/web-apps-tracker?from=4774&to=4775
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3822
retrieving revision 1.3823
diff -u -d -r1.3822 -r1.3823
--- Overview.html 18 Feb 2010 03:26:32 -0000 1.3822
+++ Overview.html 18 Feb 2010 03:28:00 -0000 1.3823
@@ -44694,9 +44694,9 @@
<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>
@@ -44707,10 +44707,11 @@
<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>
Received on Thursday, 18 February 2010 03:28:41 UTC