diff --git a/files/en-us/web/guide/html/content_categories/index.html b/files/en-us/web/guide/html/content_categories/index.html index 18b39f8fde6e415..b5c48640ae67f49 100644 --- a/files/en-us/web/guide/html/content_categories/index.html +++ b/files/en-us/web/guide/html/content_categories/index.html @@ -19,8 +19,9 @@
Note: A more detailed discussion of these content categories and their comparative functionalities is beyond the scope of this article; for that, you may wish to read the relevant portions of the HTML specification.
+A more detailed discussion of these content categories and their comparative functionalities is beyond the scope of this article; for that, you may wish to read the relevant portions of the HTML specification.
Though likely to contain heading content, the {{HTMLElement("header")}} is not heading content itself.
Note: The {{HTMLElement("hgroup")}} element 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.
+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.
<hgroup>
should not be used because no assistive technology supports it, and as a result it has a detrimental effect on assistance for headings placed within it.
For more information see the Usage notes below.
+The HTML <hgroup>
element represents a multi-level heading for a section of a document. It groups a set of <h1>–<h6>
elements.
This page lists all the {{Glossary("HTML")}} {{Glossary("Element","elements")}}, which are created using {{Glossary("Tag", "tags")}}. They are grouped by function to help you find what you have in mind easily. An alphabetical list of all elements is provided in the sidebar on every element's page as well as this one.
-For more information about the basics of HTML elements and attributes, see the section on elements in the Introduction to HTML article.
+For more information about the basics of HTML elements and attributes, see the section on elements in the Introduction to HTML article.
Warning: These are old HTML elements which are deprecated and should not be used. You should never use them in new projects, and should replace them in old projects as soon as you can. They are listed here for informational purposes only.
+These are old HTML elements which are deprecated and should not be used. You should never use them in new projects, and should replace them in old projects as soon as you can. They are listed here for completeness only.
{{HTMLRefTable({"include":["Deprecated","Obsolete"]})}}