ScotConnect: Business Internet Services   

Skip over graphic nagivation bar - you will find text navigation at the bottom of all pages.
HomeTrainingWeb DesignAccessibilityFree Tutorials
  Get in Touch   

Accessibility and frames - some notes

Frames: accessibility techniques and issues

An example

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
  <title>Frameset example</title>
</head>
<frameset cols="15%, 85%">
   <frame src="navigation.html" title="Sitewide navigation." name="Sitewide navigation">
   <frame src="access.html" title="Web design tips." name="Web design tips">
<noframes>
   <A href="noframespage.html" title="No frames version.">Click for the frames free version of this Website.

</noframes>
</frameset>
<html>

Frames and usability

Question: If an important aim of my Website is for it to be accessible, should I use frames on it? The W3c point out that they can be accessible if I take the appropriate precautions - so what's the problem?

The W3c techniques document also says,

"Frames as implemented today (with the FRAMESET, FRAME, and IFRAME elements) are problematic for several reasons:

...We also provide an alternative to frames that uses HTML 4.01 and CSS and addresses many of the limitations of today's frame implementations."
http://www.w3.org/TR/WCAG10-HTML-TECHS/#alt-frames

I would also add:

As you can guess, I don't regard frames as being a good design choice - even if with a lot of work and testing they could be made accessible.

Contact Pat Byrne of ScotConnect

  

Home | Training. | Web Design. | Accessibility and Access Audits. | Free Web and Internet Tutorials. | Get in Touch


This Web site was designed and built with the minimum of fuss by Jim and Pat Byrne. Last updated: 20/8/02; 8:29:15 pm  © Copyright 2001 ScotConnect.