[html5] r1127 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Nov 5 14:27:39 PST 2007
Author: ianh
Date: 2007-11-05 14:27:38 -0800 (Mon, 05 Nov 2007)
New Revision: 1127
Modified:
index
source
Log:
[] (0) Make rel=first/last be non-hierarchical, just sequenced.
Modified: index
===================================================================
--- index 2007-11-05 22:04:11 UTC (rev 1126)
+++ index 2007-11-05 22:27:38 UTC (rev 1127)
@@ -32069,9 +32069,9 @@
<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
@@ -32108,9 +32108,8 @@
<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
Modified: source
===================================================================
--- source 2007-11-05 22:04:11 UTC (rev 1126)
+++ source 2007-11-05 22:27:38 UTC (rev 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
More information about the Commit-Watchers
mailing list