WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
149313
AX: Link content is not included in node name calculation when targeted by aria-labelledby
https://bugs.webkit.org/show_bug.cgi?id=149313
Summary
AX: Link content is not included in node name calculation when targeted by ar...
Jesse Beach
Reported
2015-09-17 16:23:45 PDT
The accessible label of link elements (content, aria-label, title) is not included in the composed label indicated by aria-labelledby. I've put together a codepen that can be opened in Chrome (correct behavior) and Safari (aberrant behavior).
http://codepen.io/jessebeach/pen/xwZQRp
Chrome produces: "Catelyn Stark, Ned Stark, Arya Stark with Jon Snow and Bran Stark Some content group" Safari produces: ", Ned Stark , with and Some content group" The missing words are content from link elements. This produces a bad experience when, for example, the title of a post, which contains a link, is used as the label for an article or story item.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-09-17 16:24:10 PDT
<
rdar://problem/22749069
>
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