[Webkit-unassigned] [Bug 5515] Border collapse problem with rowspan/colspan cells
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 28 12:17:50 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=5515
--- Comment #30 from Robert Hogan <robert at webkit.org> 2012-08-28 12:17:52 PST ---
(From update of attachment 160931)
View in context: https://bugs.webkit.org/attachment.cgi?id=160931&action=review
> Source/WebCore/rendering/RenderTableCell.cpp:438
> + if (isValidCellForColRowSpanBorderResolution(true, prevCell)) {
> CollapsedBorderValue prevCellBorder = CollapsedBorderValue(prevCell->style()->borderEnd(), includeColor ? prevCell->style()->visitedDependentColor(endColorProperty) : Color(), BCELL);
You're missing your indentation here.
> Source/WebCore/rendering/RenderTableCell.h:214
> + bool isValidCellForColRowSpanBorderResolution(bool isStartOrEndBorder, RenderTableCell* adjacentCell = 0) const;
Couldn't this helper function be static?
> LayoutTests/ChangeLog:67
> + Modified existing results for qt and chromium-win ports.
It's not obvious why these new results are correct - can you provide some commentary?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list