<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: AccessibilityTable::isDataTable() should return false for non-&lt;table&gt; elements that use CSS table display values"
   href="https://bugs.webkit.org/show_bug.cgi?id=144424#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: AccessibilityTable::isDataTable() should return false for non-&lt;table&gt; elements that use CSS table display values"
   href="https://bugs.webkit.org/show_bug.cgi?id=144424">bug 144424</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>I think this will be as simple as:

if (!this.hasTagName(tableTag))
    return false;

...but WebKit is not building for me at the moment. Need to make sure that does not break, legitimate ARIA 1.0 grids/treegrids and ARIA 1.1 tables.</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>