Closed
Bug 690190
Opened 14 years ago
Closed 10 months 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
()
RESOLVED
FIXED
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•14 years ago
|
||
related discussion: http://lists.w3.org/Archives/Public/wai-xtech/2012Mar/0166.html
Updated•3 years ago
|
Severity: normal → S3
Comment 2•10 months ago
|
||
This was fixed in bug 1137714.
You need to log in
before you can comment on or make changes to this bug.
Description
•