Closed
Bug 1355921
Opened 8 years ago
Closed 7 years ago
Elements with a defined, non-false value for aria-current should expose ATK_STATE_ACTIVE
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: jdiggs, Assigned: jdiggs)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
10.59 KB,
patch
|
MarcoZ
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Load data:text/html,<div role="link" aria-current="page">1</div>
2. Use Accerciser to examine the element
Expected results: the element would be exposed with STATE_ACTIVE
Actual results: the element is not exposed with STATE_ACTIVE
https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaCurrent
Assignee | ||
Comment 1•8 years ago
|
||
Hopefully it goes without saying, but just in case: In addition to exposing STATE_ACTIVE, when the value of aria-current changes from non-false to false or from false to non-false, an object:state-changed:active event should also be fired.
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
(This version fixes a nit in the previous version's alphabetizing of states. Sorry for the noise!)
Attachment #8883124 -
Attachment is obsolete: true
Attachment #8883124 -
Flags: review?(mzehe)
Attachment #8883136 -
Flags: review?(mzehe)
Comment 4•7 years ago
|
||
Comment on attachment 8883136 [details] [diff] [review]
proposed patch
r=me.
Attachment #8883136 -
Flags: review?(mzehe) → review+
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4bc42c671bd2
Elements with a defined, non-false value for aria-current should expose ATK_STATE_ACTIVE. r=marcoz
Keywords: checkin-needed
Comment 6•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•