Skip to content

Commit 9bc8dee

Browse files
annevkdomenic
authored andcommitted
Allow <script> inside <hgroup>
This was introduced in c9a38bd and then removed in d2021df for unspecified reasons.
1 parent cc12390 commit 9bc8dee

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

source

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16012,7 +16012,9 @@ interface <dfn>HTMLHeadingElement</dfn> : <span>HTMLElement</span> {};</pre>
1601216012
<dt><span data-x="concept-element-contexts">Contexts in which this element can be used</span>:</dt>
1601316013
<dd>Where <span>flow content</span> is expected.</dd>
1601416014
<dt><span data-x="concept-element-content-model">Content model</span>:</dt>
16015-
<dd>One or more <code>h1</code>, <code>h2</code>, <code>h3</code>, <code>h4</code>, <code>h5</code>, <code>h6</code>, and <code>template</code> elements.</dd>
16015+
<dd>One or more <code>h1</code>, <code>h2</code>, <code>h3</code>, <code>h4</code>,
16016+
<code>h5</code>, <code>h6</code> elements, optionally intermixed with <span>script-supporting
16017+
elements</span>.</dd>
1601616018
<dt><span data-x="concept-element-attributes">Content attributes</span>:</dt>
1601716019
<dd><span>Global attributes</span></dd>
1601816020
<dt><span data-x="concept-element-dom">DOM interface</span>:</dt>
@@ -116210,7 +116212,13 @@ interface <dfn>External</dfn> {
116210116212
<span data-x="Heading content">heading</span>;
116211116213
<span data-x="Palpable content">palpable</span></td>
116212116214
<td><span data-x="Flow content">flow</span></td>
116213-
<td>One or more <code>h1</code>, <code>h2</code>, <code>h3</code>, <code>h4</code>, <code>h5</code>, <code>h6</code>, and <code>template</code></td>
116215+
<td><code>h1</code>;
116216+
<code>h2</code>;
116217+
<code>h3</code>;
116218+
<code>h4</code>;
116219+
<code>h5</code>;
116220+
<code>h6</code>;
116221+
<span>script-supporting elements</span></td>
116214116222
<td><span data-x="global attributes">globals</span></td>
116215116223
<td><code>HTMLElement</code></td>
116216116224
</tr>

0 commit comments

Comments
 (0)