This ticket handles the accessibility issues that are not mandated by WCAG.
Case Overview
[ ] When a case is unassigned, the Assigned Staff List field gets in a state where an unordered list has a direct child that is a span, which threw an error in Axe DevTools.
Court Docket View
[ ] Change Document Number field to simple text entry, and use real-time validation to inform the user that only numbers are acceptable. [input="number"] should generally be avoided, because it poses accessibility issues in terms of informing the user that certain inputs are valid or not.
[ ] When there is a blank docket entry number (e.g. two entries on the same day), Axe DevTools throws an error, stating that a div has an aria-label attribute, but no valid role attribute.
This ticket handles the accessibility issues that are not mandated by WCAG.
Case Overview
Court Docket View