[Webkit-unassigned] [Bug 20040] Vertical border spacing is doubled between table row groups

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 8 14:25:18 PST 2012


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


Julien Chaffraix <jchaffraix at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #130887|review?                     |
               Flag|                            |




--- Comment #29 from Julien Chaffraix <jchaffraix at webkit.org>  2012-03-08 14:25:18 PST ---
(From update of attachment 130887)
View in context: https://bugs.webkit.org/attachment.cgi?id=130887&action=review

Please, don't include unneeded rebaselines (I am responsible for the layer disappearances - see r110072). Those changes you are adding are neat but irrelevant to this bug and hides the important change. We prefer to have very focused patches so that we can catch regressions easily. Those irrelevant baselines should be postponed to another bug that I would happily review!

> Source/WebCore/ChangeLog:9
> +        A default 2px vertical border-spacing is used while calculating row logical heights with in a section.
> +        This border-spacing is being added both at the top and bottom of a section, thus leaving a gap of double border-spacing across
> +        any two adjacent sections.This changes ensures proper border-spacing across any two adjacent sections.

As mentioned, I don't understand why you mention the default border-spacing here. It has very little to do with the problem and hides the fact that we used to count the border-spacing regardless of it.

Also there should be a line between 'Reviewed by' and you description.

And while at it, 
* with in -> within
* top / bottom are ambiguous here and matches your reading direction (horizontally I would bet), if you were for example japanese (reading vertically), those would be right / left so we prefer the name: before / after to be writing-mode agnostic.

> LayoutTests/platform/efl/Skipped:2871
> +# Needs baseline

Nit: EFL does support new-run-webkit-tests and thus normally those changes should have gone into test_expectations.txt.

-- 
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