Short URL: http://html5.org/r/1126
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 1126 | Make rel=next/prev be non-hierarchical, just sequenced. | 2007-11-05 22:04 |
Index: source =================================================================== --- source (revision 1125) +++ source (revision 1126) @@ -29594,9 +29594,8 @@ title="hyperlink link">hyperlink</span>.</p> <p>The <code title="rel-next">next</code> keyword indicates that the - document is part of a hierarchical structure, and that the link is - leading to the document that is the next sibling of the current - document.</p> + document is part of a sequence, and that the link is leading to the + document that is the next logical document in the sequence.</p> <h6>Link type "<dfn title="rel-prev"><code>prev</code></dfn>"</h6> @@ -29607,9 +29606,8 @@ title="hyperlink link">hyperlink</span>.</p> <p>The <code title="rel-prev">prev</code> keyword indicates that the - document is part of a hierarchical structure, and that the link is - leading to the document that is the previous sibling of the current - document.</p> + document is part of a sequence, and that the link is leading to the + document that is the previous logical document in the sequence.</p> <p><strong>Synonyms</strong>: For historical reasons, user agents must also treat the keyword "<code title="">previous</code>" like