- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 03:28:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5542
Modified Files:
Overview.html
Log Message:
xref issue (whatwg r4775)
Index: Overview.html
===================================================================
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:05 UTC