NEW167567
AX: WebKit fails to trim whitespace in name computation, resulting in missing link label
https://bugs.webkit.org/show_bug.cgi?id=167567
Summary AX: WebKit fails to trim whitespace in name computation, resulting in missing...
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.