diff --git a/files/en-us/web/html/element/hgroup/index.html b/files/en-us/web/html/element/hgroup/index.html index 8f832a69ea25343..609544746af2185 100644 --- a/files/en-us/web/html/element/hgroup/index.html +++ b/files/en-us/web/html/element/hgroup/index.html @@ -2,6 +2,7 @@ title:
slug: Web/HTML/Element/hgroup tags: + - Deprecated - Element - Experimental - HTML @@ -10,6 +11,8 @@ - Reference - Web --- +
{{HTMLRef}}{{deprecated_header}}
+
{{HTMLRef}}

The HTML <hgroup> element represents a multi-level heading for a section of a document. It groups a set of <h1>–<h6> elements.

@@ -113,22 +116,26 @@

Examples

Specifications

- + - - - + + + - - + + - - - + + + - +
SpecificationStatusCommentSpecificationStatusComment
{{SpecName('HTML WHATWG', 'semantics.html#the-hgroup-element', '<hgroup>')}}{{Spec2('HTML WHATWG')}}{{SpecName('HTML WHATWG', 'semantics.html#the-hgroup-element', '<hgroup>')}}{{Spec2('HTML WHATWG')}}
+

Accessibility concerns

+ +

The presence of hgroup may remove information reported to assistive technology about the subheading portion of the heading group.

+

Browser compatibility

{{Compat("html.elements.hgroup")}}