view the rest of the comments
Accessibility
!a11y@programming.dev is a community for discussing digital accessibility, sharing techniques and best practices, and talking about accessibility experiences; both good and bad.
Guidelines
- Please keep submissions on topic and try to share high quality content.
- Follow all instance-wide rules, which can be found on the sidebar here: programming.dev
- Don't be a jerk. Just because something you post doesn't explicitly break a rule does not entitle you to post whatever you want, and mods will remove any posts or comments we consider to have been made in bad faith.
- Don't editorialize titles. When sharing something, try to keep the title of whatever article you are sharing, unless it is clearly a clickbait title, and you wish to substitute a simple matter-of-fact title. Please do remove website and author names from the title.
What is Digital Accessibility?
Digital accessibility is the practice of removing barriers that prevent interaction with, or access to, digital systems by people with disabilities. This involves designing and developing websites, mobile applications, software, hardware, and other digital platforms in a way that they can be used by individuals with a range of abilities, including those with visual, auditory, physical, speech, cognitive, and neurological disabilities.
Digital accessibility not only benefits those with disabilities but also enhances the overall user experience, making digital content more usable and understandable for all. In many jurisdictions, it's a legal requirement under disability discrimination laws.
How does one improve digital accessibility in their products?
Key components of digital accessibility include accessible website design, multimedia with features like captions or transcripts, properly formatted digital documents, and accessible software and apps. It also extends to hardware design.
Other Accessibility Related communities:
Useful Resources
- Mozilla Developer Network Accessibility Reference
- UK Government's Guidance and tools for digital accessibility
Oh! That worked much better on mobile via requesting desktop.
The readability definitely improved when using the buttons. I still ran into my usual difficulty parsing l and I, but the dbpqg part was almost non existent. So I think you got the spacing down right. As weird as it may seem, the font of the regular version has enough difference between i and l that those show clearer for me than in the dyslexic assist version, though the other letters are better in the assist.
Looking at it on my laptop is solid. The only thing I might suggest is labelling buttons instead of mouseover, or increasing the size so that they're a bit more obvious as buttons for us old farts that need reading glasses lol.
The colorblind contrast setting actually improved readability of the text for me as well. There's something about the background that ever so slightly distorts the lettering, though I have no clue why that is.
But, on the laptop, the letter readability was roughly the same, with the difference in screen quality making way more of a difference than anything about the fonts or spacing
Honestly, It's way better readability on either device (tablet and latop) than most sites.
It's fucking brilliant to see someone putting in the time to work on this :)