[Webkit-unassigned] [Bug 25524] [Gtk] Expose the title attribute to assistive technologies

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 27 23:12:41 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25524





--- Comment #25 from chris fleizach <cfleizach at apple.com>  2009-10-27 23:12:40 PDT ---
>From what I gather, it seems that gtk is not matching the correct data to the
right interface.

I think all the pieces are in place already, however and this problem can be
fixed on the platform side

String AccessibilityRenderObject::title()

will return titleAttr first if that exists (for all elements)

accessibilityDescription 

will return the altAttr for the image

Right now, the Mac side relies on the fact that axDescription will give us the
alt and title will give us the title for the images (which is why the tests are
failing)

i think gtk can do the same. First recognize that you're dealing with an image
(roleValue==ImageRole), then return the right piece of data

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list