- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jul 2009 06:42:21 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Add a sentence that made <hgroup> understandable for someone who didn't understand it... (whatwg r3428) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2554&r2=1.2555&f=h http://html5.org/tools/web-apps-tracker?from=3427&to=3428 =================================================================== 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:42:59 UTC