Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow heading content within a legend element #5090

Merged
merged 10 commits into from
Feb 19, 2020
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -52679,7 +52679,8 @@ interface <dfn>HTMLFieldSetElement</dfn> : <span>HTMLElement</span> {
<dt><span data-x="concept-element-contexts">Contexts in which this element can be used</span>:</dt>
<dd>As the <span>first child</span> of a <code>fieldset</code> element.</dd>
<dt><span data-x="concept-element-content-model">Content model</span>:</dt>
scottaohara marked this conversation as resolved.
Show resolved Hide resolved
<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="concept-element-attributes">Content attributes</span>:</dt>
<dd><span>Global attributes</span></dd>
<dt><span data-x="concept-element-dom">DOM interface</span>:</dt>
Expand Down