[html5] r1828 - [e] (0) Add an xref for philip.
whatwg at whatwg.org
whatwg at whatwg.org
Sun Jun 29 03:15:07 PDT 2008
Author: ianh
Date: 2008-06-29 03:15:06 -0700 (Sun, 29 Jun 2008)
New Revision: 1828
Modified:
index
source
Log:
[e] (0) Add an xref for philip.
Modified: index
===================================================================
--- index 2008-06-29 10:07:19 UTC (rev 1827)
+++ index 2008-06-29 10:15:06 UTC (rev 1828)
@@ -2681,13 +2681,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:
@@ -2919,8 +2919,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"
Modified: source
===================================================================
--- source 2008-06-29 10:07:19 UTC (rev 1827)
+++ source 2008-06-29 10:15:06 UTC (rev 1828)
@@ -927,13 +927,13 @@
<h4>Terminology</h4>
- <p>A <dfn>URL</dfn> is a string used to identify a resource. A
- <span>URL</span> 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 <span>script
- document context</span>.</p>
+ <p>A <dfn>URL</dfn> is a string used to identify a resource. <span
+ id="urldoc">A <span>URL</span> 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 <span>script document context</span>.</span></p>
<p>A <span>URL</span> is a <dfn>valid URL</dfn> if at least one of
the following conditions holds:</p>
@@ -1182,7 +1182,7 @@
resolved.</p></li>
<li><p>Let <var title="">document</var> be the
- <code>Document</code> associated with <var
+ <code>Document</code> <a href="#urldoc">associated with</a> <var
title="">url</var>.</p></li>
<li><p>Let <var title="">encoding</var> be the <span
More information about the Commit-Watchers
mailing list