W3C

DRAFT DOCUMENT

This is a draft document supplied by the WCAG Techniques Task Force. It in no way represents a WCAG Working Group consensus or agreement and is provided for informational and discussion purposes only. The accessibility test listed below should not be construed as required for conformance with the proposed WCAG2.

HTML Test Suite for WCAG 2.0
Test 3 - Image Alt text is short.

W3C Editor's Draft 2005-08-11

Editors:
Chris Ridpath, ATRC, University Of Toronto
Jenae Andershonis, Microsoft Inc.

Abstract

This test case was created by the ATRC at the University Of Toronto. It should not be construed as required for conformance with the proposed WCAG2.

The complete list of tests may be found at http://www.w3.org/WAI/GL/WCAG20/tests/

Comments on this test may be made to the WCAG mailing list.


Status Of This Test

As part of the conformance test process, this test has a status of 'accepted'.


WCAG2 Guideline

Guideline: 4.1 - Use technologies according to specification.
Success Criteria: 1. Except where the author has documented that a specification was violated for user agent compatibility (including compatibility with assistive technology), the content has: passed validity tests for the version of the technology in use (whether it be conforming to a schema, Document Type Definition (DTD), or other tests described in the specification), and used technology features as defined in the specification.

Level 1

The WCAG2 has 3 priority levels for making Web content accessible. This test has a priority of 'Level 1'.


Techniques

The WCAG Working Group has created techniques that describe how Web content may be made accessible. The following techniques are related to this test:


Prerequisite Tests

The following tests must be run before running this test. If any of the prerequisite tests fail then this test is invalid and should not be run.


Test Process

Procedure

  1. For each img element, calculate the length of text within the alt attribute value.
  2. If the Alt text is greater than 100 characters (English) then it must be shortened or the user must confirm that it is the shortest Alt text possible.

Expected Results

  1. Image Alt text is short or the user has confirmed that the Alt text is as short as possible.

Fail Instructions

  1. If the alt attribute value is greater than 100 characters (English) then either shorten the alt attribute value or confirm that current value is the shortest possible for the associated image.

Pass Instructions

The following tests are related to this test and may be performed next. There is no requirement that these tests be performed:

  1. Alt text for all img elements is not placeholder text.
  2. Alt text for all img elements is the empty string ("") if the image is decorative.
  3. Alt text for all img elements that are not used as source anchors conveys the same information as the image.

Language Specific

This test contains language specific directions and is dependent upon the language of the content. It may be applied only to content written in the following languages:

Language Specific Values
Language Maximum Alt text Length
eng 100
ger 115
kor 90

Test Files

These test files contain examples of the accessibility problem detectable by this test. They may also contain more accessibility problems than the one described in this test. Please ignore any extraneous accessibility problems in these files.

Valid XHTML 1.0!