I upgraded my Notion Accessibility Tracker to support the new WCAG 2.2 success criteria. If you bought it already, you get all that from the same template location.
I upgraded my Notion Accessibility Tracker to support the new WCAG 2.2 success criteria. If you bought it already, you get all that from the same template location.
Web Content Accessibility Guidelines (WCAG) 2.2 covers a wide range of recommendations for making web content more accessible. Following these guidelines will make content more accessible to a wider range of people with disabilities, including accommodations for blindness and low vision, deafness and hearing loss, limited movement, speech disabilities, photosensitivity, and combinations of these, and some accommodation for learning disabilities and cognitive limitations; but will not address every user need for people with these disabilities. These guidelines address accessibility of web content on any kind of device (including desktops, laptops, kiosks, and mobile devices). Following these guidelines will also often make web content more usable to users in general.
@heydon Just thinking about the problem as a front-end engineer.
I might not be grasping the solution correctly, but I don't understand how you'd hide the form from the user in a way that a nefarious bot wouldn't be able to pick up on as well.
@vicgolding @heydon Oh I like simplicity. It's the simplicity of the workaround that seems problematic.
It would in theory mean bots would just change the selector from `form` to `form[aria-hidden="true"]`.
For small websites it would probably work because lack of accessibility is unfortunately a good bot control strategy. 🙃
At the MassiveBigCo I work for, attackers would probably figure it out pretty quickly. But we're also probably not the target audience for recommendations like this.