[html5] r3208 - [at] (0) Make <hgroup> adopt the rank of its descendants.

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 5 20:00:11 PDT 2009


Author: ianh
Date: 2009-06-05 20:00:09 -0700 (Fri, 05 Jun 2009)
New Revision: 3208

Modified:
   index
   source
Log:
[at] (0) Make <hgroup> adopt the rank of its descendants.

Modified: index
===================================================================
--- index	2009-06-06 02:25:08 UTC (rev 3207)
+++ index	2009-06-06 03:00:09 UTC (rev 3208)
@@ -12858,7 +12858,10 @@
   <code><a href=#the-hgroup-element>hgroup</a></code> element indicate subheadings or subtitles.</p>
 
   <p>The <a href=#rank>rank</a> of an <code><a href=#the-hgroup-element>hgroup</a></code> element is the
-  same as for an <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code> element (the highest rank).</p>
+  rank of the highest-ranked <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 <code><a href=#the-hgroup-element>hgroup</a></code> element, if there are
+  any such elements, or otherwise the same as for an <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>
+  element (the highest rank).</p>
 
   <p>The section on <a href=#headings-and-sections>headings and sections</a>
   defines how <code><a href=#the-hgroup-element>hgroup</a></code> elements are assigned to individual

Modified: source
===================================================================
--- source	2009-06-06 02:25:08 UTC (rev 3207)
+++ source	2009-06-06 03:00:09 UTC (rev 3208)
@@ -13702,7 +13702,10 @@
   <code>hgroup</code> element indicate subheadings or subtitles.</p>
 
   <p>The <span>rank</span> of an <code>hgroup</code> element is the
-  same as for an <code>h1</code> element (the highest rank).</p>
+  rank of the highest-ranked <code>h1</code>–<code>h6</code>
+  element descendant of the <code>hgroup</code> element, if there are
+  any such elements, or otherwise the same as for an <code>h1</code>
+  element (the highest rank).</p>
 
   <p>The section on <span>headings and sections</span>
   defines how <code>hgroup</code> elements are assigned to individual




More information about the Commit-Watchers mailing list