Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Make rel=up text self-consistent.
git-svn-id: http://svn.whatwg.org/webapps@3904 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 18, 2009
1 parent 8a7ecc4 commit a96ca24
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
15 changes: 9 additions & 6 deletions index
Expand Up @@ -55963,17 +55963,20 @@ style/default.css</pre>

<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
Expand Down
18 changes: 10 additions & 8 deletions source
Expand Up @@ -65261,19 +65261,21 @@ interface <dfn>SQLTransactionSync</dfn> {

<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
Expand Down

0 comments on commit a96ca24

Please sign in to comment.