Open Bug 690190 Opened 13 years ago Updated 2 years ago

Use first token that is non-abstract WAI-ARIA role as accessible role

Categories

(Core :: Disability Access APIs, defect)

defect

Tracking

()

People

(Reporter: surkov, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: access)

spec: For the standard role mechanism of the accessibility API, the user agent MUST use the first token in the sequence of tokens in the role attribute value which matches, on comparison, the name of any non-abstract WAI-ARIA role. example: role="main button", main role is landmark and isn't not presented in nsARIAMap that makes us to ignore it. We need to run through the spec and find all non-abstract roles that aren't presented in our ARIA map and put them there.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.