Skip to content

Commit

Permalink
[e] (0) fix markup error, move bookmark down for URL work
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1801 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 25, 2008
1 parent 5b837db commit 01c5b14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions index
Expand Up @@ -9605,12 +9605,12 @@ people expect to have work and what is necessary.
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>
Expand Down Expand Up @@ -16492,7 +16492,6 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
&lt;legend>My HTML Clock&lt;/legend>
&lt;/figure></pre>
</div>
<!-- XXXURL XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \(URI\|IRI\|URL\) -->

<h4 id=the-param><span class=secno>4.7.6 </span>The <dfn
id=param><code>param</code></dfn> element</h4>
Expand Down Expand Up @@ -17384,6 +17383,7 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
<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>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -7824,7 +7824,7 @@ people expect to have work and what is necessary.
(LF), and U+000D CARRIAGE RETURN (CR) characters from <var
title="">url</var>.</p></li>

<li><p><span title="resolve a url">Resolve</a> the <var
<li><p><span title="resolve a url">Resolve</span> 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
Expand Down Expand Up @@ -14336,8 +14336,6 @@ the time Marco had stuck his tongue out...&lt;/p></pre>

</div>

<!-- XXXURL XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \(URI\|IRI\|URL\) -->




Expand Down Expand Up @@ -15143,6 +15141,8 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
<li><p>Let the <var title="">chosen resource's pixel ratio
override</var> be <i>none</i>.</p></li>

<!-- XXXURL XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \(URI\|IRI\|URL\) -->

<!-- XXXURL pass the attribute value to the last step -->
<li><p>If the <span>media element</span> has a <code
title="attr-media-src">src</code>, then the address given in that
Expand Down

0 comments on commit 01c5b14

Please sign in to comment.