[html5] r3904 - [e] (0) Make rel=up text self-consistent.

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 18 02:47:37 PDT 2009


Author: ianh
Date: 2009-09-18 02:47:36 -0700 (Fri, 18 Sep 2009)
New Revision: 3904

Modified:
   index
   source
Log:
[e] (0) Make rel=up text self-consistent.

Modified: index
===================================================================
--- index	2009-09-18 09:15:48 UTC (rev 3903)
+++ index	2009-09-18 09:47:36 UTC (rev 3904)
@@ -55963,17 +55963,20 @@
 
   <p>The <code title=rel-up><a href=#link-type-up>up</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 parent of the current
+  leading to a document that is an ancestor of the current
   document.</p>
 
   <p>The <code title=rel-up><a href=#link-type-up>up</a></code> keyword may be repeated within
   a <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code> attribute to indicate
   the hierarchical distance from the current document to the
-  referenced document. Each occurrence of the keyword represents one
-  further level. If the <code title=rel-index><a href=#link-type-index>index</a></code> keyword
-  is also present, then the number of <code title=rel-up><a href=#link-type-up>up</a></code>
-  keywords is the depth of the current page relative to the top of the
-  hierarchy. Only one link is created for the set of one or more <code title=rel-up><a href=#link-type-up>up</a></code> keywords and, if present, the <code title=rel-index><a href=#link-type-index>index</a></code> keyword.</p>
+  referenced document. If it occurs only once, then the link is
+  leading to the current document's parent; each additional occurrence
+  of the keyword represents one further level. If the <code title=rel-index><a href=#link-type-index>index</a></code> keyword is also present, then the
+  number of <code title=rel-up><a href=#link-type-up>up</a></code> keywords is the depth of
+  the current page relative to the top of the hierarchy. Only one link
+  is created for the set of one or more <code title=rel-up><a href=#link-type-up>up</a></code>
+  keywords and, if present, the <code title=rel-index><a href=#link-type-index>index</a></code>
+  keyword.</p>
 
   <p>If the page is part of multiple hierarchies, then they should be
   described in different <a href=#paragraph title=paragraph>paragraphs</a>. <span class=impl>User agents

Modified: source
===================================================================
--- source	2009-09-18 09:15:48 UTC (rev 3903)
+++ source	2009-09-18 09:47:36 UTC (rev 3904)
@@ -65261,19 +65261,21 @@
 
   <p>The <code title="rel-up">up</code> keyword indicates that the
   document is part of a hierarchical structure, and that the link is
-  leading to the document that is the parent of the current
+  leading to a document that is an ancestor of the current
   document.</p>
 
   <p>The <code title="rel-up">up</code> keyword may be repeated within
   a <code title="attr-hyperlink-rel">rel</code> attribute to indicate
   the hierarchical distance from the current document to the
-  referenced document. Each occurrence of the keyword represents one
-  further level. If the <code title="rel-index">index</code> keyword
-  is also present, then the number of <code title="rel-up">up</code>
-  keywords is the depth of the current page relative to the top of the
-  hierarchy. Only one link is created for the set of one or more <code
-  title="rel-up">up</code> keywords and, if present, the <code
-  title="rel-index">index</code> keyword.</p>
+  referenced document. If it occurs only once, then the link is
+  leading to the current document's parent; each additional occurrence
+  of the keyword represents one further level. If the <code
+  title="rel-index">index</code> keyword is also present, then the
+  number of <code title="rel-up">up</code> keywords is the depth of
+  the current page relative to the top of the hierarchy. Only one link
+  is created for the set of one or more <code title="rel-up">up</code>
+  keywords and, if present, the <code title="rel-index">index</code>
+  keyword.</p>
 
   <p>If the page is part of multiple hierarchies, then they should be
   described in different <span




More information about the Commit-Watchers mailing list