Closed
Bug 650194
Opened 15 years ago
Closed 6 months ago
consider allowing aria to effect determination of checked state when getting action name
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: tbsaunde, Unassigned)
References
(Blocks 1 open bug)
Details
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0a1) Gecko/20110413 Firefox/6.0a1
Build Identifier:
spin off from bug 649604 comment 12. basically should GetActionName() use State() instead of NativeState() to determine if the accessible is checked.
Reproducible: Always
Comment 1•9 years ago
|
||
I wonder what other browsers do here...
Updated•3 years ago
|
Severity: normal → S3
Comment 2•6 months ago
|
||
This appears to be fixed:
data:text/html,<div role="checkbox" aria-checked="true">hi
ActionNameAt(0) returns "uncheck".
Status: NEW → RESOLVED
Closed: 6 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•