Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[] (0) Make rel=first/last be non-hierarchical, just sequenced.
- Loading branch information
Showing
with
10 additions
and
13 deletions.
-
+5
−6
index
-
+5
−7
source
|
|
|
|
|
<a href="#hyperlink1" title="hyperlink link">hyperlink</a>. |
|
|
|
|
|
<p>The <code title=rel-first><a href="#first">first</a></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. |
|
|
indicates that 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><strong>Synonyms</strong>: For historical reasons, user agents must also |
|
|
treat the keywords "<code title="">begin</code>" and "<code |
|
|
|
|
<a href="#hyperlink1" title="hyperlink link">hyperlink</a>. |
|
|
|
|
|
<p>The <code title=rel-last><a href="#last">last</a></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. |
|
|
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><strong>Synonyms</strong>: For historical reasons, user agents must also |
|
|
treat the keyword "<code title="">end</code>" like the <code |
|
|
|
|
|
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 |
|
|
|
|
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 |