<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: CSS table display styles can cause malformed, inaccessible AXTables to be exposed to the AX tree"
   href="https://bugs.webkit.org/show_bug.cgi?id=136415#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: CSS table display styles can cause malformed, inaccessible AXTables to be exposed to the AX tree"
   href="https://bugs.webkit.org/show_bug.cgi?id=136415">bug 136415</a>
              from <span class="vcard"><a class="email" href="mailto:cfleizach&#64;apple.com" title="chris fleizach &lt;cfleizach&#64;apple.com&gt;"> <span class="fn">chris fleizach</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=136415#c10">comment #10</a>)
<span class="quote">&gt; Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=258318&amp;action=diff" name="attach_258318" title="patch">attachment 258318</a> <a href="attachment.cgi?id=258318&amp;action=edit" title="patch">[details]</a></span>
&gt; patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=258318&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=258318&amp;action=review</a>
&gt; 
&gt; &gt;&gt; Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:-1921
&gt; &gt;&gt; -        { GridRole, NSAccessibilityGridRole },
&gt; &gt; 
&gt; &gt; what was the bug that this changed with? it seems correct to keep it as TableRole, but wondering how it broke
&gt; 
&gt; I think in <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - AX: Add ARIA 1.1 &quot;cell&quot; and &quot;table&quot; roles"
   href="show_bug.cgi?id=146011">https://bugs.webkit.org/show_bug.cgi?id=146011</a>, I changed element
&gt; with &quot;grid&quot; role to use GridRole. Before that &quot;grid&quot; is mapped to TableRole.</span >

sad I let this slip through

What we want is to map aria &quot;grid&quot; -&gt; WebCore::GridRole, but then map WebCore::GridRole to NSAccessibilityTableRole

that way, in the accessibility node inspector it will say &quot;grid&quot; but for the mac platform it says &quot;table&quot;</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>