[Webkit-unassigned] [Bug 167567] New: AX: WebKit fails to trim whitespace in name computation, resulting in missing link label
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 29 17:54:05 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=167567
Bug ID: 167567
Summary: AX: WebKit fails to trim whitespace in name
computation, resulting in missing link label
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jcraig at apple.com
CC: webkit-bug-importer at group.apple.com
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/
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170130/df740602/attachment.html>
More information about the webkit-unassigned
mailing list