Karl Guertin <[EMAIL PROTECTED]> writes: > On 2/6/06, Jorge Godoy <[EMAIL PROTECTED]> wrote: >> This is just to satisfy my curiosity, but why do TG's templates use 'td' >> instead of 'th' on table headers? I believe it would be more interesting to >> use the right semantic and if the bold face isn't desired to remove it with >> CSS... > > It's probably there because it was expedient. If we're going to be > semantic, we might as well use the semantic <thead> and <tbody> rather > than the simpler conventions of <th>. See accessable data tables [1] > for a full treatment of the topic. > > [1] http://www.usability.com.au/resources/tables.cfm
There's already <thead> and <tbody> there, being used correctly. At least on DataGrid's templates. -- Jorge Godoy <[EMAIL PROTECTED]>

