WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
167567
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2017-01-29 17:54:25 PST
<
rdar://problem/30255692
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug