<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: Link content is not included in node name calculation when targeted by aria-labelledby"
   href="https://bugs.webkit.org/show_bug.cgi?id=149313">149313</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>AX: Link content is not included in node name calculation when targeted by aria-labelledby
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Safari 8
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Mac OS X 10.11
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Accessibility
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jesse.r.beach&#64;gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>webkit-bug-importer&#64;group.apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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).

<a href="http://codepen.io/jessebeach/pen/xwZQRp">http://codepen.io/jessebeach/pen/xwZQRp</a>

Chrome produces: &quot;Catelyn Stark, Ned Stark, Arya Stark with Jon Snow and Bran Stark Some content group&quot;
Safari produces: &quot;, Ned Stark , with and Some content group&quot;

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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>