WCAG 1.0 Double A Checkpoint 12.2
Skip Quick Links
Quick Links:
- Checkpoint 2.2
- Checkpoint 3.1
- Checkpoint 3.2
- Checkpoint 3.3
- Checkpoint 3.4
- Checkpoint 3.5
- Checkpoint 3.6
- Checkpoint 3.7
- Checkpoint 5.3
- Checkpoint 5.4
- Checkpoint 6.4
- Checkpoint 6.5
- Checkpoint 7.2
- Checkpoint 7.3
- Checkpoint 7.4
- Checkpoint 7.5
- Checkpoint 9.2
- Checkpoint 9.3
- Checkpoint 10.1
- Checkpoint 10.2
- Checkpoint 11.1
- Checkpoint 11.2
- Checkpoint 12.2
- Checkpoint 12.3
- Checkpoint 12.4
- Checkpoint 13.1
- Checkpoint 13.2
- Checkpoint 13.3
- Checkpoint 13.4
“Describe the purpose of frames and how frames relate to each other if it is not obvious by frame titles alone.”
Example
<frameset rows="20%,*">
<frame src="promo.html" name="promo"
title="promotions" />
<frame src="sitenavbar.html" name="navbar" title="Sitewide navigation bar" longdesc="frameset-desc.html#navbar" />
</frameset>
<frameset rows="*,20%">
<frame src="headlines.html" name="index"
title="Index of other national headlines" longdesc="frameset-desc.html#headlines" />
<frame src="ad.html" name="adspace" title="Advertising" />
</frameset>
<frame src="promo.html" name="promo"
title="promotions" />
<frame src="sitenavbar.html" name="navbar" title="Sitewide navigation bar" longdesc="frameset-desc.html#navbar" />
</frameset>
<frameset rows="*,20%">
<frame src="headlines.html" name="index"
title="Index of other national headlines" longdesc="frameset-desc.html#headlines" />
<frame src="ad.html" name="adspace" title="Advertising" />
</frameset>
frameset-desc.html contents:
#Navbar - this frame provides links to the major sections of the site: World News, National News, Local News, Technological News, and Entertainment News.
#Story - this frame displays the currently selected story.
#Index - this frame provides links to the day's headline stories within this section.
Warning: Remember to update the frameset description if the content of the frames changes!
