- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Apr 2010 07:38:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv23125 Modified Files: Overview.html grouping-content.html spec.html Log Message: Add a quite contrived example for <hr>. (whatwg r4995) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.854 retrieving revision 1.855 diff -u -d -r1.854 -r1.855 --- Overview.html 12 Apr 2010 06:57:17 -0000 1.854 +++ Overview.html 12 Apr 2010 07:38:04 -0000 1.855 @@ -305,7 +305,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.4012. +This is revision 1.4013. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Index: grouping-content.html =================================================================== RCS file: /sources/public/html5/spec-author-view/grouping-content.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- grouping-content.html 12 Apr 2010 05:57:29 -0000 1.32 +++ grouping-content.html 12 Apr 2010 07:38:04 -0000 1.33 @@ -373,6 +373,51 @@ a story, or a transition to another topic within a section of a reference book.</p><div class="example"> + <p>The following fictional extract from a project manual shows two + sections that use the <code><a href="#the-hr-element">hr</a></code> element to separate topics + within the section.</p> + + <pre><section> + <h1>Communication</h1> + <p>There are various methods of communication. This section + covers a few of the important ones used by the project.</p> + <strong><hr></strong> + <p>Communication stones seem to come in pairs and have mysterious + properties:</p> + <ul> + <li>They can transfer thoughts in two directions once activated + if used alone.</li> + <li>If used with another device, they can transfer one's + consciousness to another body.</li> + <li>If both stones are used with another device, the + consciousnesses switch bodies.</li> + </ul> + <strong><hr></strong> + <p>Radios use the electromagnetic spectrum in the meter range and + longer.</p> + <strong><hr></strong> + <p>Signal flares use the electromagnetic spectrum in the + nanometer range.</p> +</section> +<section> + <h1>Food</h1> + <p>All food at the project is rationed:</p> + <dl> + <dt>Potatoes</dt> + <dd>Two per day</dd> + <dt>Soup</dt> + <dd>One bowl per day</dd> + </dl> + <strong><hr></strong> + <p>Cooking is done by the chefs on a set rotation.</p> +</section></pre> + + <p>There is no need for an <code><a href="#the-hr-element">hr</a></code> element between the + sections themselves, since the <code><a href="sections.html#the-section-element">section</a></code> elements and + the <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> elements imply thematic changes themselves.</p> + + </div><div class="example"> + <p>The following extract from <cite>Pandora's Star</cite> by Peter F. Hamilton shows two paragraphs that precede a scene change and the paragraph that follows it. The scene change, represented in the Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.862 retrieving revision 1.863 diff -u -d -r1.862 -r1.863 --- spec.html 12 Apr 2010 06:57:17 -0000 1.862 +++ spec.html 12 Apr 2010 07:38:04 -0000 1.863 @@ -303,7 +303,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.4012. +This is revision 1.4013. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2010 <a href=http://www.w3.org/><abbr title="World Wide @@ -7204,6 +7204,51 @@ a story, or a transition to another topic within a section of a reference book.</p><div class=example> + <p>The following fictional extract from a project manual shows two + sections that use the <code><a href=#the-hr-element>hr</a></code> element to separate topics + within the section.</p> + + <pre><section> + <h1>Communication</h1> + <p>There are various methods of communication. This section + covers a few of the important ones used by the project.</p> + <strong><hr></strong> + <p>Communication stones seem to come in pairs and have mysterious + properties:</p> + <ul> + <li>They can transfer thoughts in two directions once activated + if used alone.</li> + <li>If used with another device, they can transfer one's + consciousness to another body.</li> + <li>If both stones are used with another device, the + consciousnesses switch bodies.</li> + </ul> + <strong><hr></strong> + <p>Radios use the electromagnetic spectrum in the meter range and + longer.</p> + <strong><hr></strong> + <p>Signal flares use the electromagnetic spectrum in the + nanometer range.</p> +</section> +<section> + <h1>Food</h1> + <p>All food at the project is rationed:</p> + <dl> + <dt>Potatoes</dt> + <dd>Two per day</dd> + <dt>Soup</dt> + <dd>One bowl per day</dd> + </dl> + <strong><hr></strong> + <p>Cooking is done by the chefs on a set rotation.</p> +</section></pre> + + <p>There is no need for an <code><a href=#the-hr-element>hr</a></code> element between the + sections themselves, since the <code><a href=#the-section-element>section</a></code> elements and + the <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h1</a></code> elements imply thematic changes themselves.</p> + + </div><div class=example> + <p>The following extract from <cite>Pandora's Star</cite> by Peter F. Hamilton shows two paragraphs that precede a scene change and the paragraph that follows it. The scene change, represented in the
Received on Monday, 12 April 2010 07:38:08 UTC