WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: H1 header in iframe

for

From: Jared Smith
Date: Aug 25, 2010 8:24AM


On Wed, Aug 25, 2010 at 1:55 AM, adam solomon wrote:
>
> Should an HTML page contained in an iframe always start with an h1?

Because the iframe is accessed as if it were content of the parent
page, the headings within the iframe should be structured
appropriately. If the iframe contains the main first level heading for
the entire document, then make it an <h1>. Otherwise lower level
headings (or no headings at all) may be appropriate.

Jared Smith