[Webkit-unassigned] [Bug 23780] Populate title attribute for Image elements properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 4 09:07:22 PDT 2009


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





------- Comment #13 from cfleizach at apple.com  2009-05-04 09:07 PDT -------
this patch is not needed. the alt tag for an image is returned in
::accessibilityDescription

if this patch is implemented, screen readers like VoiceOver will speak the alt
tag twice because it will appear in the AXTitle and the AXDescription

the code on windows, (assuming it does not have an AXDescription type field
that can be queried independently), should query first the title, and if it
finds nothing, then query the description.


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



More information about the webkit-unassigned mailing list