Screenreader

119 bookmarks
Custom sorting
Screen Reader Compatibility: Ensuring Your Site Works for All Users - AFixt
Screen Reader Compatibility: Ensuring Your Site Works for All Users - AFixt
When was the last time you navigated a website without using your eyes? For millions of people who are blind, have low vision, or experience other disabilities, screen readers provide access to digital content by converting text into speech or braille. Ensuring that your website is fully compatible with screen readers isn’t just a nice-to-have—it’s […]
·afixt.com·
Screen Reader Compatibility: Ensuring Your Site Works for All Users - AFixt
Screen reader HTML support tables - TetraLogical
Screen reader HTML support tables - TetraLogical
With the addition of Gez Lemon to the editing team, work continues on expanding and improving the HTML and screen reader support information.
·tetralogical.com·
Screen reader HTML support tables - TetraLogical
Relevant combinations of screen readers and browsers
Relevant combinations of screen readers and browsers
To reach as many users as possible, it's a pragmatic approach to support the most widely used combinations of browsers and screen readers. Here you learn, which those are. Other requirements may only apply in closed environments that are only open to a specific, deterministic group of users.
·accessibility-developer-guide.com·
Relevant combinations of screen readers and browsers
Complete guide to Narrator - Microsoft Support
Complete guide to Narrator - Microsoft Support
Learn how to use Narrator, a screen-reading app built into Windows, with this complete guide and how-to articles.
·support.microsoft.com·
Complete guide to Narrator - Microsoft Support
Which VoiceOver?
Which VoiceOver?
You may have seen this as a thread on Mastodon (my primary social short-form platform) or on BlueSky. Imagine these as the opening to a series of conversations between a vendor or client or boss or PO or whomever and me. Variations on Real Life Conversations “We like the way…
·adrianroselli.com·
Which VoiceOver?
Stop Giving Control Hints to Screen Readers | Adrian Roselli
Stop Giving Control Hints to Screen Readers | Adrian Roselli
TL;DR: for standard HTML controls and standard ARIA patterns (widgets), you do not need to add instructions for screen readers on how to use them nor what they are. When a screen reader encounters an element on the page that invites interaction beyond reading, it typically provides users with instructions…
·adrianroselli.com·
Stop Giving Control Hints to Screen Readers | Adrian Roselli
Hijacking Screenreaders with CSS
Hijacking Screenreaders with CSS
Make screenreaders insert extra content, change pronunciations, or forget an element’s semantics altogether – with just a few lines of everyday CSS! Presented at axe-con 2023.
·benmyers.dev·
Hijacking Screenreaders with CSS
Blockquotes in Screen Readers
Blockquotes in Screen Readers
TL;DR: This post does not assert the correct way to code blockquotes, it will only demonstrate how screen readers announce some existing patterns. Test Details The first four examples are lifted from WHATWG HTML’s blockquote entry. The next three are from W3C HTML’s 2019 blockquote guidance (the W3C HTML spec…
·adrianroselli.com·
Blockquotes in Screen Readers