RESOLVED FIXED 26668
AX: need a way to retrieve the language for an element
https://bugs.webkit.org/show_bug.cgi?id=26668
Summary AX: need a way to retrieve the language for an element
chris fleizach
Reported 2009-06-23 18:49:51 PDT
elements can have the lang attribute or have a meta tag that specifies language accessibility needs to be able to vend this
Attachments
patch (11.15 KB, patch)
2009-06-24 11:54 PDT, chris fleizach
oliver: review+
chris fleizach
Comment 1 2009-06-24 11:54:27 PDT
Oliver Hunt
Comment 2 2009-06-24 12:13:50 PDT
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.
Darin Adler
Comment 3 2009-06-24 13:45:10 PDT
Comment on attachment 31799 [details] patch > + JSRetainPtr<JSStringRef> language(Adopt, toAXElement(thisObject)->language()); Is this adopt really correct?
chris fleizach
Comment 4 2009-06-24 14:21:54 PDT
i think so. it works, and i copied it from the description() method above
chris fleizach
Comment 5 2009-06-24 15:15:32 PDT
chris fleizach
Comment 6 2009-06-24 15:56:00 PDT
fixing windows build in progress
chris fleizach
Comment 7 2009-06-24 16:01:15 PDT
Note You need to log in before you can comment on or make changes to this bug.