Short URL: http://html5.org/r/326
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 326 | placeholder for extensibility of rel=''; rel=archives part 1; rel=alternate tweaking to merge the first two paras | 2006-11-22 02:42 |
Index: source =================================================================== --- source (revision 325) +++ source (revision 326) @@ -13290,20 +13290,17 @@ <h4>Link type "<dfn title="rel-alternate"><code>alternate</code></dfn>"</h4> - <p>The <code title="rel-alternate">alternate</code> keyword can be + <p>The <code title="rel-alternate">alternate</code> keyword may be used with <code>link</code>, <code>a</code>, and <code>area</code> - elements. For <code>link</code> elements, if the the <code + elements. For <code>link</code> elements, if the <code title="attr-link-rel">rel</code> attribute does not also contains the keyword <code title="rel-stylesheet">stylesheet</code>, it - creates a <span title="hyperlink link">hyperlink</span>.</p> - - <p>On the <code>link</code> element, if the <code - title="attr-link-rel">rel</code> attribute <em>does</em> also - contains the keyword <code title="rel-stylesheet">stylesheet</code>, - the <code title="rel-alternate">alternate</code> keyword modifies - the meaning of the <code title="rel-stylesheet">stylesheet</code> - keyword in the way described for that keyword instead of creating a - <span title="hyperlink link">hyperlink</span>, and the rest of this + creates a <span title="hyperlink link">hyperlink</span>; but if it + <em>does</em> also contains the keyword <code + title="rel-stylesheet">stylesheet</code>, the <code + title="rel-alternate">alternate</code> keyword instead modifies the + meaning of the <code title="rel-stylesheet">stylesheet</code> + keyword in the way described for that keyword, and the rest of this subsection doesn't apply.</p> <p>The <code title="rel-alternate">alternate</code> keyword @@ -13338,6 +13335,16 @@ title="rel-feed">feed</code> keyword specified as well.</p> + <h4>Link type "<dfn title="rel-archives"><code>archives</code></dfn>"</h4> + + <p>The <code title="rel-alternate">archives</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 class="big-issue">...</p> + + <!-- this section defines whether a particular link type is an external resource or a hyperlink @@ -13396,6 +13403,11 @@ disallow: http://microformats.org/wiki/rel-enclosure --> + + + <h4>Other link types</h4> + + <p class="big-issue">Address extensibility.</p>