Windows screenreaders need properties about the HTML node and containing document in some accessibility objects.
Created attachment 62614 [details] Implements proposed feature
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
Created attachment 62636 [details] Fixed previous patch to access node and document without needing a render object.
Comment on attachment 62636 [details] Fixed previous patch to access node and document without needing a render object. r=me
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>
All reviewed patches have been landed. Closing bug.