W3CWeb Accessibility Initiative Home

repairing missing ALT conditional content for AREA

On this page: Test 1 | References | About these tests

Nearby: More HTML 4.01 Tests | UAAG 1.0 Test Suite

UAAG 1.0 Requirement

Checkpoint 2.7 Repair missing content (Priority 2 )
Provision 1 : Allow configuration to generate repair text when the user agent recognizes that the author has not provided conditional content required by the format specification.

Test 1 :

Procedure

  1. Configure the user agent to render ALT text and reload this page.
  2. Repair text should be rendered for the AREA in the same manner as standard ALT text.

Run test

Test Map Area--this is not AREA ALT content.

Expected results

  1. The user agent may satisfy this checkpoint by rendering repair text based on any of the following available sources of information: URI reference, content type, or element type.

Source code

<img src="../images/map-area2.gif" alt="Test Map Area--this is not AREA ALT content." width="140" height="40" usemap="#testMap" border="0" name="testMap" id="testMap" title="Test Map Area">
  <area shape="rect" coords="0,0,70,40" nohref="nohref"></area>
  <area shape="rect" coords="71,0,140,40" nohref="nohref"></area>
</img>
<map name="testMap" id="testMap" title="Test Map Area">
  <area shape="rect" coords="0,0,70,40" nohref="nohref"></area>
  <area shape="rect" coords="71,0,140,40" nohref="nohref"></area>
</map>

References

  1. HTML 4.01 specification for AREA
  2. HTML 4.01 specification for ALT

About this test suite

This test is part of a test suite for the User Agent Accessibility Guidelines (UAAG) 1.0 . This work is conducted by the User Agent Accessibility Guidelines Working Group , which is part of W3C's Web Accessibility Initiative (WAI) . Please send comments on this test to w3c-wai-ua@w3.org ( public archive ).


Test created by:

Last modified: $Date: 2003/04/02 23:46:30 $ by $Author: jongund $