[Webkit-unassigned] [Bug 149313] New: AX: Link content is not included in node name calculation when targeted by aria-labelledby

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 17 16:23:45 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=149313

            Bug ID: 149313
           Summary: AX: Link content is not included in node name
                    calculation when targeted by aria-labelledby
    Classification: Unclassified
           Product: WebKit
           Version: Safari 8
          Hardware: Macintosh
                OS: Mac OS X 10.11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jesse.r.beach at gmail.com
                CC: webkit-bug-importer at group.apple.com

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.

-- 
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/20150917/f266345c/attachment-0001.html>


More information about the webkit-unassigned mailing list