Screen reader support for ARIA live regions | TPG – Digital Accessibility S
Designing For Accessibility And Inclusion — Smashing Magazine
The more inclusive you are to the needs of your users, the more accessible your design is. Let’s take a closer look at the different lenses of accessibility through which you can refine your designs.
Designing for Cognitive Differences · An A List Apart Article
Accessible design is often reduced to adding alt text and avoiding colors imperceptible by colorblindness. While physical differences are an important component of accessible design, cognitive diff…
Animations are fun, but not for everyone » Simply Accessible
Our Best Practice of the Week (BPOW) looks at an often unknown area of accessibility: animations that have an adverse effect on a variety of people. Recent updates to CSS and JavaScript have made it really easy to implement fun, engaging animations on a web page. Be it CSS transitions or keyframes, or the latest jQuery SVG animation framework, one thing to keep in mind is your animation may make the user uncomfortable.
WebAIM: Screen Readers and CSS: Are We Going Out of Style (and into Content)?
Tips to Create an Accessible and Contrasted Color Palette | Stéphanie Walte
Two tools and some quick tips to easily create an accessible contrasted color palette for your designs, whether it's web, ui or even mobile design
A guide to color accessibility in product design – Inside Design – Medium
There’s a lot of talk about accessible design, but have you ever thought about color accessibility?
WAI-ARIA - an introduction to Accessible Rich Internet Applications / Patrick H. Lauke
ARIA Landmarks – Make WordPress Accessible
ARIA landmark roles provide a method for screen reader users to navigate structural regions of a site. By default, many HTML5 elements define ARIA landmark roles which identify these regions. All c…
WAI-ARIA Authoring Practices 1.1
This document provides readers with an understanding of how to use WAI-ARIA 1.1 [WAI-ARIA] to create accessible rich internet applications. It describes considerations that might not be evident to most authors from the WAI-ARIA specification alone and recommends approaches to make widgets, navigation, and behaviors accessible using WAI-ARIA roles, states, and properties. This document is directed primarily to Web application developers, but the guidance is also useful for user agent and assistive technology developers.
Improving The Color Accessibility For Color-Blind Users — Smashing Magazine
According to Colour Blind Awareness 4.5% of the population are color-blind. If your audience is mostly male this increases to 8%. Designing for color-blind people can be easily forgotten because most designers aren’t color-blind. In this article I provide 13 tips to improve the experience for color-blind people – something which can often benefit people with normal vision too. There are many types of color blindness but it comes down to not seeing color clearly, getting colors mixed up, or not being able to differentiate between certain colors.
Using the aria-describedby attribute - Accessibility | MDN
The aria-describedby attribute is used to indicate the IDs of the elements that describe the object. It is used to establish a relationship between widgets or groups and text that described them. This is very similar to aria-labelledby: a label describes the essence of an object, while a description provides more information that the user might need.
ARIA1: Using the aria-describedby property to provide a descriptive label for user interface controls | Techniques for WCAG 2.0
ARIA-Beispiel mit role="tooltip" und aria-describedby - Per Tastatur zugängliche Tooltips - [barrierefreies-webdesign.de]
Tooltips — auch wenn sie bereits zugänglich sind — sollten für die optimale Nutzung in Screenreadern mit zwei ARIA-Attributen ergänzt werden.
WAI-ARIA Overview | Web Accessibility Initiative (WAI) | W3C
The Website of the World Wide Web Consortium’s Web Accessibility Initiative.
Common HTML Attributes used by Screen Readers
24 Accessibility - 24 days of accessibility gifts during the season of giving and sharing
Article series offering 24 days of digital accessibility gifts of wisdom and insight from a wide array of knowledge experts throughout the world.
Accessibility Cheat Sheet — Practical approaches to Universal Design
Practical approaches to Universal Design for making your website/webapp accessible to everyone
WAI-ARIA Authoring Practices 1.1
This document provides readers with an understanding of how to use WAI-ARIA 1.2 [WAI-ARIA] to create accessible rich internet applications. It describes considerations that might not be evident to most authors from the WAI-ARIA specification alone and recommends approaches to make widgets, navigation, and behaviors accessible using WAI-ARIA roles, states, and properties. This document is directed primarily to Web application developers, but the guidance is also useful for user agent and assistive technology developers.
Using ARIA
Guides · nvaccess/nvda-community Wiki
NVDA wiki articles contributed by the community. Contribute to nvaccess/nvda-community development by creating an account on GitHub.
WAI-ARIA - an introduction to Accessible Rich Internet Applications / Patrick H. Lauke
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 Name Calculation demo
Welcome, WCAG 2.1! The Web Content Accessibility Guidelines get an update.
Sr. Accessibility Strategist Becky Gibson reviews W3C's new Web Content Accessibility Guidelines 2.1 success criteria.
The Importance Of Manual Accessibility Testing — Smashing Magazine
Automated accessibility tests are a great resource to have, but they can’t automatically make your site accessible. Use them as one step of a larger testing process.
Teaser-Grafiken: Alternativtextoptimierung abhängig vom Code - [barrierefre
Manchmal beeinflusst der Code die Wahl der richtigen Textalternative. Es werden vier gleich aussehende Teaser vorgestellt und die Textalternative für die Teaser-Grafik besprochen.
WebAIM: Alternative Text
WAI-ARIA | Inclusive Learning Design Handbook
Short note on aria-label, aria-labelledby, and aria-describedby | TPG – Digital Accessibility Solutions