Bug 41780

Summary: AX: when an element uses role="text" but no aria-label, it should default to textUnderElement()
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch bdakin: review+

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