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

Question/Feature Request: Support Web Content Accessibility Guidelines (WCAG) #19

Open
theroch opened this issue Nov 8, 2022 · 1 comment
Labels
change request A request to change a part of the code was made in the issue description. help wanted

Comments

@theroch
Copy link

theroch commented Nov 8, 2022

Is there a way to support Web Content Accessibility Guidelines (WCAG) with this captcha?
WCAG documents explain how to make web content more accessible to people with disabilities.

Maybe it is possible to support screen readers?
What have to be modified in the code to support this?

Or is it possible to provide some audio streams as alternative to the images?
But how can the solution be entered in the formular?

Maybe someone else have a better idea to support WCAG?

@fabianwennink
Copy link
Owner

Hi @theroch! At the moment, IconCaptcha has no accessibility support built-in, and no alternative challenge is available for people with visual impairments. I am aware that this is not great and have looked into providing an alternative audio challenge for better accessibility - with no success yet. I'm not sure if/when an alternative challenge will be available, as my knowledge about audio files/steams is basically zero. Note that the next major release will provide better ARIA support, so that's at least a step in the right direction.

If anyone has an idea on how to implement said feature or has knowledge about working with audio files/streams in PHP, help/feedback would be appreciated.

@fabianwennink fabianwennink added help wanted change request A request to change a part of the code was made in the issue description. labels Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change request A request to change a part of the code was made in the issue description. help wanted
Projects
None yet
Development

No branches or pull requests

2 participants