Test: aria-errormessage attribute with aria-invalid="true" (NVDA/Chrome)
Expectation: aria-errormessage attribute: MUST convey that the referenced error message is pertinent - applied to the input[type="text"] element
| Property | Value |
|---|---|
| Support | yes |
| AT Name | NVDA |
| AT Version | 2024.4.2 |
| Browser Name | Chrome |
| Browser Version | 137 |
| OS version | Windows 11 version 24h2 |
| Date | 2025-05-23 |
| Notes |
Commands and Output
These are specific commands used to access the target element in the test, along with the resulting output.
| Command | Result | Output | Notes |
|---|---|---|---|
| next_item (down arrow) | pass | "Input with aria-invalid="true", edit, invalid entry, example error text" | |
| next_focusable_item (Tab) | pass | "Input with aria-invalid="true", edit, invalid entry, example error text, blank" |