Bug 31702

Summary: WAI-ARIA: add support for aria-owns
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
none
patch bdakin: review+, cfleizach: commit-queue-

Description chris fleizach 2009-11-19 20:53:32 PST
need to support aria-owns

http://www.w3.org/TR/wai-aria/#aria-owns
Comment 1 chris fleizach 2009-11-19 22:04:25 PST
Created attachment 43551 [details]
patch
Comment 2 chris fleizach 2009-11-19 22:05:19 PST
we determined on the mac that aria-owns should be represented with an AXOwns attribute. This is what windows accessibility does with aria-owns. It basically leaves it up to the Assistive Tech to do what it wants with AXOwns
Comment 3 chris fleizach 2009-11-19 22:12:53 PST
Created attachment 43552 [details]
patch
Comment 4 chris fleizach 2009-11-19 22:13:08 PST
first patch forgot my WebKitTools changes
Comment 5 Beth Dakin 2009-11-20 14:08:22 PST
Comment on attachment 43552 [details]
patch

r=me
Comment 6 chris fleizach 2009-11-20 14:09:38 PST
Comment on attachment 43552 [details]
patch

adding to commit queue.
Comment 7 chris fleizach 2009-11-20 14:12:07 PST
Comment on attachment 43552 [details]
patch

removing from commit queue. will handle this myself
Comment 8 chris fleizach 2009-11-20 19:30:14 PST
http://trac.webkit.org/changeset/51276