[html5] r6482 - [ac] (1) Consistency with rel-tag Microformat. Fixing http://www.w3.org/Bugs/Pub [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 16 21:20:45 PDT 2011


Author: ianh
Date: 2011-08-16 21:20:43 -0700 (Tue, 16 Aug 2011)
New Revision: 6482

Modified:
   complete.html
   index
   source
Log:
[ac] (1) Consistency with rel-tag Microformat.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12894

Modified: complete.html
===================================================================
--- complete.html	2011-08-17 04:03:58 UTC (rev 6481)
+++ complete.html	2011-08-17 04:20:43 UTC (rev 6482)
@@ -55083,8 +55083,8 @@
      <td><em>not allowed</em></td>
      <td>Imports a stylesheet.</td>
     <tr><td><code title=rel-tag><a href=#link-type-tag>tag</a></code></td> <!-- second and third most used <a rel> value (third is technically "category tag"). -->
+     <td><em>not allowed</em></td>
      <td><a href=#hyperlink>Hyperlink</a></td>
-     <td><a href=#hyperlink>Hyperlink</a></td>
      <td>Gives a tag (identified by the given address) that applies to the current document.</td>
     </table><div class=impl>
 
@@ -55688,9 +55688,9 @@
 
   <h5 id=link-type-tag><span class=secno>4.12.5.15 </span>Link type "<dfn title=rel-tag><code>tag</code></dfn>"</h5>
 
-  <p>The <code title=rel-tag><a href=#link-type-tag>tag</a></code> keyword may be used
-  with <code><a href=#the-link-element>link</a></code>, <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>
+  <p>The <code title=rel-tag><a href=#link-type-tag>tag</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>
 
   <p>The <code title=rel-tag><a href=#link-type-tag>tag</a></code> keyword indicates that the
   <em>tag</em> that the referenced document represents applies to the

Modified: index
===================================================================
--- index	2011-08-17 04:03:58 UTC (rev 6481)
+++ index	2011-08-17 04:20:43 UTC (rev 6482)
@@ -54950,8 +54950,8 @@
      <td><em>not allowed</em></td>
      <td>Imports a stylesheet.</td>
     <tr><td><code title=rel-tag><a href=#link-type-tag>tag</a></code></td> <!-- second and third most used <a rel> value (third is technically "category tag"). -->
+     <td><em>not allowed</em></td>
      <td><a href=#hyperlink>Hyperlink</a></td>
-     <td><a href=#hyperlink>Hyperlink</a></td>
      <td>Gives a tag (identified by the given address) that applies to the current document.</td>
     </table><div class=impl>
 
@@ -55555,9 +55555,9 @@
 
   <h5 id=link-type-tag><span class=secno>4.12.5.15 </span>Link type "<dfn title=rel-tag><code>tag</code></dfn>"</h5>
 
-  <p>The <code title=rel-tag><a href=#link-type-tag>tag</a></code> keyword may be used
-  with <code><a href=#the-link-element>link</a></code>, <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>
+  <p>The <code title=rel-tag><a href=#link-type-tag>tag</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>
 
   <p>The <code title=rel-tag><a href=#link-type-tag>tag</a></code> keyword indicates that the
   <em>tag</em> that the referenced document represents applies to the

Modified: source
===================================================================
--- source	2011-08-17 04:03:58 UTC (rev 6481)
+++ source	2011-08-17 04:20:43 UTC (rev 6482)
@@ -62093,8 +62093,8 @@
 
     <tr>
      <td><code title="rel-tag">tag</code></td> <!-- second and third most used <a rel> value (third is technically "category tag"). -->
+     <td><em>not allowed</em></td>
      <td><span>Hyperlink</span></td>
-     <td><span>Hyperlink</span></td>
      <td>Gives a tag (identified by the given address) that applies to the current document.</td>
     </tr>
 
@@ -62766,9 +62766,9 @@
 
   <h5>Link type "<dfn title="rel-tag"><code>tag</code></dfn>"</h5>
 
-  <p>The <code title="rel-tag">tag</code> keyword may be used
-  with <code>link</code>, <code>a</code>, and <code>area</code>
-  elements. This keyword creates a <span>hyperlink</span>.</p>
+  <p>The <code title="rel-tag">tag</code> keyword may be used with
+  <code>a</code> and <code>area</code> elements. This keyword creates
+  a <span>hyperlink</span>.</p>
 
   <p>The <code title="rel-tag">tag</code> keyword indicates that the
   <em>tag</em> that the referenced document represents applies to the




More information about the Commit-Watchers mailing list