Skip to content

Commit

Permalink
Deprecate hgroup (#2786)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwbailey authored Mar 1, 2021
1 parent cd1ac79 commit e79d533
Showing 1 changed file with 17 additions and 10 deletions.
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

0 comments on commit e79d533

Please sign in to comment.