RESOLVED DUPLICATE of bug 20040 68193
Vertical border-spacing space gets doubled across row-group elements
https://bugs.webkit.org/show_bug.cgi?id=68193
Summary Vertical border-spacing space gets doubled across row-group elements
Tab Atkins
Reported 2011-09-15 14:34:47 PDT
See the data url attached. The vertical component of 'border-spacing' is doubled between rows that are part of different row-groups. In the test case, the first row is in a <thead> and the latter two are in a <tbody>, so the gap between the first and second row is 20px, while the gap between the second and third is 10px, which is what is actually set in the CSS. (I suspect we're using machinery similar or identical to margin collapsing, and making row groups prevent collapsing across themselves.)
Attachments
Daniel Bates
Comment 1 2011-09-27 23:45:12 PDT
*** This bug has been marked as a duplicate of bug 20040 ***
Note You need to log in before you can comment on or make changes to this bug.