Bug 43001 - WebAccessibilityObject should expose the node and document.
Summary: WebAccessibilityObject should expose the node and document.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-26 14:27 PDT by Dominic Mazzoni
Modified: 2010-07-27 01:33 PDT (History)
1 user (show)

See Also:


Attachments
Implements proposed feature (3.23 KB, patch)
2010-07-26 14:51 PDT, Dominic Mazzoni
cfleizach: review-
cfleizach: commit-queue-
Details | Formatted Diff | Diff
Fixed previous patch to access node and document without needing a render object. (3.03 KB, patch)
2010-07-26 18:37 PDT, Dominic Mazzoni
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Mazzoni 2010-07-26 14:27:47 PDT
Windows screenreaders need properties about the HTML node and containing document in some accessibility objects.
Comment 1 Dominic Mazzoni 2010-07-26 14:51:36 PDT
Created attachment 62614 [details]
Implements proposed feature
Comment 2 chris fleizach 2010-07-26 16:42:01 PDT
Comment on attachment 62614 [details]
Implements proposed feature

WebKit/chromium/src/WebAccessibilityObject.cpp:427
 +  
you don't have to cast to a render object. node() exists on AccessibilityObject
Comment 3 Dominic Mazzoni 2010-07-26 18:37:40 PDT
Created attachment 62636 [details]
Fixed previous patch to access node and document without needing a render object.
Comment 4 chris fleizach 2010-07-27 00:01:11 PDT
Comment on attachment 62636 [details]
Fixed previous patch to access node and document without needing a render object.

r=me
Comment 5 WebKit Commit Bot 2010-07-27 01:33:53 PDT
Comment on attachment 62636 [details]
Fixed previous patch to access node and document without needing a render object.

Clearing flags on attachment: 62636

Committed r64113: <http://trac.webkit.org/changeset/64113>
Comment 6 WebKit Commit Bot 2010-07-27 01:33:59 PDT
All reviewed patches have been landed.  Closing bug.