Skip to content

Accessibility Audits

You will know how accessibility audits fit into a practical review workflow, how to remediate the most common findings, and where to look up the underlying WCAG guidance when you need a definitive answer.

  • Repeated accessibility failures across templates, which usually point to one shared fix
  • High-impact issues on high-traffic pages, where the audience exposed to the problem is largest
  • Findings that affect primary forms, navigation, or customer journeys
  • Issues on pages that are linked from email campaigns, paid traffic, or external partners

The table below covers the categories that come up most often in TMXIO accessibility audits. Each entry links to the WCAG quick reference for the exact success criterion.

IssueWCAG refHow to fix
Images missing alt text1.1.1 Non-text ContentAdd descriptive alt text, or mark purely decorative images with empty alt
Form fields without labels3.3.2 Labels or InstructionsAssociate a visible label with each input; do not rely on placeholder text alone
Insufficient color contrast1.4.3 Contrast (Minimum)Adjust foreground or background so the ratio meets at least 4.5:1 for body text
Non-descriptive link text2.4.4 Link Purpose (In Context)Replace “click here” or “read more” with link text that explains the destination
Skipped heading levels1.3.1 Info and RelationshipsKeep heading order logical; do not pick heading levels for visual size
Missing language attribute3.1.1 Language of PageSet the page or site language at the document level
Keyboard-inaccessible controls2.1.1 KeyboardMake every interactive element reachable and operable with the keyboard alone

For anything not in this table, the full quick reference is the canonical source: WCAG 2.1 Quick Reference.

  1. Run the audit and sort findings so the highest-impact items are at the top.

  2. Group findings by template, page type, or component. A single fix at the template level usually clears many entries in the report.

  3. Pick a small batch to remediate this cycle. Closing a few categories well is more useful than touching every category briefly.

  4. Make the fix, then re-run the audit on the affected pages to confirm the finding is gone.

  5. Record the change in your team’s tracker so future audits can compare against it.

  • Accessibility work is prioritized by impact, not by audit row count
  • Repeated template-level findings are fixed at the template, not patched page by page
  • Lens, support, and audit findings reinforce each other rather than living in separate silos
  • Each remediation pass leaves a record so progress is visible across cycles