|
Frames -- Dos and Don'ts
Why: Frames have gone out of fashion and for good reason. Frames render the user's "BACK" button and "HISTORY" list useless and cause serious barriers to keyboard users who need to move between frames -- e.g., the outer "navigation" frame and the inner "content" frame. How: Instead of frames, use repeating navigation elements placed in a consistent location with consistent markup on each page.
Why: Users of assistive technology rely on frame titles to identify which frame currently has the focus and to move between frames. How: For each <FRAME> element include an identifying "title" attribute.
Get more help with frames, visit WebAIM's "Creating Accessible Frames."
Top
of Page || Return to Index |