[csswg-drafts] [css-tables] repeated table headers and footers

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

== [css-tables] repeated table headers and footers ==
The spec says this about what you should do when there's not enough 
space to include the repeated table headers and footers

> When the header rows are being repeated, user agents must leave room
 and if needed render the table top border. The same applies for 
footer rows and the table bottom border.

>When doing so doesn’t leave enough space to insert at least one 
content row, users agents must drop the repeated footer.

> When doing so still doesn’t leave enough space to insert at least 
one content row, users agents must drop the repeated header.

I think this is the right thing to do except on the first and last 
fragment. I think the first fragment must always show the header, and 
the last one must always show the footer, otherwise you drop content.


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

Received on Thursday, 27 October 2016 08:12:13 UTC