Bug 167567

Summary: AX: WebKit fails to trim whitespace in name computation, resulting in missing link label
Product: WebKit Reporter: James Craig <jcraig>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

James Craig
Reported 2017-01-29 17:54:05 PST
Test case: <a href="#" aria-label=" ">test</a> VoiceOver says "link, space" The name computation states that each step in the chain should trim whitespace, and move on to the next. In this case, aria-label yields a whitespace-only result, so it should be trimmed and eventually yield the element contents: "link, test" https://www.w3.org/TR/accname-aam-1.1/
Attachments
Radar WebKit Bug Importer
Comment 1 2017-01-29 17:54:25 PST
Note You need to log in before you can comment on or make changes to this bug.