[webkit-reviews] review canceled: [Bug 20040] Vertical border spacing is doubled between table row groups : [Attachment 131319] Patch to remove extra vertical border-spacing across table sections

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 12 10:20:26 PDT 2012


Julien Chaffraix <jchaffraix at webkit.org> has canceled Kishore Bolisetty
<kbolisetty at innominds.com>'s request for review:
Bug 20040: Vertical border spacing is doubled between table row groups
https://bugs.webkit.org/show_bug.cgi?id=20040

Attachment 131319: Patch to remove extra vertical border-spacing across table
sections 
https://bugs.webkit.org/attachment.cgi?id=131319&action=review

------- Additional Comments from Julien Chaffraix <jchaffraix at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=131319&action=review


> LayoutTests/fast/table/table-vertical-space-across-sections.html:24
> +	       var testContainer = document.createElement("div");
> +	       document.body.appendChild(testContainer);
> +	       testContainer.innerHTML = '<table id="test"> <thead> <td/>
</thead> <td/><td/> <tfoot> <td/> </tfoot> </table>';
> +	       var element = document.getElementById("test");
> +	       var style = window.getComputedStyle(element, null);

For the record, I mentioned to Kishore that we could just put the HTML for the
table directly inside the page instead of injecting it. Also it would be each
sections had 2 cells not just the middle one.


More information about the webkit-reviews mailing list