[csswg-drafts] [css-tables] Background rendering model

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

== [css-tables] Background rendering model ==
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.


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

Received on Friday, 28 July 2017 00:28:08 UTC