Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility device compatibility #3

Closed
glamrock opened this issue Nov 7, 2013 · 2 comments
Closed

Accessibility device compatibility #3

glamrock opened this issue Nov 7, 2013 · 2 comments

Comments

@glamrock
Copy link
Owner

glamrock commented Nov 7, 2013

I should make accessibility enhancements to make the Cupcake more usable for the visually impaired and people who use accessibility devices.

I could make this happen with ARIA markup. The most commonly used screen readers offer support for ARIA and some automatically select a speech/aural stylesheet if one is offered. (aural was offered for CSS2, speech is the variety used in CSS3. Backwards compatibility is in play, but given that Cupcake only exists for modern browsers, I'm just going for CSS3).

Cupcake is small enough that this would dictate the accessibility tree in a pretty straightforward way. Instead of listing current and possible statuses (as it does now), Cupcake will just list the current status and ways to resolve it, if necessary. This will be partly implemented as part of the UX overhaul.

References:

(note to self: JAWS 8 is the IE6 of screen readers)

@glamrock
Copy link
Owner Author

Next step: Cupcake should be tested with JAWS.

@glamrock
Copy link
Owner Author

Post-testing, this appears to be solved. Please re-open if you encounter issues in the wild.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant