TBODY/THEAD/TFOOT height redistribution.

  • FF passes most of the tests.
  • Legacy Chrome does not distribute TBODY height to rows.
  • At the time this test was written, there was no spec. Currently, spec is in the process of being written.

    1) Empty row group's size is 0 with collapsed borders

    2) Empty row group's size is 0 with separate borders.

    3) Row group height is redistributed to unconstrained rows in proportion to their size.

    0,0
    0,0

    4) Constrained fixed rows do not grow if there are unconstrained rows

    0,1

    5) Constrained percentage are resolved against row group height.

    0,0
    0,0
    0,2

    6) Row group height is treated as min-height.

    0,0

    7) Constrained/unconstrained mix: row group height is distributed to unconstrained cells.

    0,0
    0,1
    0,2
    0,3

    8) Unconstrained empty rows grow to fill table if all other rows are constrained. Not in FF.

    0,0
    0,1

    0,1
    0,2

    9) Empty section height is not ignored

    10) Section with empty rows is not considered empty.

    In FF, empty section height is 100, but table's height is 0?

    11) Mixed constrained and unconstrained empty rows: only unconstrained rows grow.