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)
Core
Disability Access APIs
Tracking
()
NEW
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.
Reporter | ||
Comment 1•13 years ago
|
||
related discussion: http://lists.w3.org/Archives/Public/wai-xtech/2012Mar/0166.html
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•