[html5] r3428 - [e] (0) Add a sentence that made <hgroup> understandable for someone who didn't [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 16 14:40:47 PDT 2009


Author: ianh
Date: 2009-07-16 14:40:45 -0700 (Thu, 16 Jul 2009)
New Revision: 3428

Modified:
   index
   source
Log:
[e] (0) Add a sentence that made <hgroup> understandable for someone who didn't understand it...

Modified: index
===================================================================
--- index	2009-07-16 07:26:42 UTC (rev 3427)
+++ index	2009-07-16 21:40:45 UTC (rev 3428)
@@ -12343,6 +12343,12 @@
   multiple levels, such as subheadings, alternative titles, or
   taglines.</p>
 
+  <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>

Modified: source
===================================================================
--- source	2009-07-16 07:26:42 UTC (rev 3427)
+++ source	2009-07-16 21:40:45 UTC (rev 3428)
@@ -13089,6 +13089,12 @@
   multiple levels, such as subheadings, alternative titles, or
   taglines.</p>
 
+  <p class="note">The point of <code>hgroup</code> is to mask an
+  <code>h2</code> element (that acts as a secondary title) from the
+  <span>outline</span> 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>hgroup</code> elements is defined to be the text
   of the highest <span title="rank">ranked</span>




More information about the Commit-Watchers mailing list