[html5] r6317 - [e] (0) consistency

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 20 15:28:32 PDT 2011


Author: ianh
Date: 2011-07-20 15:28:31 -0700 (Wed, 20 Jul 2011)
New Revision: 6317

Modified:
   complete.html
   index
   source
Log:
[e] (0) consistency

Modified: complete.html
===================================================================
--- complete.html	2011-07-20 19:49:24 UTC (rev 6316)
+++ complete.html	2011-07-20 22:28:31 UTC (rev 6317)
@@ -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>
@@ -54261,12 +54261,12 @@
 
   <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

Modified: index
===================================================================
--- index	2011-07-20 19:49:24 UTC (rev 6316)
+++ index	2011-07-20 22:28:31 UTC (rev 6317)
@@ -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>
@@ -54133,12 +54133,12 @@
 
   <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

Modified: source
===================================================================
--- source	2011-07-20 19:49:24 UTC (rev 6316)
+++ source	2011-07-20 22:28:31 UTC (rev 6317)
@@ -61173,13 +61173,13 @@
 
   <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




More information about the Commit-Watchers mailing list