Closed Bug 1732025 Opened 3 years ago Closed 6 months ago

aria-errormessage should not be exposed when aria-invalid is false

Categories

(Core :: Disability Access APIs, defect)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1375290

People

(Reporter: jdiggs, Unassigned)

References

(Blocks 1 open bug)

Details

Steps to reproduce:

  1. Load: data:text/html, <div role='group' id='test' aria-errormessage='error' aria-invalid='false'>content</div><div id='error'>hello world</div>
  2. Examine the accessible relationships for ATK or IA2 using a platform accessibility inspector (e.g. Accerciser)

Expected results: There would be no error-for/error-message relationships between the two divs
Actual results: There are error-for/error-message relationships between the two divs.

According to the ARIA spec:

User agents MUST NOT expose aria-errormessage for an object with an aria-invalid value of false.

[Removed unintentional comment.]

Blocks: aria

The severity field is not set for this bug.
:Jamie, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(jteh)
Severity: -- → S3
Flags: needinfo?(jteh)
Status: NEW → RESOLVED
Closed: 6 months ago
Duplicate of bug: 1375290
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.