DataTable.html does not validate (HTML 4.01/XHTML-Strict)
---------------------------------------------------------
Key: WICKET-1496
URL: https://issues.apache.org/jira/browse/WICKET-1496
Project: Wicket
Issue Type: Bug
Components: wicket-extensions
Affects Versions: 1.3.3
Reporter: Kaspar Fischer
According to http://www.w3.org/TR/html401/struct/tables.html#h-11.2.3,
<tfoot>..</tfoot> must come before the start of <tbody>. The has not changed
for XHTML.
Proposed fix: just move <tfoot> up after <thead> and before <tbody>.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.