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

Deprecate hgroup #2786

Merged
merged 2 commits into from
Mar 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 17 additions & 10 deletions files/en-us/web/html/element/hgroup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: <hgroup>
slug: Web/HTML/Element/hgroup
tags:
- Deprecated
- Element
- Experimental
- HTML
Expand All @@ -10,6 +11,8 @@
- Reference
- Web
---
<div>{{HTMLRef}}{{deprecated_header}}</div>

<div>{{HTMLRef}}</div>

<p>The <strong>HTML <code>&lt;hgroup&gt;</code> element</strong> represents a multi-level heading for a section of a document. It groups a set of <code><a href="/en-US/docs/Web/HTML/Element/Heading_Elements">&lt;h1&gt;–&lt;h6&gt;</a></code> elements.</p>
Expand Down Expand Up @@ -113,22 +116,26 @@ <h2 id="Examples">Examples</h2>
<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<thead>
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
</thead>
<tbody>
</thead>
<tbody>
<tr>
<td>{{SpecName('HTML WHATWG', 'semantics.html#the-hgroup-element', '&lt;hgroup&gt;')}}</td>
<td>{{Spec2('HTML WHATWG')}}</td>
<td></td>
<td>{{SpecName('HTML WHATWG', 'semantics.html#the-hgroup-element', '&lt;hgroup&gt;')}}</td>
<td>{{Spec2('HTML WHATWG')}}</td>
<td></td>
</tr>
</tbody>
</tbody>
</table>

<h2 id="Accessibility concerns">Accessibility concerns</h2>

<p>The presence of <code>hgroup</code> may remove information reported to assistive technology about the subheading portion of the heading group.</p>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("html.elements.hgroup")}}</p>
Expand Down