
Why use Able Player instead of video
? - Joe Dolson Web Accessibility https://www.joedolson.com/2025/07/why-use-able-player-instead-of-video/ #video #webdev #a11y #accessibility #html #webdevelopment
Why use Able Player instead of video
? - Joe Dolson Web Accessibility https://www.joedolson.com/2025/07/why-use-able-player-instead-of-video/ #video #webdev #a11y #accessibility #html #webdevelopment
One-time code forms are often split-up into multiple inputs, one per digit. From a UX perspective, what's the benefit of doing that? Why not just use one input?
For example: https://www.chakra-ui.com/docs/components/pin-input
A lot of banks and financial institutions use this pattern,but also scramble things up.
For example, they'll ask for digits 4, 1 and 3 from a PIN, plus characters 2, 8 and 13 from your password.
In my opinion this fails WCAG SC 3.3.8 https://www.w3.org/TR/WCAG22/#accessible-authentication-minimum but I'm not aware of anyone having challenged it.
Wow! You know that #Web#Tech is getting really good when you are able to replace significant amounts of #JavaScript with a few lines of #HTML and #CSS. Best part is the fact that you get #a11y out of the box with native widgets 🙌
A few examples: <dialog closedby="any">
, stylable <select>
and even HTML autocomplete/typeahead using the <datalist>
.
Wow! You know that #Web#Tech is getting really good when you are able to replace significant amounts of #JavaScript with a few lines of #HTML and #CSS. Best part is the fact that you get #a11y out of the box with native widgets 🙌
A few examples: <dialog closedby="any">
, stylable <select>
and even HTML autocomplete/typeahead using the <datalist>
.
Doc aliases are such an underrated feature in #Rust docs! Please use it. 🙏
Doc aliases:
https://blog.rust-lang.org/2020/11/19/Rust-1.48/#adding-search-aliases
Example:
https://github.com/smol-rs/async-io/pull/242
cc @imperio
I wrote a thing about text alternatives.
It’s about more than alt text.
I hope it helps some folks.
https://design.scotentblog.co.uk/providing-text-alternatives-for-non-text-content/
Doc aliases are such an underrated feature in #Rust docs! Please use it. 🙏
Doc aliases:
https://blog.rust-lang.org/2020/11/19/Rust-1.48/#adding-search-aliases
Example:
https://github.com/smol-rs/async-io/pull/242
cc @imperio
My eyes are so itchy and watery (presumably due to seasonal allergies) that I haven't been able to get much work done in the past few days. I'm writing this toot with my eyes closed most of the time. 😑
Dear #accessibility hivemind, is there an easy way to have #Orca working with a natural-sounding text-to-speech voice, that is not eSpeak, but rather something like #MyCroft's Mimic3 ?
What's the state of the art for screenreader TTS voices on #Linux and how do I get it in #Fedora?
Another day, another 'Practical Accessibility' course student requests a certificate of completion for the course and shares wonderful feedback about their experience with the course. 🫶🏻
Marek is a Senior Product Designer at HolidayCheck.
🔗 Get the course: practical-accessibility.today
Another day, another 'Practical Accessibility' course student requests a certificate of completion for the course and shares wonderful feedback about their experience with the course. 🫶🏻
Marek is a Senior Product Designer at HolidayCheck.
🔗 Get the course: practical-accessibility.today
A button with a verb label (e.g. "Follow") that, after the button was pressed, changes to an adjective describing the status (e.g. "Following"), rather than being explicit about the action it'll perform when pressed again (e.g. "Unfollow").
Do you find this problematic in practice?
A button with a verb label (e.g. "Follow") that, after the button was pressed, changes to an adjective describing the status (e.g. "Following"), rather than being explicit about the action it'll perform when pressed again (e.g. "Unfollow").
Do you find this problematic in practice?
Digital accessibility job for the state of CA
https://calcareers.ca.gov/CalHrPublic/Jobs/JobPosting.aspx?JobControlId=488564
Digital accessibility job for the state of CA
https://calcareers.ca.gov/CalHrPublic/Jobs/JobPosting.aspx?JobControlId=488564
Does anyone have recommendations for good resources for learning how to make accessible websites? Thanks in advance.
New on the blog:
“CSS-only scrollspy effect using scroll-marker-group and :target-current”
https://www.sarasoueidan.com/blog/css-scrollspy/
—
A short post about the new #CSS scroll-target-group property, how to use it with :target-current, and important #accessibility considerations to keep in mind. #a11y
A space for Bonfire maintainers and contributors to communicate