Matthias Gutfeldt wrote:
> A form is not really 'tabular data' in the usual sense.
What convinced me is a read-only version of a form (like a confirmation
details pages so prevalent in UK direct debit screens - e.g.
<https://www.swiftnet.co.uk/dd.asp> is very typical). The first page is a
series of text fields - Bank account number, branch code, branch address,
branch postcode. Now for a form its fine and accessible to use labels and
fieldsets for indicating structure and relation.
But this can't be done on a form-less read-only confirmation screen. Here
the correct markup would be a table (and it corresponds nicely to a record
in a relational database table). Now the only difference between the two
pages is that one has input fields and labels, and one uses a table. Yet
the logical structure is the same.
Yes, its an unusual table - a one record table, but it is a legitimate one,
IMO.
> But tables are a
> very convenient and relatively harmless way to layout forms.
Yep.
--
Iso.
FAQs:
http://html-faq.com http://alt-html.org http://allmyfaqs.com/
Recommended Hosting:
http://www.affordablehost.com/
Web Design Tutorial:
http://www.sitepoint.com/article/1010