Bug 17: Text Input — Help Text
WCAG 1.3.1 (Info and Relationships), 3.3.2 (Labels or Instructions) | Help text not associated with input field.
Bug: Help Text Not Linked
Must be 3-20 characters, alphanumeric only
Bug: Help Text Below Input
At least 8 characters, include uppercase, number, and symbol
Bug: Multiple Help Texts
Enter a valid email (example@domain.com)
We won't share your email
How HAL Fixes This: HAL detects help text and injects aria-describedby on the input, pointing to the help text element with a unique ID. This ensures screen readers announce the help text when the field is focused.