Bug 31702 - WAI-ARIA: add support for aria-owns
Summary: WAI-ARIA: add support for aria-owns
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: 2009-11-19 20:53 PST by chris fleizach
Modified: 2009-11-20 19:30 PST (History)
1 user (show)

See Also:


Attachments
patch (13.54 KB, patch)
2009-11-19 22:04 PST, chris fleizach
no flags Details | Formatted Diff | Diff
patch (13.53 KB, patch)
2009-11-19 22:12 PST, chris fleizach
bdakin: review+
cfleizach: commit-queue-
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-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