- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Aug 2011 04:21:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13815
Modified Files:
Overview.html
Log Message:
Consistency with rel-tag Microformat. (whatwg r6482)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5183
retrieving revision 1.5184
diff -u -d -r1.5183 -r1.5184
--- Overview.html 17 Aug 2011 04:04:31 -0000 1.5183
+++ Overview.html 17 Aug 2011 04:21:19 -0000 1.5184
@@ -41877,7 +41877,7 @@
<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>
- <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">
@@ -42284,9 +42284,9 @@
external resource is not a supported style sheet type, the user
agent must instead assume it to be <code title="">text/css</code>.</p>
- </div><h5 id="link-type-tag"><span class="secno">4.12.4.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>The <code title="rel-tag"><a href="#link-type-tag">tag</a></code> keyword indicates that the
+ </div><h5 id="link-type-tag"><span class="secno">4.12.4.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-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>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
current document.<p class="note">Since it indicates that the tag <em>applies to the
current document</em>, it would be inappropriate to use this keyword
Received on Wednesday, 17 August 2011 04:21:28 UTC