[html5] r8635 - [t] (1) rel=external is more an annotation than a hyperlink Fixing https://www.w [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu May 15 11:23:20 PDT 2014


Author: ianh
Date: 2014-05-15 11:22:49 -0700 (Thu, 15 May 2014)
New Revision: 8635

Modified:
   complete.html
   index
   source
Log:
[t] (1) rel=external is more an annotation than a hyperlink
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25688

Modified: complete.html
===================================================================
--- complete.html	2014-05-14 23:21:43 UTC (rev 8634)
+++ complete.html	2014-05-15 18:22:49 UTC (rev 8635)
@@ -290,7 +290,7 @@
   </script><body onload=init()>
   <header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 14 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 15 May 2014</h2>
    </hgroup><div>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -32721,7 +32721,7 @@
      <td>Gives the permalink for the nearest ancestor section.</td>
     </tr><!-- <code title="rel-contact">contact</code></td> is not here because it's XFN (8th most used <a rel> value) --><!-- fifth and sixth most used <a rel> value (sixth is "external nofollow") --><tr><td><code title=rel-external><a href=#link-type-external>external</a></code></td>
      <td><em>not allowed</em></td>
-     <td><a href=#hyperlink>Hyperlink</a></td>
+     <td><a href=#hyperlink-annotation title="hyperlink annotation">Annotation</a></td>
      <td>Indicates that the referenced document is not part of the same site as the current document.</td>
     <tr><td><code title=rel-help><a href=#link-type-help>help</a></code></td>
      <td><a href=#hyperlink>Hyperlink</a></td>
@@ -32939,7 +32939,8 @@
   <!-- fifth and sixth most used <a rel> value (sixth is "external nofollow") -->
 
   <p>The <code title=rel-external><a href=#link-type-external>external</a></code> keyword may be used with <code><a href=#the-a-element>a</a></code> and
-  <code><a href=#the-area-element>area</a></code> elements. This keyword creates a <a href=#hyperlink>hyperlink</a>.</p>
+  <code><a href=#the-area-element>area</a></code> elements. This keyword does not create a <a href=#hyperlink>hyperlink</a>, but <a href=#hyperlink-annotation title="hyperlink annotation">annotates</a> any other hyperlinks created by the element (the
+  implied hyperlink, if no other keywords create one).</p>
 
   <p>The <code title=rel-external><a href=#link-type-external>external</a></code> keyword indicates that the link is leading to a
   document that is not part of the site that the current document forms a part of.</p>

Modified: index
===================================================================
--- index	2014-05-14 23:21:43 UTC (rev 8634)
+++ index	2014-05-15 18:22:49 UTC (rev 8635)
@@ -290,7 +290,7 @@
   </script><body onload=init()>
   <header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 14 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 15 May 2014</h2>
    </hgroup><div>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -32721,7 +32721,7 @@
      <td>Gives the permalink for the nearest ancestor section.</td>
     </tr><!-- <code title="rel-contact">contact</code></td> is not here because it's XFN (8th most used <a rel> value) --><!-- fifth and sixth most used <a rel> value (sixth is "external nofollow") --><tr><td><code title=rel-external><a href=#link-type-external>external</a></code></td>
      <td><em>not allowed</em></td>
-     <td><a href=#hyperlink>Hyperlink</a></td>
+     <td><a href=#hyperlink-annotation title="hyperlink annotation">Annotation</a></td>
      <td>Indicates that the referenced document is not part of the same site as the current document.</td>
     <tr><td><code title=rel-help><a href=#link-type-help>help</a></code></td>
      <td><a href=#hyperlink>Hyperlink</a></td>
@@ -32939,7 +32939,8 @@
   <!-- fifth and sixth most used <a rel> value (sixth is "external nofollow") -->
 
   <p>The <code title=rel-external><a href=#link-type-external>external</a></code> keyword may be used with <code><a href=#the-a-element>a</a></code> and
-  <code><a href=#the-area-element>area</a></code> elements. This keyword creates a <a href=#hyperlink>hyperlink</a>.</p>
+  <code><a href=#the-area-element>area</a></code> elements. This keyword does not create a <a href=#hyperlink>hyperlink</a>, but <a href=#hyperlink-annotation title="hyperlink annotation">annotates</a> any other hyperlinks created by the element (the
+  implied hyperlink, if no other keywords create one).</p>
 
   <p>The <code title=rel-external><a href=#link-type-external>external</a></code> keyword indicates that the link is leading to a
   document that is not part of the site that the current document forms a part of.</p>

Modified: source
===================================================================
--- source	2014-05-14 23:21:43 UTC (rev 8634)
+++ source	2014-05-15 18:22:49 UTC (rev 8635)
@@ -34339,7 +34339,7 @@
     <tr>
      <td><code data-x="rel-external">external</code></td>
      <td><em>not allowed</em></td>
-     <td><span>Hyperlink</span></td>
+     <td><span data-x="hyperlink annotation">Annotation</span></td>
      <td>Indicates that the referenced document is not part of the same site as the current document.</td>
     </tr>
 
@@ -34621,7 +34621,9 @@
   <!-- fifth and sixth most used <a rel> value (sixth is "external nofollow") -->
 
   <p>The <code data-x="rel-external">external</code> keyword may be used with <code>a</code> and
-  <code>area</code> elements. This keyword creates a <span>hyperlink</span>.</p>
+  <code>area</code> elements. This keyword does not create a <span>hyperlink</span>, but <span
+  data-x="hyperlink annotation">annotates</span> any other hyperlinks created by the element (the
+  implied hyperlink, if no other keywords create one).</p>
 
   <p>The <code data-x="rel-external">external</code> keyword indicates that the link is leading to a
   document that is not part of the site that the current document forms a part of.</p>



More information about the Commit-Watchers mailing list