GNOME Bugzilla – Bug 530783
Orca speaks an image map link's shape as part of the whereAmI info in FF3
Last modified: 2009-03-10 00:05:13 UTC
Steps to reproduce: 1. Find a web page with an image map. 2. Move focus to a link within that image map. 3. Perform a whereAmI. Expected results: We say the shape (e.g. "rect") as part of the whereAmI info. Actual results: We should provide better information, such as the fact that this is an image map link. It seems that: 1. The shape of an image map link is exposed through the object's accessible description. We made the decision to tack on all descriptions at the end of the whereAmI info. 2. The shape can be "rect", "poly", or "circle". I tried using a version of Firefox localized for Spanish and these strings were not localized.
Created attachment 113302 [details] [review] revision 1 First pass at this. A few samples I found: http://www.w3schools.com/tags/tag_map.asp http://www.bbc.co.uk/radio4/ http://en.wikipedia.org/wiki/Image_map Please test. Thanks!
This seems to work.
Thanks Mike! Pylinted, regression tested, committed. Moving to pending.