- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Jul 2009 21:40:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv27172 Modified Files: Overview.html Log Message: Add a sentence that made <hgroup> understandable for someone who didn't understand it... (whatwg r3428) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2554 retrieving revision 1.2555 diff -u -d -r1.2554 -r1.2555 --- Overview.html 16 Jul 2009 07:26:48 -0000 1.2554 +++ Overview.html 16 Jul 2009 21:40:52 -0000 1.2555 @@ -10900,7 +10900,11 @@ heading of a section. The element is used to group a set of <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>–<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements when the heading has multiple levels, such as subheadings, alternative titles, or - taglines.<p>For the purposes of document summaries, outlines, and the like, + taglines.<p class="note">The point of <code><a href="#the-hgroup-element">hgroup</a></code> is to mask an + <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code> element (that acts as a secondary title) from the + <a href="#outline">outline</a> algorithm.</p><!-- + http://www.brucelawson.co.uk/2009/html-5-is-a-mess/#comment-618895 + --><p>For the purposes of document summaries, outlines, and the like, the text of <code><a href="#the-hgroup-element">hgroup</a></code> elements is defined to be the text of the highest <a href="#rank" title="rank">ranked</a> <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>–<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> element descendant of the
Received on Thursday, 16 July 2009 21:41:06 UTC