GNOME Bugzilla – Bug 646139
Orca should present STATE_EXPANDABLE for non-tree items.
Last modified: 2018-02-08 12:56:14 UTC
Created attachment 184609 [details] [review] Patch to speaks expandable state in Gecko In html content is quite possible to have non-list and non-tree widgets with STATE_EXPANDABLE, basically if an element gets the aria-expanded property. The attached patch speaks the ExpandableState if the object has STATE_EXPANDABLE.
As I'd commented to Fer the day he posted the patch, we also need to address braille.
(In reply to comment #1) > As I'd commented to Fer the day he posted the patch, we also need to address > braille. oh, yeah, forgot about that, so how should that be addressed? I have no idea how this should work
So.... In addition to this needing to be done for braille, I'm finding use cases for needing to do it for other toolkits. So.... I'll take this one.