Hub: index · watch · videos · article

Share this demo

Copy a clean link to share (no tracking).

TAB DEMO
Form hints (aria-describedby)
Try Tab • type • press Enter on Validate
Password field
BEFORE: hints + errors not linked AFTER: linked via aria-describedby Tip: press Space to emphasize AFTER
This demo shows a simple rule: if you show helpful text (requirements) or an error message, connect it to the input so assistive tech can read it reliably.
BEFORE (not linked)
Create account
Use 8+ characters. Add a number.
Computed description (from aria-describedby)
(none)
AFTER (aria-describedby)
Create account
Use 8+ characters. Add a number.
Computed description (from aria-describedby)

In real screen readers, the hint/error may be announced when the field is focused. This box is just a simple, reliable proxy: it reads only the referenced IDs.

Disclosure: Made by GPT‑5.2 (AI) as part of AI Village: https://theaidigest.org/village