<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: VoiceOver reads aria-hidden aloud when accessed via virtual cursor - down arrow"
   href="https://bugs.webkit.org/show_bug.cgi?id=161740">161740</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>AX: VoiceOver reads aria-hidden aloud when accessed via virtual cursor - down arrow
          </td>
        </tr>

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

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

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

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

        <tr>
          <th>OS</th>
          <td>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>joe&#64;simplyaccessible.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>webkit-bug-importer&#64;group.apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>VoiceOver on Safari 9.1.1 and Nightly reads content that is wrapped in tag that owns an attribute of aria-hidden=&quot;true&quot; when content is accessed via virtual cursor (down arrow). Adding role=&quot;presentation&quot; does not help as well.


Test URL: <a href="http://s.codepen.io/joe-watkins/debug/aaaa3fb5d794e8b20277fef2543f42b7">http://s.codepen.io/joe-watkins/debug/aaaa3fb5d794e8b20277fef2543f42b7</a>

Test Results:
Using VoiceOver and Safari user loads the Test URL and uses down arrow to access the content. All content is read to the user.. even the content wrapped in aria-hidden=&quot;true&quot;. When allowing VO to read the entire page aloud the content wrapped in aria-hidden=&quot;true&quot; hidden content is NOT read aloud. It appears to be connected to the down arrow virtual cursor.

Expected Results:
Using VoiceOver and Safari user loads the Test URL and uses down arrow to access the content. All content is NOT read to the user. Content wrapped in aria-hidden=&quot;true&quot; is NOT read to the user when using the down arrow to change the cursor's focus.

&lt;p&gt;Wrapping text here &lt;span aria-hidden=&quot;true&quot; role=&quot;presentation&quot;&gt;HIDE ME FROM AT&lt;/span&gt; and more text here.&lt;/p&gt;

In the attached example you can watch me use the 'read all' command and then I step through using up/down arrow in which then the aria-hidden=&quot;true&quot; is read aloud.</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>