SVN commit 861066 by ggarand: automatically merged revision 857211: ah, now I see what SadEagle meant... *inner* borders. must dirty all cells when the border attribute is updated. BUG: 167567 M +5 -2 html_tableimpl.cpp --- branches/KDE/4.1/kdelibs/khtml/html/html_tableimpl.cpp #861065:861066 @@ -465,8 +465,11 @@ else frame = Box, rules = All; - - if (attached()) updateFrame(); + if (attached()) { + updateFrame(); + if (tFirstBody()) + setTableCellsChanged(tFirstBody()); + } break; } case ATTR_BGCOLOR: