I run across a lot (and when I say a lot… I mean A LOT) of 4.1.2 bugs that have an inaccurate understanding of the success criterion. Here are some common bugs and some clarification. This is a living document and will be updated periodically. Some things to remember about this is that 4.1.2 Name, […]
Category: WCAG
WCAG 2.2 is in Working Draft
Web Content Accessibility Guidelines (WCAG) has released a working draft for version 2.2 of the guidelines. It adds 9 new requirements. As of the writing of this article, you can and should review and comment on the new requirements. The following Success Criteria are new in WCAG 2.2: Accessible Authentication Dragging Findable Help Fixed Reference […]
Web Content Accessibility Guidelines (WCAG) has released a working draft for version 3.0 of the guidelines. It is vastly different from the 2.1 version of the guidelines. This appears to be a redesign and redefinition of the guidelines from the ground up. You can access the version 3 guidelines on the w3.org website.
Using motion on your website can be helpful for some and harmful to others. There’s a delicate balance that should be considered when creating a website that includes motion. Animations, or blinking and moving content can quickly shift from helpful to harmful in the blink of an eye. This topic affects me personally for two […]
What is Non-text Content?
Determining if something is non-text content? “any content that is not a sequence of characters that can be programmatically determined or where the sequence is not expressing something in human language” Non-text content definition on the W3.org website Well thanks for that super helpful definition. Let me try to distill this into something that we […]
“Content does not restrict its view and operation to a single display orientation, such as portrait or landscape, unless a specific display orientation is essential.” (WCAG 1.3.4 Orientation) Who is it for? Not everyone has the luxury of being able to quickly and easily rotate their display. Some devices, like a tablet or phone mount on […]
โThe visual presentation of the following have a contrast ratio of at least 3:1 against adjacent color(s): User Interface Components: Visual information required to identify user interface components and states, except for inactive components or where the appearance of the component is determined by the user agent and not modified by the author; Graphical Objects: Parts of graphics required to understand the […]
Who is it for? This is for users who cannot perceive the entire page. This includes users that have a screen magnifier running and those that have resized the text. What is important to know? A very important thing that most people get wrong about this criterion is that it doesn’t require that we add […]
Who is it for? People with cognitive, reading or low vision disabilities benefit from this requirement. The ability to customize the text to meet their needs is important. What is important to know? This is important for a very large portion of our users. ๐ How do I code it? So this one is pretty […]
The purpose of each input field collecting information about the user can be programmatically determined when: The input field serves a purpose identified in the Input Purposes for User Interface Components section; and The content is implemented using technologies with support for identifying the expected meaning for form input data. Identify Input Purpose (WCAG Definition) Who is it […]