[Webkit-unassigned] [Bug 136415] AX: CSS table display styles can cause malformed, inaccessible AXTables to be exposed to the AX tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 6 12:01:02 PDT 2015


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

--- Comment #16 from Nan Wang <n_wang at apple.com> ---
Comment on attachment 258382
  --> https://bugs.webkit.org/attachment.cgi?id=258382
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=258382&action=review

>> Source/WebCore/accessibility/AccessibilityARIAGrid.cpp:91
>> +    if (!rowChild->isTableRow() || (rowChild->renderer() && rowChild->renderer()->isAnonymous())) {
> 
> shouldn't this check be in isTableRow()

I tested with a case that table with CSS and no ARIA, and that made the table totally inaccessible by returning no rows. I think in AccessibilityTable::addChildren(), is<AccessibilityTableRow> is using the isTableRow() check. And the addChildren() logic is different from AccessibilityARIAGrid::addChildren(), so I'm little hesitate to break that logic.

-- 
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/20150806/309673ec/attachment.html>


More information about the webkit-unassigned mailing list