<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jcraig&#64;apple.com" title="James Craig &lt;jcraig&#64;apple.com&gt;"> <span class="fn">James Craig</span></a>
</span> changed
              <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=151429">bug 151429</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>jcraig&#64;apple.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>webkit-unassigned&#64;lists.webkit.org
           </td>
           <td>jondallas&#64;gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><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=151429#c4">Comment # 4</a>
              on <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=151429">bug 151429</a>
              from <span class="vcard"><a class="email" href="mailto:jcraig&#64;apple.com" title="James Craig &lt;jcraig&#64;apple.com&gt;"> <span class="fn">James Craig</span></a>
</span></b>
        <pre>The aria-owns relationship is backwards in your example. I expect you meant to do this:

&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;


I would recommend re-filing with the corrected test case, and duping this one out to the new bug.</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>