Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ac] (0) Allow <h1> (and company) inside <summary>, so that you can g…
…ive a <details> element a heading.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24372
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8423 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 27, 2014
1 parent 533d5a3 commit c6cbc53
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -50395,7 +50395,8 @@ <h4 id=the-summary-element><span class=secno>4.11.2 </span>The <dfn><code>summar
<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>
Expand Down Expand Up @@ -102875,6 +102876,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Sebastian Schnitzenbaumer,
Seth Call,
Seth Dillingham,
Shannon Moeller,
Shanti Rao,
Shaun Inman,
Shiki Okasaka,
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -50395,7 +50395,8 @@ fur
<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>
Expand Down Expand Up @@ -102875,6 +102876,7 @@ if (s = prompt('What is your name?')) {
Sebastian Schnitzenbaumer,
Seth Call,
Seth Dillingham,
Shannon Moeller,
Shanti Rao,
Shaun Inman,
Shiki Okasaka,
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -55604,7 +55604,8 @@ fur
<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-->
Expand Down Expand Up @@ -114867,6 +114868,7 @@ if (s = prompt('What is your name?')) {
Sebastian Schnitzenbaumer,
Seth Call,
Seth Dillingham,
Shannon Moeller,
Shanti Rao,
Shaun Inman,
Shiki Okasaka,
Expand Down

0 comments on commit c6cbc53

Please sign in to comment.