Bug 41780 - AX: when an element uses role="text" but no aria-label, it should default to textUnderElement()
Summary: AX: when an element uses role="text" but no aria-label, it should default to ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: chris fleizach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-07 11:28 PDT by chris fleizach
Modified: 2010-07-07 12:49 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.58 KB, patch)
2010-07-07 11:56 PDT, chris fleizach
bdakin: 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 2010-07-07 11:28:09 PDT
when an element uses role="text" but no aria-label, it should default to textUnderElement()
Comment 1 chris fleizach 2010-07-07 11:53:38 PDT
Also found a check in accessibilityIsIgnored that said a textarea or statictext element as defined by aria should be ignored if it has no text. That seems wrong because those elements might just have an empty text
Comment 2 chris fleizach 2010-07-07 11:56:44 PDT
Created attachment 60759 [details]
Patch
Comment 3 Beth Dakin 2010-07-07 12:41:31 PDT
Comment on attachment 60759 [details]
Patch

r=me!
Comment 4 chris fleizach 2010-07-07 12:49:01 PDT
http://trac.webkit.org/changeset/62691