Summary: | [Windows] Support Title UI Element Accessibility Attribute | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> | ||||||||
Component: | Accessibility | Assignee: | Brent Fulgham <bfulgham> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | aboxhall, apinheiro, bfulgham, cfleizach, commit-queue, dmazzoni, jdiggs, mario, roger_fong, webkit-bug-importer | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | 528+ (Nightly build) | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Attachments: |
|
Description
Brent Fulgham
2013-06-11 20:07:55 PDT
Created attachment 204415 [details]
Patch
Comment on attachment 204415 [details] Patch Attachment 204415 [details] did not pass win-ews (win): Output: http://webkit-queues.appspot.com/results/809149 Any interest in supporting the IAccessible2 interface? That's what Firefox and Chrome use to expose web information to Windows screen readers. (And to clarify, IAccessible2 definitely has concepts like title UI element and almost everything else in web accessibility.) (In reply to comment #5) > (And to clarify, IAccessible2 definitely has concepts like title UI element and almost everything else in web accessibility.) Yes, I have an in-process patch I haven't posted yet. Hopefully tomorrow! Created attachment 204459 [details]
Patch
Created attachment 204461 [details]
Patch
Committed r151516: <http://trac.webkit.org/changeset/151516> |