Ben Stolovitz

Results 25 issues of Ben Stolovitz

Singletons

feature

Let me start by saying that modal dialogs are *the worst* to implement properly on the web. In fact, some screen readers *never* handle them properly, *no matter what*. My...

# Repro # Use a screenreader to play the game: 1. Start the game; start VoiceOver or Narrator 2. Navigate to an action button (tab works) 3. Press it with...

If you add an `aria-label` to the buttons (which should be buttons within a list, rather than a list item that's a button), screen reader users will understand what the...

If you add `role="main"` to your `#book-wrapper` div, screenreader users can quickly get to the main content from the "status" bar.

This is similar to #2. # Repro The choice buttons cannot be accessed with keyboard 😞! # Potential mitigations Buttons should *really* be ``s. If they can't be, tagging them...

# Repro # I cannot start Insignificant Little Vermin with the keyboard! The green "START" button does not accept keyboard focus, so I cannot tab to it. When I press...