AX: Win: WebKit exposes some hidden contents as label on Windows
https://bugs.webkit.org/show_bug.cgi?id=133390
Summary AX: Win: WebKit exposes some hidden contents as label on Windows
James Craig
Reported 2014-05-29 15:17:04 PDT
Created attachment 232265 [details] test case AX: Win: WebKit exposes some hidden contents as label on Windows See attached test case. All buttons should expose the label "foo", even the ones that visibly render "foo bar" in text. Bryan Garaventa reports these two are failing. * WebKit and UIA do not match: "foo, button" on WebKit, "foo bar, button" on UIA <div role="button"> foo <span aria-hidden="true"> bar </span> </div> * WebKit and UIA do not match: "foo, button" on WebKit, "foo bar, button" on UIA <button> foo <span aria-hidden="true"> bar </span> </button> Works as expected in AX API and VoiceOver on OS X.
Attachments
test case (298 bytes, text/html)
2014-05-29 15:17 PDT, James Craig
no flags
Radar WebKit Bug Importer
Comment 1 2014-05-29 15:18:24 PDT
Note You need to log in before you can comment on or make changes to this bug.