Skip to content

Commit

Permalink
[e] (0) Add an xref for philip.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1828 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 29, 2008
1 parent 1588bdc commit 133a3ad
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions index
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down
16 changes: 8 additions & 8 deletions source
Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 133a3ad

Please sign in to comment.