spec/Overview.html 1.990 1801 fix markup error, move bookmark down for

fix markup error, move bookmark down for URL work (whatwg r1801)
(changed by: Ian Hickson)

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

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

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

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.989
retrieving revision 1.990
diff -u -d -r1.989 -r1.990
--- Overview.html	25 Jun 2008 07:38:11 -0000	1.989
+++ Overview.html	25 Jun 2008 07:47:55 -0000	1.990
@@ -9709,12 +9709,12 @@
        U+000D CARRIAGE RETURN (CR) characters from <var title="">url</var>.
 
      <li>
-      <p><a href="#resolve" title="resolve a url">Resolve the <var
-       title="">url</var> value to an <span>absolute URL</span>. (For the
-       purposes of determining the <span>base URL</span>, the <var
-       title="">url</var> value comes from the value of a content attribute
-       of the <code>meta</code> element.) If this fails, abort these
-       steps.</a>
+      <p><a href="#resolve" title="resolve a url">Resolve</a> the <var
+       title="">url</var> value to an <a href="#absolute">absolute URL</a>.
+       (For the purposes of determining the <a href="#base-">base URL</a>,
+       the <var title="">url</var> value comes from the value of a content
+       attribute of the <code><a href="#meta0">meta</a></code> element.) If
+       this fails, abort these steps.
 
      <li>
       <p>Perform one or more of the following steps:</p>
@@ -16292,8 +16292,7 @@
 
   <p>The <dfn id=data title=attr-object-data><code>data</code></dfn>
    attribute, if present, specifies the address of the resource. If present,
-   the attribute must be a <a href="#valid">valid URL</a>.</p>
-  <!-- XXXURL XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \(URI\|IRI\|URL\) -->
+   the attribute must be a <a href="#valid">valid URL</a>.
 
   <p>The <dfn id=type6 title=attr-object-type><code>type</code></dfn>
    attribute, if present, specifies the type of the resource. If present, the
@@ -16360,9 +16359,10 @@
        the content to examine its real type.
 
      <li>
-      <p>Begin a load for the resource.</p>
-      <!-- XXX define that
-      --><!-- XXX xref -->
+      <p>Fetch<!-- XXX define that; xref --> the resource specified by the
+       <code title=attr-object-data><a href="#data">data</a></code>
+       attribute.</p>
+
       <p>The download of the resource must <a href="#delays">delay the <code
        title=event-load>load</code> event</a>.</p>
 
@@ -17487,6 +17487,7 @@
     <p>Let the <var title="">chosen resource's pixel ratio override</var> be
      <i>none</i>.
    </li>
+   <!-- XXXURL XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \(URI\|IRI\|URL\) -->
    <!-- XXXURL pass the attribute value to the last step -->
 
    <li>

Received on Wednesday, 25 June 2008 07:50:20 UTC