WCAG 1.3.3: Sensory Characteristics
WCAG 1.3.3: Sensory Characteristics – Don’t Rely Solely on Sensory Cues
WCAG 1.3.3, titled „Sensory Characteristics,” is a crucial success criterion at Level A (opens in a new tab) of the Web Content Accessibility Guidelines (WCAG 2.0 and 2.1). This criterion mandates that instructions provided to users must not rely *solely* on sensory characteristics such as shape, size, visual location, orientation, or sound. The core principle is to ensure that information conveyed through these sensory properties is also available in a non-sensory, programmatic, or textual form, making it accessible to a wider range of users with diverse abilities.
In essence, while using visual cues like color, shape, or position, or auditory cues like sound effects, is perfectly acceptable and often enhances user experience, these cues should never be the *only* way to understand or interact with content. There must always be a robust alternative that doesn’t depend on the user’s ability to perceive those specific sensory details.
Why It Matters: Accessibility Impact and Affected User Groups
Adhering to WCAG 1.3.3 is fundamental for creating inclusive web experiences. Failing to provide alternatives to sensory characteristics can create significant barriers for various user groups:
The impact of non-compliance is that these users are excluded from understanding and interacting with content, leading to frustration, inability to complete tasks, and a diminished user experience.
Success Criteria and Requirements (WCAG 2.0 / 2.1)
The formal wording for Success Criterion 1.3.3 is:
1.3.3 Sensory Characteristics: Instructions provided for understanding and operating content do not rely solely on sensory characteristics of components such as shape, size, visual location, orientation, or sound. (Level A)
Let’s break down the key terms:
The criterion does not forbid the use of these characteristics, but rather insists on providing a robust alternative that doesn’t require a user to perceive them. For instance, using a red border to highlight an error is fine, but it must be accompanied by explicit text stating the error.
Practical Guidelines for Compliance
Achieving compliance with WCAG 1.3.3 involves a mindful approach to design and content creation. Here are practical guidelines:
Examples of Correct and Incorrect Implementations
Incorrect Implementations
Example 1: Form Validation (Relies solely on color/shape)
Instruction: „Fields with a red border are invalid.”
Reason for non-compliance: A user who cannot perceive red (e.g., color blind, blind using a screen reader) will not know which fields are invalid.
Example 2: Navigation (Relies solely on visual location)
Instruction: „Click the link in the top right corner.”
Reason for non-compliance: Screen reader users or users with zoomed-in views may not perceive „top right corner.”
Example 3: Notification (Relies solely on sound)
Instruction: „A new message has arrived. Listen for the chime.”
Reason for non-compliance: Deaf or hard-of-hearing users will miss the notification.
Example 4: Icon-only buttons (Relies solely on shape/icon)
Reason for non-compliance: If the alt attribute is empty or missing, a screen reader user only hears „button” and has no idea what action it performs.
Correct Implementations
Example 1: Form Validation (Redundant information)
Instruction: „Fields marked with a red border and an error message are invalid.”
Reason for compliance: The error is visually indicated (red border) and explicitly stated in text, accessible to screen readers via aria-describedby and visually to all users.
Example 2: Navigation (Descriptive link text)
Instruction: „Click the 'My Account’ link.”
Reason for compliance: The link text „My Account” is descriptive and understandable regardless of its visual placement.
Example 3: Notification (Sound + visual/textual alert)
Instruction: „A new message has arrived. Listen for the chime and look for the 'New Message’ alert.”
Reason for compliance: The information is conveyed through both sound and a visual/textual alert, making it accessible to both hearing and non-hearing users.
Example 4: Icon-only buttons (Using accessible labels)
Reason for compliance: The alt attribute on the image or the aria-label on the button (or visually hidden text) provides a programmatic and textual name for the button’s action, regardless of its visual appearance.
Best Practices and Common Pitfalls
Best Practices
Common Pitfalls
Conclusion
WCAG 1.3.3 is a foundational criterion for building accessible web content. By ensuring that instructions and information do not rely solely on sensory characteristics, we create a more inclusive and robust experience for everyone. It encourages developers and content creators to think beyond visual and auditory presentation, focusing instead on the underlying meaning and programmatic accessibility of information. Adhering to this principle not only meets a WCAG requirement but also results in a more usable and flexible design for all users, regardless of their abilities or browsing context.
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