-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input, Input Message - Provide a clear indication of fields in error for information that is submitted - (2036569949) #7792
Comments
Seems like we can address this as part of the form validation epic we have. I would say this isn't valid since we haven't tacked that effort yet. |
Blocking the above issue until the efforts from #4598 are incorporated in across |
We have noticed this bug on ArcGIS Mission Manager as well and have had this flagged by an a11y audit. If this could be included/completed that would be great. We release with Enterprise, so our team has asked that if this could be completed by at least end-of-August that would be preferable. Specifically,
|
@tyanthony Thanks for re-pinging this issue, we're winding down the efforts of our form validation effort mentioned above, and this still seems to be a valid bug. Will look at addressing in a future milestone in the next few weeks: Current unsupported example with Future implementation note:
For instance:
|
I don't think we need to do anything to |
Installed and assigned for verification. |
Verified with JAWS and NVDA on Windows in |
Violation:
Provide a clear indication of fields in error for information that is submitted
WCAG Reference:
Severity:
6
Media Type:
Forms
Areas for Remediation:
Title: Input, Input Message - Provide a clear indication of fields in error for information that is submitted - (2036569949)
Module: Input, Input Message
Issue
There are errors/ informative messages that do not clearly describe the messages. Examples include:
Success message
warning message
error message
User Impact
Screen reader users and users with cognitive disabilities will have difficulty determining that these messages are errors instead of general instructions on how to fill the fields. They will also have difficulty determining which error corresponds to which field.
Code Reference
Suggestion
Provide a clear indication of fields in error for information that is submitted. Include the name of the field in the error message. In case of any informative message, the message should be clear enough.
Compliant Code Example
Additional Resources:
The text was updated successfully, but these errors were encountered: