Bug 25449 - AX: Respect the alt tag of ARIA button as AXDescription
Summary: AX: Respect the alt tag of ARIA button as AXDescription
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-28 10:23 PDT by chris fleizach
Modified: 2009-04-28 11:32 PDT (History)
0 users

See Also:


Attachments
patch for ARIA buttons that are images to also use alt tag (3.53 KB, patch)
2009-04-28 10:52 PDT, chris fleizach
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2009-04-28 10:23:24 PDT
If an image with <img> tag has an ARIA role of button, then its alt tag string should be exposed as the AXDescription.   Currently, WebKit ignores the alt tag value.
Comment 1 chris fleizach 2009-04-28 10:52:37 PDT
Created attachment 29853 [details]
patch for ARIA buttons that are images to also use alt tag
Comment 2 chris fleizach 2009-04-28 11:32:56 PDT
http://trac.webkit.org/changeset/42942