You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a (text) inputs data is validated to be in an error state (like depicted), the error message must be associated with the invalid input. Also, the input should be marked as invalid itself.
Connected to Audit 1, see #4300
1.2 General Overview when logged in, URL: https://ocis-a11y.owncloud.works/#/files/list
Issue
When a (text) inputs data is validated to be in an error state (like depicted), the error message must be associated with the invalid input. Also, the input should be marked as invalid itself.
Remediation
Instead of:
the Live DOM for inputs in an invalid state should be
Also, in case of an error, a live region (aria-live="assertive" or role=alert) should announce the error message.
Related BITV test step: 3.3.1a
The text was updated successfully, but these errors were encountered: