[thelist] Tables or no tables --> that is the question.
Martin
martin at members.evolt.org
Sat May 11 09:24:12 CDT 2002
On Saturday, May 11, 2002, at 01:31 pm, Stephane Gosselin wrote:
> Yeah. I coded my very first .html page about hmmm.... 7-8 years
> ago.
> That was when DHTML and CSS was mostly passed over by developers cuz of
> the
> lack of standards.
Or indeed for a lack of DHTML or CSS in 1995 (the year NS1.1 was
released)
:-)
> I'd like to have a simple way of incorparating CSS positioning in my
> layouts, without affecting accessibility,
> Tables will always be needed to display database results, for example,
> but
> on a regular typical page...
True, if you're outputting tablular data like a simple dump of a set of
records,
a table is needed. But that's not for layout - in that case, a table has
a specific
semantic purpose (which is why it's still in the XHTML spec btw).
But of course you can put a table inside a positioned div... no shell
tables
for layout of the whole page, just tables for the data.
The WAI specs btw have some good advice regarding accessibility for
tables.
Cheers
Martin
_______________________________________________
email: martin at easyweb.co.uk PGP ID: 0xA835CCCB
martin at members.evolt.org snailmail: 30 Shandon Place
tel: +44 (0)774 063 9985 Edinburgh,
url: http://www.easyweb.co.uk Scotland
More information about the thelist
mailing list