Using the tabindex attribute | TPG – Digital Accessibility Solutions
The "D" in the DOM - 24 Accessibility
It's within the Document Object Model (DOM) that we find one of the keys to building accessible things for the web: the document.
The Business Case for Digital Accessibility | Web Accessibility Initiative
The rationale for organizations to address accessibility. It includes tangible and intangible benefits, and the risks of not addressing accessibility adequately.
Notes on ARIA by Taylor Hunt on CodePen
Know your ARIA: 'Hidden' vs 'None' | scottohara.me
A primer on appropriately using aria-hidden='true' and role='none/presentation'. They each do very different things to elements, but their purposes are somet...
Read color hex codes - David DeSandro at dotCSS 2018
How does a colorblind designer work with color? Not with his eyes! Instead David relies on reading color hex codes. He shares his process into understanding those six-digit codes and related insights into human vision, computer history, and digital color.
Finding the Way: screen reader strategies | Last Call Media
Sometimes the thing that makes a website difficult to understand for a screen reader user is the absence of information, and that is a problem that is not identified in automated scans.
The Trials and Tribulations of the Title Attribute - 24 Accessibility
Scott O’Hara returns, not with prose, but with a little history on the title attribute, it’s unintended misuse by developers, and where it can and should be used to improve the accessibility on your website.
ARIA in HTML
Why using `tabindex` values greater than “0” is bad – Karl Groves Web Accessibility Consultant, Web Accessibility Auditing, Web Accessibility Training
The Tenon.io blog
Example of Tabs with Manual Activation | WAI-ARIA Authoring Practices 1.1
Accessibility | Web Fundamentals | Google Developers
Improving accessibility for web pages
Accessibility for Visual Design | UX Booth
They say beauty is in the eye of the beholder. As designers, we need to remember that the same is true of color, and all visual abilities. UX Booth author and visual UX designer Nick Babich has a list of how-tos, to help make every design both beautiful and usable.
Start page - Access & Use
The Web Accessibility Introduction I Wish I Had - DEV Community 👩💻👨💻
Another message to my past self, this time on the importance of accessibility, how to achieve it, and how to test it.
Time to revisit accesskey? – Tink
How to Write Accessible JavaScript – DailyJS – Medium
You’re wrapping up a web project and just as you’re putting the finishing touches you get sent a list of accessibility errors forwarded to…
5 Digital Accessibility Myths Busted | Deque
Bruce Lawson's personal site : Screenreader support for text-level semanti
» Screenreader support for text-level semantics
E62 – Interview with Eric Bailey – Part 1 – #A11y Rules Podcast
Accessibility Testing
A guideline to accessibility testing, from tools to workflows, by Rian Rietveld. This talk was originally presented at WCUS 2017, as 'Accessibility testing, tools and workflow.'
Getting started with ARIA - The A11Y Project
A community-driven effort to make digital accessibility easier.
javascript - Adding WAI-ARIA attributes with JS - Stack Overflow
At work I have been optimizing one of the sites I have helped developed for one of our clients (I can't say who) for be ADA compliant using WAI-ARIA attributes. I've been wondering if it wouldn't j...
Adding ARIA roles via Javascript | Drupal Groups
accessifyhtml5.js/accessifyhtml5.js at master · yatil/accessifyhtml5.js
While most browsers work all right with the new semantic elements of HTML5, they don’t add the ARIA accessibility attributes that the specification demands. This small JavaScript adds those attribu...
add aria-roles via js - Google-Suche
ARIA: switch role - Accessibility | MDN
The ARIA switch role is functionally identical to the checkbox role, except that instead of representing "checked" and "unchecked" states, which are fairly generic in meaning, the switch role represents the states "on" and "off."
Accessible Rich Internet Applications (WAI-ARIA) 1.1
Accessibility of web content requires semantic information about widgets, structures, and behaviors, in order to allow assistive technologies to convey appropriate information to persons with disabilities. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. T...
Accessible CSS Transitions | Chris Bateman
Here's a simple example: we want to animate a container open and closed, perhaps as part of an expand/collapse treatment. .acc-demo-1 { height:40px; padding:10px; overflow:hidden; transition:0.5s all; } .acc-demo-1.hidden { height:0px; padding:0px …
Tables - Screen reader compatibility · PowerMapper Software
Screen reader compatibility for HTML tables, showing how failures and techniques work in specific screen reader / browser combinations.