Closed Bug 1355447 Opened 7 years ago Closed 7 years ago

Elements having aria-haspopup with a value other than false should expose ATK_STATE_HAS_POPUP

Categories

(Core :: Disability Access APIs, defect)

Unspecified
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla56
Tracking Status
firefox56 --- fixed

People

(Reporter: jdiggs, Assigned: jdiggs)

Details

Attachments

(1 file)

Steps to reproduce:
1. Load data:text/html,<div role="button" aria-haspopup="true">foo</div>
2. Use Accerciser to examine the state set

Expected results: STATE_HAS_POPUP would be present.
Actual results: STATE_HAS_POPUP is absent.

See:
* https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaHaspopupTrue

And added to ARIA 1.1:
* https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaHaspopupDialog
* https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaHaspopupListbox
* https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaHaspopupMenu
* https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaHaspopupTree
Component: CSS Parsing and Computation → Disability Access APIs
Attached patch proposed patchSplinter Review
Attachment #8880351 - Flags: review?(surkov.alexander)
Attachment #8880351 - Flags: review?(surkov.alexander) → review+
Assignee: nobody → jdiggs
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/760f27081dfb
Map non-false values of aria-haspopup to ATK_STATE_HAS_POPUP. r=surkov
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/760f27081dfb
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: