<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: aria-owns attribute does not work as expected"
   href="https://bugs.webkit.org/show_bug.cgi?id=151496">151496</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>AX: aria-owns attribute does not work as expected
          </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>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </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>jondallas&#64;gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>webkit-bug-importer&#64;group.apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The expectation for aria-owns is that a developer can use it to group controls that are not otherwise grouped in DOM.

Spec for of aria-owns: <a href="http://www.w3.org/TR/wai-aria-1.1/#aria-owns">http://www.w3.org/TR/wai-aria-1.1/#aria-owns</a>

Here is a test case:
    &lt;div role=&quot;radiogroup&quot; aria-owns=&quot;r1 r2 r3&quot;&gt;
       &lt;div role=&quot;radio&quot; id=&quot;r1&quot;&gt;Alpha&lt;/div&gt;
       &lt;div role=&quot;radio&quot; id=&quot;r1&quot;&gt;Beta&lt;/div&gt;
    &lt;/div&gt;
    &lt;!-- this one, too. --&gt;
    &lt;div role=&quot;radio&quot; id=&quot;r3&quot;&gt;Gamma&lt;/div&gt;

In this case the 3rd radio button &quot;Gamma&quot; should be included in the radio group. However, when VoiceOver looks at this it only sees two radio buttons in the group, the 3rd is announced as a radio button without a group.</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>