[
https://issues.apache.org/jira/browse/WICKET-4224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149549#comment-13149549
]
Pierre Goiffon commented on WICKET-4224:
----------------------------------------
Martin, I could not agree more :)
> DataTable markup : change SPAN to DIV
> -------------------------------------
>
> Key: WICKET-4224
> URL: https://issues.apache.org/jira/browse/WICKET-4224
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-extensions
> Affects Versions: 1.4.19, 1.5.2
> Reporter: Pierre Goiffon
>
> When creating a DataTable, you get SPAN in each TH (HeadersToolbar.html) and
> TD (DataTable.html). When you have to insert block elements in your TD, it's
> a problem because a block element can't be inserted in an inline element such
> as SPAN.
> For exemple the following html is not valid :
> <td><span><div>...
> I'm asking for a change in both HTML to get DIV instead of SPAN.
> Existing apps would only be affected through CSS selectors (and possibly JS),
> if they have such ones. Must be very rare.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira