hixie: consistency (whatwg r6317)

hixie: consistency (whatwg r6317)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5047&r2=1.5048&f=h
http://html5.org/tools/web-apps-tracker?from=6316&to=6317

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5047
retrieving revision 1.5048
diff -u -d -r1.5047 -r1.5048
--- Overview.html 20 Jul 2011 19:49:30 -0000 1.5047
+++ Overview.html 20 Jul 2011 22:28:37 -0000 1.5048
@@ -939,7 +939,7 @@
     <ol>
      <li><a href="#introduction-3"><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>
+     <li><a href="#following-hyperlinks-0"><span class="secno">4.12.3 </span>Following hyperlinks</a></li>
      <li><a href="#linkTypes"><span class="secno">4.12.4 </span>Link types</a>
       <ol>
        <li><a href="#rel-alternate"><span class="secno">4.12.4.1 </span>Link type "<code>alternate</code>"</a></li>
@@ -41635,12 +41635,12 @@
   agents must not use metadata included in the link to the resource to
   determine its type.</span><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> 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

Received on Wednesday, 20 July 2011 22:29:17 UTC