[Webkit-unassigned] [Bug 133390] New: AX: Win: WebKit exposes some hidden contents as label on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 29 15:16:41 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133390

           Summary: AX: Win: WebKit exposes some hidden contents as label
                    on Windows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Windows 8
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcraig at apple.com
                CC: webkit-bug-importer at group.apple.com


Created an attachment (id=232265)
 --> (https://bugs.webkit.org/attachment.cgi?id=232265&action=review)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list