Missing Abbreviation Extension Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Missing Abbreviation Extension Check

Description

The “Missing Abbreviation Extension Check” evaluates whether all abbreviations, acronyms, or initialisms used in the content include their expanded or full form upon first use.

Example outcome

I found 1 abbreviation in which the expansion was forgotten.

Impact

Fixes

To address missing abbreviation expansion:

  1. Identify the abbreviation that is missing an expansion.
  2. Add the expansion using the <abbr> element with a title attribute (e.g., <abbr title="World Health Organization">WHO</abbr>).

Resources