Jul 30, 2008 11:48 AM
W3C validation problem: <nobr> in DataTable component
Dear TeamDev Team,
the tag
<nobr> is not standard HTML but used in the
DataTable component for column headers.
Example from QuipuKit demo page:
<td rowspan="2"><nobr>Institution Name<img src="../images/treetable/sort_a.gif" style="margin-left: 5px" /></nobr></td>
My suggestion would be to use styles like here:
<td rowspan="2" style="white-space:nowrap;">Institution Name</td>
This works with HTML 4.1 and XHTML 1.0 and leads to less validation errors with the
W3C Validator.
If you change this behaviour - would that already be part of QuipuKit 1.6 or a later version?
Kind regards
Oliver Nelson