Github user svenmeier commented on the issue:
https://github.com/apache/wicket/pull/278
IIRC the current ordering (<thead><tfoot><tbody>) was chosen deliberately
to conform to the HTML standard, but it seems this has changed with HTML5:
https://stackoverflow.com/questions/18901950/thead-tfoot-and-tbody-order-in-html5?rq=1
So we might choose to change the default markup, please open an issue
and/or a discussion/vote for this. For now you can just use your custom markup
in a custom subclass.---
