WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Multiple H1 tags in an HTML5 web page

for

From: Jukka K. Korpela
Date: Mar 9, 2014 4:19AM


2014-03-08 3:59, Duff Johnson wrote:

> So, if the author needs to go deeper (H7, H8…) - which was actually
> the point of Greg's question - you are saying they out of luck?

I didn't read the question that way, but if that's the practical
problem, then the best you can do seems to be

<div class=h7 role=heading aria-level=7>...</div>

(naturally with some styling).

Yuccz