- From: Aleksandar Totic via GitHub <sysbot+gh@w3.org>
- Date: Tue, 15 Oct 2019 20:01:26 +0000
- To: public-css-archive@w3.org
atotic has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-tables-3] Empty row-group height clarification ==
Asking for spec clarification, because implementations disagree:
Does empty row group get sized to 0,0?
FF does this.
Chrome/Safari give first row group dimensions of an empty cell.
Edge adds border-spacing inline size to row-group width.
Got a w.p.t testcase coming up, I think it is a definite, not a tentative.
<x-table style="border-spacing: 10px; background: yellow; position: relative;border: 40px solid green; border-width: 20px 40px">
<x-thead></x-thead>
<x-tbody></x-tbody>
<x-tbody></x-tbody>
<x-tbody></x-tbody>
<x-tfoot></x-tfoot>
</x-table>
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4423 using your GitHub account
Received on Tuesday, 15 October 2019 20:01:28 UTC