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

Inaccessible #92

Closed
yatil opened this issue Nov 28, 2013 · 3 comments
Closed

Inaccessible #92

yatil opened this issue Nov 28, 2013 · 3 comments

Comments

@yatil
Copy link

yatil commented Nov 28, 2013

This plugin is inaccessible to screen reader users as every letter is read out on its own. This happens because there are spans around each letter. Possible solution: Use aria-hidden to hide those spans for screen readers, while duplicating the text in the respective element and moving it out of the viewport so this duplicated text can be picked up by screen readers.

@davatron5000
Copy link
Owner

This is actually due to a known issue over on davatron5000/Lettering.js#38, not a problem with FitText. Will leave this open until the title on the marketing page is fixed however.

@davatron5000
Copy link
Owner

This has been fixed in the Lettering.js repo and the gh-pages for the FitText website has been updated (b10ee57) as well. Thanks so much for filing and issue and keeping us accountable.

@yatil
Copy link
Author

yatil commented Nov 25, 2014

Awesome! Thank you.

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

2 participants