Skip to content

Commit

Permalink
[e] (0) consistency
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6317 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 20, 2011
1 parent ce9e756 commit e267f18
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions complete.html
Expand Up @@ -774,7 +774,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
<ol>
<li><a href=#introduction-4><span class=secno>4.12.1 </span>Introduction</a></li>
<li><a href=#links-created-by-a-and-area-elements><span class=secno>4.12.2 </span>Links created by <code>a</code> and <code>area</code> elements</a></li>
<li><a href=#following-hyperlinks><span class=secno>4.12.3 </span>Following hyperlinks</a>
<li><a href=#following-hyperlinks-0><span class=secno>4.12.3 </span>Following hyperlinks</a>
<ol>
<li><a href=#hyperlink-auditing><span class=secno>4.12.3.1 </span>Hyperlink auditing</a></ol></li>
<li><a href=#linkTypes><span class=secno>4.12.4 </span>Link types</a>
Expand Down Expand Up @@ -54261,12 +54261,12 @@ <h4 id=links-created-by-a-and-area-elements><span class=secno>4.12.2 </span>Link

<div class=impl>

<h4 id=following-hyperlinks><span class=secno>4.12.3 </span><dfn>Following hyperlinks</dfn></h4>
<h4 id=following-hyperlinks-0><span class=secno>4.12.3 </span>Following hyperlinks</h4>

<p>When a user <em>follows a hyperlink</em> created by an element,
the user agent must <a href=#resolve-a-url title="resolve a url">resolve</a> the
<a href=#url>URL</a> given by the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute of that element,
relative to that element, and if that is successful, must
<p>When a user <dfn id=following-hyperlinks title="following hyperlinks">follows a
hyperlink</dfn> created by an element, the user agent must <a href=#resolve-a-url title="resolve a url">resolve</a> the <a href=#url>URL</a> given by
the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute of that
element, relative to that element, and if that is successful, must
<a href=#navigate>navigate</a><!--DONAV hyperlink--> a <a href=#browsing-context>browsing
context</a> to the resulting <a href=#absolute-url>absolute URL</a>. In the
case of server-side image maps, that <a href=#absolute-url>absolute URL</a> must
Expand Down
12 changes: 6 additions & 6 deletions index
Expand Up @@ -774,7 +774,7 @@
<ol>
<li><a href=#introduction-4><span class=secno>4.12.1 </span>Introduction</a></li>
<li><a href=#links-created-by-a-and-area-elements><span class=secno>4.12.2 </span>Links created by <code>a</code> and <code>area</code> elements</a></li>
<li><a href=#following-hyperlinks><span class=secno>4.12.3 </span>Following hyperlinks</a>
<li><a href=#following-hyperlinks-0><span class=secno>4.12.3 </span>Following hyperlinks</a>
<ol>
<li><a href=#hyperlink-auditing><span class=secno>4.12.3.1 </span>Hyperlink auditing</a></ol></li>
<li><a href=#linkTypes><span class=secno>4.12.4 </span>Link types</a>
Expand Down Expand Up @@ -54133,12 +54133,12 @@ fur

<div class=impl>

<h4 id=following-hyperlinks><span class=secno>4.12.3 </span><dfn>Following hyperlinks</dfn></h4>
<h4 id=following-hyperlinks-0><span class=secno>4.12.3 </span>Following hyperlinks</h4>

<p>When a user <em>follows a hyperlink</em> created by an element,
the user agent must <a href=#resolve-a-url title="resolve a url">resolve</a> the
<a href=#url>URL</a> given by the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute of that element,
relative to that element, and if that is successful, must
<p>When a user <dfn id=following-hyperlinks title="following hyperlinks">follows a
hyperlink</dfn> created by an element, the user agent must <a href=#resolve-a-url title="resolve a url">resolve</a> the <a href=#url>URL</a> given by
the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute of that
element, relative to that element, and if that is successful, must
<a href=#navigate>navigate</a><!--DONAV hyperlink--> a <a href=#browsing-context>browsing
context</a> to the resulting <a href=#absolute-url>absolute URL</a>. In the
case of server-side image maps, that <a href=#absolute-url>absolute URL</a> must
Expand Down
12 changes: 6 additions & 6 deletions source
Expand Up @@ -61173,13 +61173,13 @@ fur

<div class="impl">

<h4><dfn>Following hyperlinks</dfn></h4>
<h4>Following hyperlinks</h4>

<p>When a user <em>follows a hyperlink</em> created by an element,
the user agent must <span title="resolve a url">resolve</span> the
<span>URL</span> given by the <code
title="attr-hyperlink-href">href</code> attribute of that element,
relative to that element, and if that is successful, must
<p>When a user <dfn title="following hyperlinks">follows a
hyperlink</dfn> created by an element, the user agent must <span
title="resolve a url">resolve</span> the <span>URL</span> given by
the <code title="attr-hyperlink-href">href</code> attribute of that
element, relative to that element, and if that is successful, must
<span>navigate</span><!--DONAV hyperlink--> a <span>browsing
context</span> to the resulting <span>absolute URL</span>. In the
case of server-side image maps, that <span>absolute URL</span> must
Expand Down

0 comments on commit e267f18

Please sign in to comment.