Open
Description
Should col/colgroup/row/rowgroup backgrounds be rendered on the cells individually (with proper position/size considerations) or on the col/colgroup/tr/tbody elements and clipped to the position of visible cells (they can possibly extend beyond the borderbox of the row/col which means this would require a lot of special logic)
Currently the spec renders backgrounds and borders on the cells, which enable to unify separated and collapsed modes, and explains cleanly the expected rendering.
It does not allow to render the background of the row under an hidden cell, though.