Status Of This Test

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


WCAG2 Guideline

Guideline: 3.1 - Make text content readable and understandable.
Success Criteria: A mechanism for finding the expanded form of acronyms and abbreviations is available.

Level 3

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


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

There are no prerequisite tests for this test.


Test Process

Procedure

  1. Examine the document for acronyms.  An acronym is a word formed from the first or first few letters of a phrase. 
  2. Determine if the acronym needs to be marked up using the <acronym> element.  
    1. The acroynm should be marked with the <acronym> element if it is not already marked with the <abbr> element (acronyms are abbreviations and using the <abbr> element is sufficient).
    2. The acronym should be marked with the <acronym> element if it is not in common use within the language.
    3. This is the first occurrence of the acronym within the delivery unit.
    4. This occurrence of the acronym occurs after a named anchor.

Expected Results

  1. The first occurrence of an acronym within the delivery unit is marked with the <acronym> or <abbr> element. or
  2. The first occurence of the acronym after each named anchor in the delivery unit is marked with the <acronym> or <abbr> element.

Fail Instructions

  1. Add the <acronym> element with a title attribute that provides the entire word or phrase.

Pass Instructions

Any accessibility check may be performed after this test.


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.