A11y

A11y

941 bookmarks
Newest
marcus.io · Accessibility challenges in web apps
marcus.io · Accessibility challenges in web apps
A web application is a computer program that runs in your browser. It is hard to expand the general definition further. Wikipedia says: > The general distinction between a dynamic web page of any kind and a "web application&...
·marcus.io·
marcus.io · Accessibility challenges in web apps
Common pitfalls and misunderstandings in accessibility auditing
Common pitfalls and misunderstandings in accessibility auditing
At Hassell Inclusion we deliver a huge amount of accessibility training to organisations all over the world. Our Head of Training, Jon Gooday, has had the honour of training over 70 accessibility auditors over the last five years. In this blog, he gives an overview of some of the most common mistakes and pitfalls that auditors tend to get wrong that impact the quality of their findings...
·hassellinclusion.com·
Common pitfalls and misunderstandings in accessibility auditing
Labels and text alternatives  |  web.dev
Labels and text alternatives  |  web.dev
In order for a screen reader to present a spoken UI to the user, meaningful elements must have proper labels or text alternatives. A label or text alternative gives an element its accessible name, one of the key properties for expressing element semantics in the accessibility tree.
·web.dev·
Labels and text alternatives  |  web.dev
Datenschutzfehler
Datenschutzfehler
When it comes to creating accessible products, understanding the interactions between different technologies and the code we write is very helpful. In this post, Joe Watkins talks about accessible name--what it is, how to apply it, and why it's such an integral tool in the accessibility toolkit.
·simplyaccessible.com·
Datenschutzfehler
What happens when aria-label, aria-labelledby and aria-describedby are on static HTML elements? - David MacDonald Web Accessibility Blog, testing, teaching, and discussion
What happens when aria-label, aria-labelledby and aria-describedby are on static HTML elements? - David MacDonald Web Accessibility Blog, testing, teaching, and discussion
David MacDonald, CanAdapt offers WCAG Training, What happens when aria-label, aria-labelledby and aria-describedby are on static HTML elements? For accessbility, testing, teaching, and discussion, WCAG accessibility audits and accommodation of employees with disabilities.
·davidmacd.com·
What happens when aria-label, aria-labelledby and aria-describedby are on static HTML elements? - David MacDonald Web Accessibility Blog, testing, teaching, and discussion
patrick h. lauke #toryScum on Twitter
patrick h. lauke #toryScum on Twitter
if voiceover does it is another matter. just pointing out that it's not "almost any type" on all situations. or you need to qualify your statement as "in VoiceOver..." ;)— patrick h. lauke #toryScum (@patrick_h_lauke) September 16, 2018
·twitter.com·
patrick h. lauke #toryScum on Twitter
Using ARIA
Using ARIA
This document is a practical guide for developers on how to add accessibility information to HTML elements using the Accessible Rich Internet Applications specification [WAI-ARIA-1.1], which defines a way to make Web content and Web applications more accessible to people with disabilities. This document demonstrates how to use WAI-ARIA in [HTML51], which especially helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies.
·w3.org·
Using ARIA
Using the aria-label attribute - Accessibility | MDN
Using the aria-label attribute - Accessibility | MDN
The aria-label attribute is used to define a string that labels the current element. Use it in cases where a text label is not visible on the screen. If there is visible text labeling the element, use aria-labelledby instead.
·developer.mozilla.org·
Using the aria-label attribute - Accessibility | MDN