Short URL: http://html5.org/r/346
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 346 | rel=sidebar, rel=tag | 2006-11-22 09:27 |
Index: source
===================================================================
--- source (revision 345)
+++ source (revision 346)
@@ -13616,6 +13616,31 @@
deferred to another processing model section.</p>
+ <h5>Link type "<dfn title="rel-sidebar"><code>sidebar</code></dfn>"</h5>
+
+ <p>The <code title="rel-sidebar">sidebar</code> keyword may be used
+ with <code>link</code>, <code>a</code>, and <code>area</code>
+ elements. For <code>link</code> elements, it creates a <span
+ title="hyperlink link">hyperlink</span>.</p>
+
+ <p>The <code title="rel-sidebar">sidebar</code> keyword indicates
+ that the referenced document, if retrieved, is intended to be shown
+ in a secondary browsing context (if possible), instead of in the
+ current browsing context.</p>
+
+
+ <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. For <code>link</code> elements, it creates a <span
+ title="hyperlink link">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
+ current document.</p>
+
+
<h5>Hierarchical link types</h5>
<p>Some documents form part of a hierarchical structure of
@@ -13738,38 +13763,21 @@
-->
- <!--
-this section defines whether a particular link type is an external resource or a hyperlink
+ <!--XXX
-
issues for rel="", etc:
rel="alternate stylesheet"
- rel="feed" vs rel="alternate" type="application/rss+xml"
- rel="icon"
rel="script"
rel="related" // see also
- rel="prefetch"
- rel="help" (Charles McCathieNevile): alternative to help="". give algo for nearest con.-sen. help
- `-> "Nearness" seems in general like a really bad way to guess where the
- > help is. Do you mean closest in the markup, or in the laid-out
- > rendering? If the link were required to be inside a label in order to be
- > associated with a form control, that might make sense though.
- rel="nofollow" - http://www.google.com/googleblog/2005/01/preventing-comment-spam.html
- Refers to a resource that may be related to the linking
- document, but is not endorsed by the author. This should
- not be counted as a negative rating for the resource,
- however. - http://www.w3.org/mid/41F0E7FA.4060301@iinet.net.au
- - http://radio.weblogs.com/0001011/2005/01/31.html#a9301 (scoble on why it isn't bad)
which relationship combinations are allowed
- what multiple values might mean (multiple rel="top")
- removal of redundancy
+ what multiple values might mean (multiple <a rel="top"> in the same document)
http://www.euronet.nl/~tekelenb/WWW/LINK/
http://shift.freezope.org/konq_rellinks/development_html
http://hixie.ch/specs/html/link/001
http://hixie.ch/specs/html/link/002
http://www.hixie.ch/specs/html/metadata
+ what UAs are supposed to do with this
-
mpt says:
> "As with <a> elements, when <link> elements that use these relationships
> are present, UAs should render them. As with <a> elements, when <link>