A few months ago, I wrote about solving an issue with VoiceOver and list-style-type: none;. The response that I got was surprising, for a few different reasons.
![Should developers work around assistive technology bugs?](https://unfetteredthoughts.net/wordpress/wp-content/uploads/2018/01/should-developers-fix-accessibility-bugs-840x440.jpg)
A few months ago, I wrote about solving an issue with VoiceOver and list-style-type: none;. The response that I got was surprising, for a few different reasons.
With that bit of additional CSS, we are able to return the list semantics for VoiceOver users without needing to touch the markup.
UPDATE June 2018 – I would like to assume that, based on this post/ conversation, Google has updated the checkbox …
UPDATE: A more recent version of this article was posted on CSS-Tricks: How to Disable Links. The topic of disabling …
Back in July, the fine folks at ForwardJS allowed me to give an “Intro to Web Accessibility” workshop. The workshop …
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius — and a lot of courage to move in the opposite direction.
Being two former co-founders of well-known browsers and releasing brand new ones that cater specifically to user needs are not the only things in common. Unfortunately, these browser are also not…
I’ve had the great fortune of being able to stand on the shoulders of giants, whom have allowed me to reach such great heights.
Nobody ever explained to me why/ how this actually made a form accessible, but understanding why makes this even more important to get right. The answer lies in how screen readers handle interaction via keyboard.