- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Jun 2008 07:47:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv11398 Modified Files: Overview.html Log Message: fix markup error, move bookmark down for URL work (whatwg r1801) Index: Overview.html =================================================================== 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:48:31 UTC