[csswg-drafts] [css-tables] height on a table-row-group

gregwhitworth has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-tables] height on a table-row-group ==
**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

Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/476 using your GitHub 
account

Received on Tuesday, 13 September 2016 22:42:02 UTC