NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 603 - Make <hgroup> adopt the rank of its descendants.
Make <hgroup> adopt the rank of its descendants.
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-14 15:00 CEST by Henri Sivonen
Modified: 2009-11-23 17:17 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-07-14 15:00:04 CEST
Index: source
===================================================================
--- source	(revision 3207)
+++ source	(revision 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>&ndash;<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