<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_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - AX: accessibles for focusable/interactive &lt;tbody&gt; elements or elements with ARIA role='rowgroup'"
   href="https://bugs.webkit.org/show_bug.cgi?id=146239">bug 146239</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;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WONTFIX
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - AX: accessibles for focusable/interactive &lt;tbody&gt; elements or elements with ARIA role='rowgroup'"
   href="https://bugs.webkit.org/show_bug.cgi?id=146239#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - AX: accessibles for focusable/interactive &lt;tbody&gt; elements or elements with ARIA role='rowgroup'"
   href="https://bugs.webkit.org/show_bug.cgi?id=146239">bug 146239</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>rowgroups should not be focusable. We added this to ARIA purely so that we could make the algorithm for presentational inheritance work. See #presentation: 

<a href="http://www.w3.org/TR/wai-aria/complete#presentation">http://www.w3.org/TR/wai-aria/complete#presentation</a>
&quot;Likewise, although an HTML table element does not have an implicit native semantic role corresponding directly to a WAI-ARIA role, the implicit native semantics of its thead/tbody/tfoot/tr/th/td descendants will also be removed, because the HTML specification indicates that these are required structural descendants of the table element.&quot;

The role mapping for &quot;rowgroup&quot; was explicitly defined as &quot;no mapping&quot; but unfortunately Alex didn't get the memo and added it to Firefox.

ARIA 1.1 should be updated to make it clear that making a rowgroup focusable is an authoring error.</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>