Working on a EPUB2 document (not kepub) with a table spanning multiple pages (on my kobo), I figured it would be nice to have the table header repeating itself for the benefit of the reader. Well, I used the obvious setting below, which did not work of course (on my kobo, but also other devices).
Code:
thead { display: table-header-group; }
So my question: Has anybody ever been able to make this work? On a kobo? On any device?