[Webkit-unassigned] [Bug 20013] Windows AX huerusitics are poor
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 14 00:07:51 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20013
------- Comment #53 from jhoneycutt at apple.com 2008-08-14 00:07 PDT -------
(From update of attachment 22584)
+ if (m_renderer->isTableCell() || (node && node->hasTagName(thTag)))
I think TH tags become RenderTableCells, and so the check for the TH tag name
isn't necessary.
r=me with that condition removed. Thanks for the patch!
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list