Cursorless is alien magic from the future - Xe Iaso
Cursorless - Visual Studio Marketplace
Extension for Visual Studio Code - Structural voice coding at the speed of thought
Understanding Accessibility
Don't disable buttons
One of the most common accessibility issues I find (and fix) on client projects is dynamically disabled form buttons when a form is being submitted.
Today I want to talk about why developers do it, why it’s bad, and what you can do instead. Let’s dig in!
Why developers disable buttons Typically, I see the pattern used to prevent a form from being submitted a second time while waiting for the form is processed.
Answers to common (web) accessibility questions
Common questions I hear about web accesssibility with short, low on nuance answers.
Conducting Mobile Accessibility Research with Screen-Reader Users
Use word of mouth to recruit research participants who rely on screen readers. Conduct the study in person to help participants feel comfortable, and plan to record the screen-reader output.
How To Make A Strong Case For Accessibility — Smart Interface Design Patterns
With things to keep in mind, strategies and practical techniques to convince stakeholders to support and promote accessibility efforts.
How to write accessible descriptions for interactive charts – Highcharts Blog | Highcharts
Practical guidance and tips for writing rich, accessibility friendly descriptions for charts
Addressing Accessibility Concerns With Using Fluid Type — Smashing Magazine
The CSS `clamp()` function is often paired with viewport units for “fluid” font sizing that scales the text up and down at different viewport sizes. As common as this technique is, several voices warn that it opens up situations where text can fail WCAG Success Criterion 1.4.4, which specifies that text should scale up to at least 200% when the user’s browser reaches its 500% maximum zoom level. Max Barvian takes a deep look at the issue and offers ideas to help address it.
A11Y Style Guide
Style guide and pattern library promoting accessible components and WCAG compliance criteria
So you’ve been publicly accessibility-shamed
The personal blog of Dave Rupert, web developer and podcaster from Austin, TX.
Home - The A11Y Project
The A11Y Project is a community-driven effort to make digital accessibility easier.
3 ways we work to make Google Play more accessible
For National Disability Employment Awareness Month, here’s a look at Googlers and the accessibility apps and features they work on for Google Play.
CSS prefers-reduced-transparency - Chrome for Developers
Optimize and adjust for users who prefer an opaque UI.
Color contrast accessibility tools with examples - Pope Tech Blog
How to use color contrast tools with examples.
Designing services for people who need help with numbers
Low numeracy affects half of adults in the UK. Many live with the limitations of not understanding numbers and the impact that has on everyday life.
WCAG 2.2: What changes and how does it impact users? | Fable
Kate Kalcevich documents the major changes of WCAG 2.2 and Samuel Proulx provides an assistive technology user perspective.
Understanding WCAG 2.2 - Service Manual - GOV.UK
Using the WCAG 2.2 design principles and guidelines to build accessible services.
Demystifying WCAG 2.2
Let's break down the new accessibility guidelines!
New Ideas and Unique Solutions from Figma on Accessibility
This article is based on a talk David Winslow, software engineer at Figma, gave at A11yNYC. For those who aren’t familiar with it, Figma is a tool that allows people to share and collaborate …
Real AI Solutions for Accessibility Challenges
This article is based on a talk Kevin Berg, VP of solution engineering at Evinced, gave at A11yNYC . Artificial intelligence (AI) can help solve the digital accessibility problem. In fact, GitHub d…
Misconceptions can kill accessibility momentum · Eric Eggert
Reflecting on accessibility misconceptions and how new standards and technologies can add to them.
What's new in WCAG 2.2?
WCAG 2.2 has officially reached “Candidate recommendation” status, meaning it is pretty close to becoming an official standard. What's new?
Accessible, Typesafe, Progressively Enhanced Modern Web Forms
Learn how to use modern tools that offer the best user and developer experience for web forms.
The Accessibility Tree
Introduction to the Accessibility Tree
ARIA, the good parts by Hidde de Vries
The first rule of ARIA suggests it is better avoided if there is an HTML equivalent. Yet sometimes, the right use of ARIA can improve your UI better for end users. In this talk, we’ll look at practical examples of effective ARIA usage and how they work in assistive technologies. Find out more about the patterns that have broad support and which ones to avoid. Let’s look at ARIA, the good parts!
Equivalent Experiences: Thinking Equivalently — Smashing Magazine
Constructing an equivalent experience may mean changing the way you think about development and design, and potentially reevaluating your existing work. In this article, we’ll address common accessibility issues, and how to best go about improving them so everyone can effortlessly access your content.
Equivalent Experiences: What Are They? — Smashing Magazine
An equivalent experience is one that has been deliberately conceived of and built to be able to be used by the widest possible range of people. To create an equivalent experience, you must understand all the different ways people interact with technology.
Accessibility Myths
A small project debunking common accessibility myths.
🌳 How To Make A Strong Case For Accessibility