Bug 119916 - AX: WebKit is not exposing AXLanguage correctly
Summary: AX: WebKit is not exposing AXLanguage correctly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-08-16 16:36 PDT by James Craig
Modified: 2013-08-19 13:24 PDT (History)
9 users (show)

See Also:


Attachments
patch (37.49 KB, patch)
2013-08-19 10:06 PDT, chris fleizach
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 2013-08-16 16:36:01 PDT
WebKit is not exposing AXLanguage for examples in this page.

http://www.w3.org/2013/08/lang.html
Comment 1 Radar WebKit Bug Importer 2013-08-16 16:36:38 PDT
<rdar://problem/14762675>
Comment 2 chris fleizach 2013-08-19 10:06:45 PDT
Created attachment 209097 [details]
patch
Comment 3 Darin Adler 2013-08-19 10:24:12 PDT
Comment on attachment 209097 [details]
patch

As you are an expert on the Cocoa accessibility interface, I’ll accept your implicit assertion here that AXLanguage with a value of empty string is a helpful result on these tests.
Comment 4 chris fleizach 2013-08-19 10:26:17 PDT
(In reply to comment #3)
> (From update of attachment 209097 [details])
> As you are an expert on the Cocoa accessibility interface, I’ll accept your implicit assertion here that AXLanguage with a value of empty string is a helpful result on these tests.

Yes this is what we want outputted here. We have tests that already specifically check for the value of this attribute. This patch just makes it so that the attribute shows up with the list of attributes are queried. It's mostly to aid usage of the AX inspector, and does not impact VoiceOver
Comment 5 chris fleizach 2013-08-19 10:32:02 PDT
http://trac.webkit.org/changeset/154283
Comment 7 Jer Noble 2013-08-19 13:24:03 PDT
Rebaselined platform/mac/accessibility/lists-expected.txt in <https://trac.webkit.org/r154292>.
Comment 8 chris fleizach 2013-08-19 13:24:57 PDT
(In reply to comment #7)
> Rebaselined platform/mac/accessibility/lists-expected.txt in <https://trac.webkit.org/r154292>.

Thanks Jer. I was running on 10.9 and missed this switch