DE:
Weiß jemand, wie sich das mit Captchas und Screenreadern verträgt? Worauf muss ich da achten?
EN:
Is there someone that knows about the usability of Captchas in combination with a screenreader?
#Programming #Captcha #Screenreader #Usability #Accessability #barrierefreiheit
@luc If you have some visual captcha, screen readers can't read it out - that's the point of captchas (not machine-readable), and is obviously not accessible at all.
If you have different captcha methods, you basically have to check if it's possible to trigger the buttons with keyboard and screen reader.
We are currently looking into non-visual captchas like https://mcaptcha.org/ or something different.
@luc As far as I know, a big zero.
Re: Captchas & screenreaders
@luc No, I don't know, but I heard that @codeberg is currently trying hard to solve accessibility-related issues of their captcha in the platform they use, @gitea It might be worth to check them out :)