Details
Priority
MajorAffects versions
Components
Assignee
UnassignedUnassignedReporter
Matthew JonesMatthew Jones
Details
Details
Priority
Affects versions
Components
Assignee
Unassigned
UnassignedReporter
Matthew Jones
Matthew JonesCreated April 19, 2018 at 7:36 AM
Updated September 16, 2024 at 11:38 PM
[New] - 3/13/2018[Issue]When submitting the form with errors, even if a message is displayed at the beginning of the form, the fields in error are not indicated.[User Impact]Users may miss the fact that there are errors.[Code]HTML:
...[Expected behavior]Developers should ;- provide an aria-invalid state to the field in error,- indicate the error message into the label,- indicate the field is required,- link the label to the field with for and id.[Compliant code]HTML:
...