spec/Overview.html 1.1017 1828 Add an xref for philip. (whatwg r1828) (

Add an xref for philip. (whatwg r1828) (changed by: Ian Hickson)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1017.html#resolve
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1017.html#urls

Current content per affected section: 
  http://dev.w3.org/html5/spec/Overview.html#resolve
  http://dev.w3.org/html5/spec/Overview.html#urls

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#resolve
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#urls

Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1016&r2=1.1017&f=h

http://html5.org/tools/web-apps-tracker?from=1827&to=1828

===================================================================
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:18:29 UTC