A11y

A11y

1013 bookmarks
Newest
GOV.UK Focus Styles - Accessibility Wins, curated by Marcy Sutton
GOV.UK Focus Styles - Accessibility Wins, curated by Marcy Sutton
The award for most-visible focus styles goes to GOV.UK. The bright orange background color provides better-than-average contrast against the default background and text colors. It’s very consistent across the UI: clicking in an input field sets a visible border in the same color, well executed because there is no shift in layout (CSS outline for the win!).
·a11ywins.tumblr.com·
GOV.UK Focus Styles - Accessibility Wins, curated by Marcy Sutton
What is the Accessibility Tree? - html5 Video Tutorial #free @eggheadio
What is the Accessibility Tree? - html5 Video Tutorial #free @eggheadio
Coding for accessibility? You should get familiar with the accessibility tree, a structure produced by platform Accessibility APIs running parallel to the DOM, which exposes accessibility information to assistive technologies such as screen readers. There are multiple tools for visualizing this tree; in this lesson we'll look at Chrome and Microsoft Edge. For more on Accessibility APIs, refer to this amazing article by Leonie Watson. For a how-to on setting up the Chrome Accessibility Inspector, visit bit.ly/chrome-a11y.
·egghead.io·
What is the Accessibility Tree? - html5 Video Tutorial #free @eggheadio
Getting Started with VoiceOver & Accessibility - a11y, accessibility, ARIA,
Getting Started with VoiceOver & Accessibility - a11y, accessibility, ARIA,
If you are a web developer working on a Mac, you can become a hero for thousands of people out there by assuring that anything you create for the web can be read properly by a screen reader. This blog post is going to teach you how to access and wield this super power that is built into the OS you use everyday.
·bocoup.com·
Getting Started with VoiceOver & Accessibility - a11y, accessibility, ARIA,
How to Design for Color Blindness
How to Design for Color Blindness
Color blindness or color vision deficiency (CVD) affects around 1 in 12 men and 1 in 200 women worldwide. This means that for every 100…
·medium.theuxblog.com·
How to Design for Color Blindness
Avoid Default Browser Focus Styles | Adrian Roselli
Avoid Default Browser Focus Styles | Adrian Roselli
It is not uncommon to see developers and designers forego creating focus styles for controls on web sites and applications. For those who are aware of the need for the focus styles, the most common reason I hear for excluding them is that the browser provides focus styles by default…
·adrianroselli.com·
Avoid Default Browser Focus Styles | Adrian Roselli
Listening to the web, part two: it's all semantics » Simply Accessible
Listening to the web, part two: it's all semantics » Simply Accessible
Building upon our accessibility mindset, in this part of Scott Vinkle’s three-part series we journey into the land of accessible code. We cover the basics of writing semantic HTML, and we explore why native HTML elements are so effective in creating highly user-friendly websites.
·simplyaccessible.com·
Listening to the web, part two: it's all semantics » Simply Accessible
Accessible contrast with Less and Sass · MadebyMike
Accessible contrast with Less and Sass · MadebyMike
Contrast is a critical factor in web design, it’s important to get right because it has a strong influence on the visual aesthetic, but it’s especially important for readability and accessibility of text on the page. It’s not a revolutionary idea to suggest that we use Less or Sass to help choose an appropriate text color for a particular background. There are plenty of examples of this, but what is the best way?
·madebymike.com.au·
Accessible contrast with Less and Sass · MadebyMike
Alternative Text and Images
Alternative Text and Images
The most accessible format for any content on the web is plain text. Plain text is incredibly malleable, it can be altered in ways to cater to almost any disability. For users with no visual difficulties, they can simply read the text. If a user has visual impairments, the text
·bitsofco.de·
Alternative Text and Images