[html5] r1126 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon Nov 5 14:04:12 PST 2007


Author: ianh
Date: 2007-11-05 14:04:11 -0800 (Mon, 05 Nov 2007)
New Revision: 1126

Modified:
   index
   source
Log:
[] (0) Make rel=next/prev be non-hierarchical, just sequenced.

Modified: index
===================================================================
--- index	2007-11-05 17:42:43 UTC (rev 1125)
+++ index	2007-11-05 22:04:11 UTC (rev 1126)
@@ -32126,9 +32126,8 @@
    <a href="#hyperlink1" title="hyperlink link">hyperlink</a>.
 
   <p>The <code title=rel-next><a href="#next">next</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 next sibling of the
-   current document.
+   indicates that the document is part of a sequence, and that the link is
+   leading to the document that is the next logical document in the sequence.
 
   <h6 id=link-type21><span class=secno>4.12.3.19.5. </span>Link type "<dfn
    id=prev title=rel-prev><code>prev</code></dfn>"</h6>
@@ -32140,9 +32139,9 @@
    <a href="#hyperlink1" title="hyperlink link">hyperlink</a>.
 
   <p>The <code title=rel-prev><a href="#prev">prev</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 previous sibling of the
-   current document.
+   indicates that the 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><strong>Synonyms</strong>: For historical reasons, user agents must also
    treat the keyword "<code title="">previous</code>" like the <code

Modified: source
===================================================================
--- source	2007-11-05 17:42:43 UTC (rev 1125)
+++ source	2007-11-05 22:04:11 UTC (rev 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




More information about the Commit-Watchers mailing list