You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Johan Compagner (JIRA)" <ji...@apache.org> on 2008/04/10 12:36:35 UTC

[jira] Assigned: (WICKET-1496) DataTable.html does not validate (HTML 4.01/XHTML-Strict)

     [ https://issues.apache.org/jira/browse/WICKET-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Compagner reassigned WICKET-1496:
---------------------------------------

    Assignee: Gerolf Seitz

> 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
>            Assignee: Gerolf Seitz
>            Priority: Trivial
>
> 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.