[html5] r8423 - [ac] (0) Allow <h1> (and company) inside <summary>, so that you can give a <deta [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jan 27 12:01:54 PST 2014


Author: ianh
Date: 2014-01-27 12:01:54 -0800 (Mon, 27 Jan 2014)
New Revision: 8423

Modified:
   complete.html
   index
   source
Log:
[ac] (0) Allow <h1> (and company) inside <summary>, so that you can give a <details> element a heading.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24372
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-01-27 19:31:04 UTC (rev 8422)
+++ complete.html	2014-01-27 20:01:54 UTC (rev 8423)
@@ -50395,7 +50395,8 @@
    <dt><a href=#element-dfn-contexts title=element-dfn-contexts>Contexts in which this element can be used</a>:</dt>
    <dd>As the first child of a <code><a href=#the-details-element>details</a></code> element.</dd>
    <dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
-   <dd><a href=#phrasing-content>Phrasing content</a>.</dd>
+   <dd>Either: <a href=#phrasing-content>phrasing content</a>.</dd>
+   <dd>Or: one element of <a href=#heading-content>heading content</a>.</dd>
    <dt><a href=#element-dfn-tag-omission title=element-dfn-tag-omission>Tag omission in text/html</a>:</dt>
    <dd>Neither tag is omissible.</dd>
    <dt><a href=#element-dfn-attributes title=element-dfn-attributes>Content attributes</a>:</dt>
@@ -102875,6 +102876,7 @@
   Sebastian Schnitzenbaumer,
   Seth Call,
   Seth Dillingham,
+  Shannon Moeller,
   Shanti Rao,
   Shaun Inman,
   Shiki Okasaka,

Modified: index
===================================================================
--- index	2014-01-27 19:31:04 UTC (rev 8422)
+++ index	2014-01-27 20:01:54 UTC (rev 8423)
@@ -50395,7 +50395,8 @@
    <dt><a href=#element-dfn-contexts title=element-dfn-contexts>Contexts in which this element can be used</a>:</dt>
    <dd>As the first child of a <code><a href=#the-details-element>details</a></code> element.</dd>
    <dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
-   <dd><a href=#phrasing-content>Phrasing content</a>.</dd>
+   <dd>Either: <a href=#phrasing-content>phrasing content</a>.</dd>
+   <dd>Or: one element of <a href=#heading-content>heading content</a>.</dd>
    <dt><a href=#element-dfn-tag-omission title=element-dfn-tag-omission>Tag omission in text/html</a>:</dt>
    <dd>Neither tag is omissible.</dd>
    <dt><a href=#element-dfn-attributes title=element-dfn-attributes>Content attributes</a>:</dt>
@@ -102875,6 +102876,7 @@
   Sebastian Schnitzenbaumer,
   Seth Call,
   Seth Dillingham,
+  Shannon Moeller,
   Shanti Rao,
   Shaun Inman,
   Shiki Okasaka,

Modified: source
===================================================================
--- source	2014-01-27 19:31:04 UTC (rev 8422)
+++ source	2014-01-27 20:01:54 UTC (rev 8423)
@@ -55604,7 +55604,8 @@
    <dt><span data-x="element-dfn-contexts">Contexts in which this element can be used</span>:</dt>
    <dd>As the first child of a <code>details</code> element.</dd>
    <dt><span data-x="element-dfn-content-model">Content model</span>:</dt>
-   <dd><span>Phrasing content</span>.</dd>
+   <dd>Either: <span>phrasing content</span>.</dd>
+   <dd>Or: one element of <span>heading content</span>.</dd>
    <dt><span data-x="element-dfn-attributes">Content attributes</span>:</dt>
    <dd><span>Global attributes</span></dd>
    <dt><span data-x="element-dfn-dom">DOM interface</span>:</dt><!--TOPIC:DOM APIs-->
@@ -114867,6 +114868,7 @@
   Sebastian Schnitzenbaumer,
   Seth Call,
   Seth Dillingham,
+  Shannon Moeller,
   Shanti Rao,
   Shaun Inman,
   Shiki Okasaka,




More information about the Commit-Watchers mailing list