Error identification (error-id)

The specific item that caused the error is visually highlighted (e.g., border, background, or icon) and programmatically identified (aria-invalid), with a clear text description.


Invalid aria-invalid value

Required fields are marked with aria-invalid, but the value used is yes, which is not allowed. This breaks programmatic error identification.


Form submission failed. Please correct the highlighted fields.

Note: Possible to automatically test. Automated tools can verify that aria-invalid uses an allowed value ("true", "false", "spelling", "grammar") and flag any other value.

axe detected: 4.1.2  |  QualWeb detected: 4.1.2