merch icon indicating copy to clipboard operation
merch copied to clipboard

<hgroup> being used?

Open PhoneDroid opened this issue 2 years ago • 0 comments

I was wondering why <hgroup> was used here

It has an h2 & h3 element which following the docs is not a valid use case. ( Valid : 0 / 1 <p> + 1 <h1-6> + 0 / 1 <p> )

The MDN Docs also mention the following:

Note: The <hgroup> 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.

PhoneDroid avatar Dec 31 '23 02:12 PhoneDroid