Abbreviation & Acronym Expander

Flag every unexpanded acronym in pasted copy (WCAG 3.1.4)

Ad placeholder (leaderboard)

The Abbreviation & Acronym Expander scans your copy for capitalised acronyms that are never defined on first use and flags each one as a potential WCAG 2.1 3.1.4 (Abbreviations) issue. The criterion asks for a mechanism to find the expanded form of an abbreviation; in plain body text the standard approach is to spell out the full term the first time it appears, with the acronym in parentheses. This tool finds the acronyms you forgot to define.

How it works

  1. Detection. The tool tokenises your text and identifies acronyms — runs of two or more capital letters, optionally mixed with digits, such as API, GDPR, H2O, or PDF417.
  2. First-use check. For each distinct acronym it looks at the first occurrence and checks whether an expansion appears alongside it. Two patterns satisfy the rule: the acronym followed by its expansion in parentheses — API (Application Programming Interface) — or the expansion followed by the acronym in parentheses — Application Programming Interface (API).
  3. Suggestion. If no expansion is present, the acronym is flagged. Where the term is in the bundled dictionary (NHS, GDPR, URL, API, HTML, and dozens more), a suggested expansion is shown so you can paste it straight in.

Tips and notes

  • Define each acronym once, on its first appearance, then use the short form freely afterwards.
  • Very common items like UK, US, OK, and AM/PM are excluded from flagging because spelling them out hurts more than it helps; adjust your copy to your audience.
  • For acronyms that recur across a long page, also consider an HTML <abbr title="…"> element so assistive technology can surface the expansion on demand — that satisfies the same criterion programmatically.
Ad placeholder (rectangle)