[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 11:43:02 PDT 2015


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

--- Comment #15 from chris fleizach <cfleizach 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()

-- 
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/a51e334c/attachment.html>


More information about the webkit-unassigned mailing list