- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 29 Jun 2008 10:15:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22079
Modified Files:
Overview.html
Log Message:
Add an xref for philip. (whatwg r1828)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1016
retrieving revision 1.1017
diff -u -d -r1.1016 -r1.1017
--- Overview.html 29 Jun 2008 10:07:23 -0000 1.1016
+++ Overview.html 29 Jun 2008 10:15:11 -0000 1.1017
@@ -2785,13 +2785,13 @@
<h4 id=terminology0><span class=secno>2.3.1 </span>Terminology</h4>
- <p>A <dfn id=url>URL</dfn> is a string used to identify a resource. A <a
- href="#url">URL</a> is always associated with a <code>Document</code>,
- either explicitly when the URL is created or defined; or through a DOM
- node, in which case the associated <code>Document</code> is the node's
- <code>Document</code>; or through a script, in which case the associated
- <code>Document</code> is the script's <a href="#script4">script document
- context</a>.
+ <p>A <dfn id=url>URL</dfn> is a string used to identify a resource. <span
+ id=urldoc>A <a href="#url">URL</a> is always associated with a
+ <code>Document</code>, either explicitly when the URL is created or
+ defined; or through a DOM node, in which case the associated
+ <code>Document</code> is the node's <code>Document</code>; or through a
+ script, in which case the associated <code>Document</code> is the script's
+ <a href="#script4">script document context</a>.</span>
<p>A <a href="#url">URL</a> is a <dfn id=valid>valid URL</dfn> if at least
one of the following conditions holds:
@@ -3023,8 +3023,8 @@
resolved.
<li>
- <p>Let <var title="">document</var> be the <code>Document</code>
- associated with <var title="">url</var>.
+ <p>Let <var title="">document</var> be the <code>Document</code> <a
+ href="#urldoc">associated with</a> <var title="">url</var>.
<li>
<p>Let <var title="">encoding</var> be the <a href="#character1"
Received on Sunday, 29 June 2008 10:15:48 UTC