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

Implement VoiceOver Accessibility Support #457

Closed
pauljadam opened this issue May 13, 2013 · 3 comments
Closed

Implement VoiceOver Accessibility Support #457

pauljadam opened this issue May 13, 2013 · 3 comments

Comments

@pauljadam
Copy link

Try the live demo and then run it with VoiceOver. You'll see that VO focus goes through all the hidden elements of the page when it should be constrained to only what is visible in the current slide.

@hakimel
Copy link
Owner

hakimel commented May 15, 2013

I have zero experience working with VoiceOver accessibility. Anyone else that could take a look at this?

@christianbundy
Copy link

@hakimel Basically what needs to happen is that all slides without the current focus need the hidden attribute applied to them, as referenced here.

@hakimel
Copy link
Owner

hakimel commented Jun 9, 2013

Okay, the hidden attribute should now be set for all inactive slides. This has been added to the dev branch and will make its way to master soon.

@hakimel hakimel closed this as completed Jun 9, 2013
enovajuan pushed a commit to enovajuan/reveal.js that referenced this issue Dec 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants