Short URL: http://html5.org/r/3904
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3904 | Make rel=up text self-consistent. | 2009-09-18 09:47 |
Index: source =================================================================== --- source (revision 3903) +++ source (revision 3904) @@ -65261,19 +65261,21 @@ <p>The <code title="rel-up">up</code> keyword indicates that the document is part of a hierarchical structure, and that the link is - leading to the document that is the parent of the current + leading to a document that is an ancestor of the current document.</p> <p>The <code title="rel-up">up</code> keyword may be repeated within a <code title="attr-hyperlink-rel">rel</code> attribute to indicate the hierarchical distance from the current document to the - referenced document. Each occurrence of the keyword represents one - further level. If the <code title="rel-index">index</code> keyword - is also present, then the number of <code title="rel-up">up</code> - keywords is the depth of the current page relative to the top of the - hierarchy. Only one link is created for the set of one or more <code - title="rel-up">up</code> keywords and, if present, the <code - title="rel-index">index</code> keyword.</p> + referenced document. If it occurs only once, then the link is + leading to the current document's parent; each additional occurrence + of the keyword represents one further level. If the <code + title="rel-index">index</code> keyword is also present, then the + number of <code title="rel-up">up</code> keywords is the depth of + the current page relative to the top of the hierarchy. Only one link + is created for the set of one or more <code title="rel-up">up</code> + keywords and, if present, the <code title="rel-index">index</code> + keyword.</p> <p>If the page is part of multiple hierarchies, then they should be described in different <span