elements can have the lang attribute or have a meta tag that specifies language accessibility needs to be able to vend this
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
http://trac.webkit.org/changeset/45109
fixing windows build in progress
windows build fix in http://trac.webkit.org/changeset/45112