WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 133390
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
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-05-29 15:18:24 PDT
<
rdar://problem/17071169
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug