[Webkit-unassigned] [Bug 144424] AX: AccessibilityTable::isDataTable() should return false for non-<table> elements that use CSS table display values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 29 17:54:04 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144424

--- Comment #2 from James Craig <jcraig at apple.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150430/83f3440e/attachment.html>


More information about the webkit-unassigned mailing list