Testing form field errors
Which of the form fields below has:
- An error message that is programmatically associated with the field? (via
aria-describedby
)
- A programmatically identified invalid state? (via
aria-invalid="true"
)
Example 1
Example 2
Example 3