Indicating required fields (mandatory-fields)

Required fields are clearly marked (e.g., with an asterisk) and the instruction should be provided to explain that the field is mandatory (e.g., “*Required”).


Missing programmatic indication for CSS/star-required styling:

This form visually indicates required fields using a red border and an asterisk (via CSS and data-required) but does not provide any programmatic indicator (required or aria-required="true") on the associated controls.



Please send an alert when balance exceeds $3,000.



Note: Impossible to auto-test. Requires a human tester or AI to verify that visually indicated “required” fields (e.g., red border or star) also have a programmatic indicator (required or aria-required="true") on the associated control or radiogroup.


axe detected: none  |  QualWeb detected: none