Bug 167567
| Summary: | AX: WebKit fails to trim whitespace in name computation, resulting in missing link label | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | James Craig <jcraig> |
| Component: | Accessibility | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/30255692>