Make <hgroup> adopt the rank of its descendants. (whatwg r3208)

Make <hgroup> adopt the rank of its descendants. (whatwg r3208)

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2361.html#the-hgroup-element

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2360&r2=1.2361&f=h
http://html5.org/tools/web-apps-tracker?from=3207&to=3208

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2360
retrieving revision 1.2361
diff -u -d -r1.2360 -r1.2361
--- Overview.html 6 Jun 2009 02:25:14 -0000 1.2360
+++ Overview.html 6 Jun 2009 03:00:16 -0000 1.2361
@@ -11380,7 +11380,10 @@
   <a href="#rank">rank</a>. If there are no such elements, then the text of
   the <code><a href="#the-hgroup-element">hgroup</a></code> element is the empty string.<p>Other elements of <a href="#heading-content-0">heading content</a> in the
   <code><a href="#the-hgroup-element">hgroup</a></code> element indicate subheadings or subtitles.<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>The section on <a href="#headings-and-sections">headings and sections</a>
+  rank of the highest-ranked <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>&ndash;<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>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
   sections.<div class="example">

Received on Saturday, 6 June 2009 03:02:23 UTC