[html5] r4193 - [ac] (0) Allow <h1>-<h6> in <hgroup>, since otherwise, what's the point of <hgro [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 19 18:44:17 PDT 2009
Author: ianh
Date: 2009-10-19 18:44:14 -0700 (Mon, 19 Oct 2009)
New Revision: 4193
Modified:
complete.html
index
source
Log:
[ac] (0) Allow <h1>-<h6> in <hgroup>, since otherwise, what's the point of <hgroup>...
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7826
Modified: complete.html
===================================================================
--- complete.html 2009-10-20 01:42:35 UTC (rev 4192)
+++ complete.html 2009-10-20 01:44:14 UTC (rev 4193)
@@ -13758,6 +13758,7 @@
<dd><a href=#heading-content>Heading content</a>.</dd>
<dd><a href=#formatblock-candidate><code title="">formatBlock</code> candidate</a>.</dd>
<dt>Contexts in which this element may be used:</dt>
+ <dd>As a child of an <code><a href=#the-hgroup-element>hgroup</a></code> element.</dd>
<dd>Where <a href=#flow-content>flow content</a> is expected.</dd>
<dt>Content model:</dt>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
Modified: index
===================================================================
--- index 2009-10-20 01:42:35 UTC (rev 4192)
+++ index 2009-10-20 01:44:14 UTC (rev 4193)
@@ -13587,6 +13587,7 @@
<dd><a href=#heading-content>Heading content</a>.</dd>
<dd><a href=#formatblock-candidate><code title="">formatBlock</code> candidate</a>.</dd>
<dt>Contexts in which this element may be used:</dt>
+ <dd>As a child of an <code><a href=#the-hgroup-element>hgroup</a></code> element.</dd>
<dd>Where <a href=#flow-content>flow content</a> is expected.</dd>
<dt>Content model:</dt>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
Modified: source
===================================================================
--- source 2009-10-20 01:42:35 UTC (rev 4192)
+++ source 2009-10-20 01:44:14 UTC (rev 4193)
@@ -14415,6 +14415,7 @@
<dd><span>Heading content</span>.</dd>
<dd><span><code title="">formatBlock</code> candidate</span>.</dd>
<dt>Contexts in which this element may be used:</dt>
+ <dd>As a child of an <code>hgroup</code> element.</dd>
<dd>Where <span>flow content</span> is expected.</dd>
<dt>Content model:</dt>
<dd><span>Phrasing content</span>.</dd>
More information about the Commit-Watchers
mailing list