Short URL: http://html5.org/r/1127
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 1127 | Make rel=first/last be non-hierarchical, just sequenced. | 2007-11-05 22:27 |
Index: source =================================================================== --- source (revision 1126) +++ source (revision 1127) @@ -29540,9 +29540,8 @@ title="hyperlink link">hyperlink</span>.</p> <p>The <code title="rel-first">first</code> keyword indicates that - the document is part of a hierarchical structure, and that the link - is leading to the document that is the first child of the current - document's parent document.</p> + the document is part of a sequence, and that the link is leading to + the document that is the first logical document in the sequence.</p> <p><strong>Synonyms</strong>: For historical reasons, user agents must also treat the keywords "<code title="">begin</code>" and @@ -29576,10 +29575,9 @@ elements. For <code>link</code> elements, it creates a <span title="hyperlink link">hyperlink</span>.</p> - <p>The <code title="rel-last">last</code> keyword indicates that - the document is part of a hierarchical structure, and that the link - is leading to the document that is the last child of the current - document's parent document.</p> + <p>The <code title="rel-last">last</code> keyword indicates that the + document is part of a sequence, and that the link is leading to the + document that is the last logical document in the sequence.</p> <p><strong>Synonyms</strong>: For historical reasons, user agents must also treat the keyword "<code title="">end</code>" like the