Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[a] (0) Remove the site-wide heading section. It was incomprehensible…
… and nobody cares anyway.

git-svn-id: http://svn.whatwg.org/webapps@3803 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 11, 2009
1 parent 4b4413d commit 7f6c49e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
44 changes: 1 addition & 43 deletions index
Expand Up @@ -333,8 +333,7 @@
<li><a href=#the-address-element><span class=secno>4.4.10 </span>The <code>address</code> element</a></li>
<li><a href=#headings-and-sections><span class=secno>4.4.11 </span>Headings and sections</a>
<ol>
<li><a href=#outlines><span class=secno>4.4.11.1 </span>Creating an outline</a></li>
<li><a href=#distinguishing-site-wide-headings-from-page-headings><span class=secno>4.4.11.2 </span>Distinguishing site-wide headings from page headings</a></ol></ol></li>
<li><a href=#outlines><span class=secno>4.4.11.1 </span>Creating an outline</a></ol></ol></li>
<li><a href=#grouping-content><span class=secno>4.5 </span>Grouping content</a>
<ol>
<li><a href=#the-p-element><span class=secno>4.5.1 </span>The <code>p</code> element</a></li>
Expand Down Expand Up @@ -13948,47 +13947,6 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p&gt;
</div>


<h5 id=distinguishing-site-wide-headings-from-page-headings><span class=secno>4.4.11.2 </span>Distinguishing site-wide headings from page headings</h5>

<div class=impl>

<p>Given the <a href=#outline>outline</a> of a document, but ignoring any
sections created for <code><a href=#the-nav-element>nav</a></code> and <code><a href=#the-aside-element>aside</a></code>
elements, and any of their descendants, if the only root of the tree
is <a href=#the-body-element>the body element</a>'s <a href=#concept-section title=concept-section>section</a>, and it has only a single
subsection which is created by an <code><a href=#the-article-element>article</a></code> element, then
the heading of <a href=#the-body-element>the body element</a> should be assumed to be
a site-wide heading, and the heading of the <code><a href=#the-article-element>article</a></code>
element should be assumed to be the page's heading.</p>

</div>

<p>If a page starts with a heading that is common to the whole site,
the document must be authored such that, in the document's
<a href=#outline>outline</a>, ignoring any sections created for
<code><a href=#the-nav-element>nav</a></code> and <code><a href=#the-aside-element>aside</a></code> elements and any of their
descendants, the tree has only one root <a href=#concept-section title=concept-section>section</a>, <a href=#the-body-element>the body
element</a>'s section, its heading is the site-wide heading,
<a href=#the-body-element>the body element</a> has just one subsection, that
subsection is created by an <code><a href=#the-article-element>article</a></code> element, and that
<code><a href=#the-article-element>article</a></code>'s heading is the page heading.</p>

<p>If a page does not contain a site-wide heading, then the page
must be authored such that, in the document's <a href=#outline>outline</a>,
ignoring any sections created for <code><a href=#the-nav-element>nav</a></code> and
<code><a href=#the-aside-element>aside</a></code> elements and any of their descendants, either
<a href=#the-body-element>the body element</a> has no subsections, or it has more
than one subsection, or it has a single subsection but that
subsection is not created by an <code><a href=#the-article-element>article</a></code> element, or
there is more than one <a href=#concept-section title=concept-section>section</a>
at the root of the outline.</p>

<p class=note>Conceptually, a site is thus a document with many
articles &mdash; when those articles are split into many pages, the
heading of the original single page becomes the heading of the site,
repeated on every page.</p>




<h3 id=grouping-content><span class=secno>4.5 </span>Grouping content</h3>
Expand Down
43 changes: 0 additions & 43 deletions source
Expand Up @@ -14886,49 +14886,6 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p>
</div>


<h5>Distinguishing site-wide headings from page headings</h5>

<div class="impl">

<p>Given the <span>outline</span> of a document, but ignoring any
sections created for <code>nav</code> and <code>aside</code>
elements, and any of their descendants, if the only root of the tree
is <span>the body element</span>'s <span
title="concept-section">section</span>, and it has only a single
subsection which is created by an <code>article</code> element, then
the heading of <span>the body element</span> should be assumed to be
a site-wide heading, and the heading of the <code>article</code>
element should be assumed to be the page's heading.</p>

</div>

<p>If a page starts with a heading that is common to the whole site,
the document must be authored such that, in the document's
<span>outline</span>, ignoring any sections created for
<code>nav</code> and <code>aside</code> elements and any of their
descendants, the tree has only one root <span
title="concept-section">section</span>, <span>the body
element</span>'s section, its heading is the site-wide heading,
<span>the body element</span> has just one subsection, that
subsection is created by an <code>article</code> element, and that
<code>article</code>'s heading is the page heading.</p>

<p>If a page does not contain a site-wide heading, then the page
must be authored such that, in the document's <span>outline</span>,
ignoring any sections created for <code>nav</code> and
<code>aside</code> elements and any of their descendants, either
<span>the body element</span> has no subsections, or it has more
than one subsection, or it has a single subsection but that
subsection is not created by an <code>article</code> element, or
there is more than one <span title="concept-section">section</span>
at the root of the outline.</p>

<p class="note">Conceptually, a site is thus a document with many
articles &mdash; when those articles are split into many pages, the
heading of the original single page becomes the heading of the site,
repeated on every page.</p>




<h3>Grouping content</h3>
Expand Down

0 comments on commit 7f6c49e

Please sign in to comment.