Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ac] (1) Consistency with rel-tag Microformat.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12894

git-svn-id: http://svn.whatwg.org/webapps@6482 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 17, 2011
1 parent 5cf54dc commit f26cf31
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -55083,7 +55083,7 @@ <h4 id=linkTypes><span class=secno>4.12.5 </span>Link types</h4>
<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><a href=#hyperlink>Hyperlink</a></td>
<td><em>not allowed</em></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>
Expand Down Expand Up @@ -55688,9 +55688,9 @@ <h5 id=link-type-stylesheet><span class=secno>4.12.5.14 </span>Link type "<dfn t

<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
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -54950,7 +54950,7 @@ fur
<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><a href=#hyperlink>Hyperlink</a></td>
<td><em>not allowed</em></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>
Expand Down Expand Up @@ -55555,9 +55555,9 @@ fur

<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
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -62093,7 +62093,7 @@ fur

<tr>
<td><code title="rel-tag">tag</code></td> <!-- second and third most used <a rel> value (third is technically "category tag"). -->
<td><span>Hyperlink</span></td>
<td><em>not allowed</em></td>
<td><span>Hyperlink</span></td>
<td>Gives a tag (identified by the given address) that applies to the current document.</td>
</tr>
Expand Down Expand Up @@ -62766,9 +62766,9 @@ fur

<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
Expand Down

0 comments on commit f26cf31

Please sign in to comment.