Re: Header cell in top left of data tables

I meant literally <th scope="row">Time</th>

But using <time> within the other headings sounds like a good plan:
<th scope="col"><time datetime="2008-01-28 22:00:00 +10">10 pm</time></th>

Interesting alternative to th@abbr, although this is a very specific example.

Is that what you had in mind?



On Jan 28, 2008 10:48 PM, Olivier GENDRIN <olivier.gendrin@gmail.com> wrote:
> On Jan 27, 2008 2:11 AM, Ben Boyle <benjamins.boyle@gmail.com> wrote:
> > Assume I am authoring a table and want it to be fully accessible. This
> > table has both row and column headings ... as an example, imagine it's
> > a TV guide and the columns represent hours in the day and the rows
> > represent various channels (the data being what's on).
> >
> > If it contains "Time" then it should be a <th scope="row">
>
> I'm wondering if this should not be a <time> element, in a <tside>
> element (as we have <thead> an <tfoot>).
>
> I think that tables are not yet usable to describe such things efficiently...
>
> --
> Olivier G.
> http://www.lespacedunmatin.info/blog/
>

Received on Monday, 28 January 2008 13:13:28 UTC