WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: H1 to H4 titles sub titles....

for

From: Ted
Date: May 2, 2011 2:54PM


I couldn't agree more with Steve's point of "unless there is a good reason
not to." (The only way in which I would disagree is that I would say use
"hierarchical" rather than "correct" nesting unless there is a good reason
not to. )

Often well-structured web pages will have headings that don't jump levels.
But it's a giant leap from there to saying that they *must*, and that it's
an accessibility problem if they don't. On the contrary, sometimes it makes
editorial sense to jump from one level to another, and not doing so can
actually decrease comprehension rather than aid it.

This is particularly the case in PDFs where, for example, if the "no jumping
rule" is followed, information in a side bar may be given a weighting above
or below that which, editorially, it warrants.

Or take a document such as BS8878 which has explanatory notes throughout.
The notes all have the same relative importance within the document
(editorially), but some just happen to be physically located immediately
after <h2>s, some after <h3>s and some after <h4>s. There's nothing wrong
with the way the document is structured - it make perfect sense just as it
is. But it would be editorial nonsense to give all the notes different
levels of headings just because of their physical position on the page.

The heading level should describe and give meaning to the content rather
than be forced to follow some arbitrary rule that 2 must follow 1 etc.

Ted Page
Director, PWS Ltd

-----Original Message-----
From: Steve Green [mailto: <EMAIL REMOVED> ]
Sent: 02 May 2011 15:33
To: 'WebAIM Discussion List'
Subject: Re: [WebAIM] H1 to H4 titles sub titles....


Probably not, in my experience of user testing projects. In practice, it's
important thing is that headings are marked up as <hn> elements, but the
precise level is far less important. Consistency from page to page and
within pages is much more important than correct nesting of headings.

That said, I still encourage the use of correct nesting unless there is a
good reason not to.

Steve Green
Managing Director
Test Partners Ltd


-----Original Message-----
From: <EMAIL REMOVED>
[mailto: <EMAIL REMOVED> ] On Behalf Of Nancy Johnson
Sent: 02 May 2011 15:25
To: WebAIM Discussion List
Subject: [WebAIM] H1 to H4 titles sub titles....

Hi,

We are producing a site and part of my job is to see if the htmls and
frontend javascript jquery the design company provided is 508.

The heading on one page goes from an H1 designation to an H4 designation,

Will this be a problem for screen readers?

Thanks in advance,

Nancy