Closed Bug 1355449 Opened 7 years ago Closed 7 years ago

Elements having aria-haspopup with a value other than false should expose that value as an object attribute

Categories

(Core :: Disability Access APIs, defect)

Unspecified
All
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1396626

People

(Reporter: jdiggs, Unassigned)

References

(Blocks 1 open bug)

Details

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

Expected results: the object attributes would contain 'haspopup':'dialog'
Actual results: the object attributes contains 'haspopup':'true'

See:
* 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
Sorry, discovered this bug after I had assigned the newer one filed by SteveF to myself and put up a patch for it. Therefore duping this one.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.