WCAG 3.1.3: Unusual Words
WCAG 3.1.3, titled „Unusual Words,” is a Level AA success criterion under Guideline 3.1 Readable. This criterion mandates that a mechanism must be available to help users understand jargon, idioms, or any words and phrases not commonly understood by the intended audience. The primary goal is to ensure that content is comprehensible, reducing cognitive load and barriers for a diverse range of users.
Why WCAG 3.1.3 Matters for Accessibility
Understanding the language used on a website is fundamental to accessing its information and functionality. When content uses unfamiliar terminology without explanation, it creates significant barriers for many users.
Accessibility Impact
User Groups Affected
Understanding Success Criterion 3.1.3: Unusual Words
The formal wording for Success Criterion 3.1.3 is:
3.1.3 Unusual Words: A mechanism is available to find the definition of unusual words, phrases, idioms, and jargon. (Level AA)
Let’s break down the key terms:
Practical Guidelines for Compliance
To meet WCAG 3.1.3, content creators and developers can employ several strategies:
Examples of Implementation
Correct Implementations
Using the <abbr> Tag for Abbreviations/Acronyms
The <abbr> tag’s title attribute provides the full form of an abbreviation or acronym, which can serve as a simple inline mechanism for explanation.
Result: The W3C sets web standards.
Using the <dfn> Tag for Defining Terms
The <dfn> element is used to indicate the defining instance of a term within the surrounding content. It works well when the definition immediately follows.
Result: A paradigm is a typical example or pattern of something; a model.
Linking to a Glossary Entry
Linking an unusual word to a dedicated glossary page or section is a common and effective method for providing definitions.
Result: To ensure website accessibility, understanding WCAG is crucial.
Contextual Pop-up/Tooltip (Conceptual with HTML, CSS, JS)
This example demonstrates a conceptual pop-up definition that appears on click/focus and is dismissible, ensuring keyboard and screen reader accessibility.
Result:
Incorrect Implementations
Undefined Jargon
Presenting specialized terms without any mechanism for users to find their definitions.
Result: The new CMS utilizes an advanced AJAX framework for its API integration. (Without any explanation for CMS, AJAX, API, this paragraph would be inaccessible to those unfamiliar with web development jargon.)
Inaccessible Definition Mechanism (Hover-only)
A custom tooltip or pop-up that relies solely on a mouse hover event for visual display, without an equivalent mechanism for keyboard users (e.g., focus event or explicit trigger button), is a common failure. While the native title attribute is generally accessible, custom CSS/JS implementations must ensure keyboard and screen reader access.
Result: API (Keyboard users cannot trigger this explanation, and screen reader users may not perceive it without explicit ARIA.)
Best Practices and Common Pitfalls
Best Practices
Common Pitfalls
Conclusion
WCAG 3.1.3 „Unusual Words” is a critical criterion for creating inclusive and understandable web content. By proactively identifying and providing accessible definitions for jargon, idioms, and complex terms, we empower all users to fully comprehend and interact with digital information. Embracing plain language first, and then supplementing with robust, accessible mechanisms for definitions, ensures that your content is truly readable and welcoming to everyone.
Related posts
- WCAG 5.2.3: Complete processes
- WCAG 5.2.4: Only Accessibility-Supported Ways of Using Technologies
- WCAG 5.2.5: Non-Interference
- WCAG 5.3.1: Required elements of the conformity declaration
- WCAG 5.3.2: Optional Components of a Conformance Claim
Still looking for answers?
Ask our experts using online chat