WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: How to associate form elements with table cells?

for

From: Randy Pearson
Date: Jun 10, 2005 3:26PM


Separate issue: I thought that, semantically, the first cell was supposed to
be a TH. That would provide the interpretation: "the scope of this *header*
information is this row".

-- Randy

> New technique:
>
> <td scope="row">Book A</td>
> <td><input type="text" size="4" title="Enter quantity for
> Book A, cost $2."></td>
> <td>2,00</td>