As specified in the W3 specification for Tables:
Table rows may be grouped into a table head, table foot, and one or more table body sections, using
The missing part is:
thead, tbody { display: block; }
Demo