Re: Honeypots - copy and code

> Other text we've come across in looking at Honeypot CAPTCHA would say
> something like: "This field is for robots. Please leave it blank."

I have also done something similar but added a form section and hid
that entire section. In that section, I would add a
basic challenge question like What is three + three, so if there was
an issue with CSS and the form element was visible,
users would still understand the purpose of the element and be able to
complete the form. In the backend, we just checked
for blank or the correct answer. I guess what's important in this case
isn't that in the event of some error, a sighted user would
still understand the purpose of that element since an aria-label
wouldn't be helpful in that situation.

Received on Friday, 7 June 2019 16:33:12 UTC