Summary: | AX: need a way to retrieve the language for an element | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | chris fleizach <cfleizach> | ||||
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Mac | ||||||
OS: | OS X 10.5 | ||||||
Attachments: |
|
Description
chris fleizach
2009-06-23 18:49:51 PDT
Created attachment 31799 [details]
patch
Comment on attachment 31799 [details]
patch
r=me
It would be great if AX tests could start using the js-test-* style result reporting as they make for much readable test out in browser, report failures nicer, and have a number of functions for testing certain kinds of equality.
Comment on attachment 31799 [details] patch > + JSRetainPtr<JSStringRef> language(Adopt, toAXElement(thisObject)->language()); Is this adopt really correct? i think so. it works, and i copied it from the description() method above fixing windows build in progress windows build fix in http://trac.webkit.org/changeset/45112 |