diff --git a/files/en-us/web/html/content_categories/index.md b/files/en-us/web/html/content_categories/index.md index 0b16c06cf0c542b..1e6399bab7da9cb 100644 --- a/files/en-us/web/html/content_categories/index.md +++ b/files/en-us/web/html/content_categories/index.md @@ -134,8 +134,6 @@ Elements belonging to this category are {{HTMLElement("Heading_Elements", " **Note:** Though likely to contain heading content, the {{HTMLElement("header")}} is not heading content itself. -> **Note:** The {{HTMLElement("hgroup")}} element is not recommended as it does not work properly with assistive technologies. It was removed from the W3C HTML specification prior to HTML 5 being finalized, but is still part of the WHATWG specification and is at least partially supported by most browsers. - ### Phrasing content Phrasing content, a subset of flow content, refers to the text and the markup within a document. Sequences of phrasing content make up paragraphs. diff --git a/files/en-us/web/html/element/hgroup/index.md b/files/en-us/web/html/element/hgroup/index.md index d0e328a428ae2fc..d1dd3c243efe28c 100644 --- a/files/en-us/web/html/element/hgroup/index.md +++ b/files/en-us/web/html/element/hgroup/index.md @@ -11,8 +11,6 @@ The **`
`** [HTML](/en-US/docs/Web/HTML) element represents a heading and {{EmbedInteractiveExample("pages/tabbed/hgroup.html", "tabbed-standard")}} -> **Note:** The `
` element is not recommended as it does not work properly with assistive technologies. It was removed from the W3C HTML specification but is still part of the WHATWG specification and is at least partially supported by most browsers. - ## Attributes This element only includes the [global attributes](/en-US/docs/Web/HTML/Global_attributes).