Open
Description
Compat Issues: Yes
Description:
When a height is specified on a table-row-group:
- Chrome ignores the height.
- Firefox respects the height (as if a cell spanned the rows with that height).
- Edge applies the height to each cell (definitely buggy).
Proposed Option:
Firefox behavior looks good.
CSS 2.1 Option:
Height distribution is undefined
Other options:
Blink/Webkit currently ignore the height on a table-row-group we could go that route as well.
Testcases:
http://codepen.io/FremyCompany/pen/MKVPGR?editors=1100