WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: tables vs. layers

for

From: Karen Looney
Date: Dec 2, 2004 7:04AM


Thank you all for responding. However, I should have been more specific with my original question.
What I was referring to was the pro's & con's of tables vs. layers in respect to accessibilities...

For instance, is it easier for screen readers to follow/interpret text if it's within a ?
Can anyone provide URLs that address the design issues for making table-less designs accessible?

Thanks,
Karen




-----Original Message-----
From: darrel.austin [mailto: <EMAIL REMOVED> ]
Sent: Wednesday, December 01, 2004 4:07 PM
To: WebAIM Discussion List
Subject: Re: [WebAIM] tables vs. layers



> Can anyone tell me the pro's and con's to using tables / layers for
> designing the layout of a website?



tables
------

pros: supported more consistently across browsers. fairly easy to get the
hang of.

cons: it ties the content to a specific page layout/presentation



css-p (what you call 'layers'--which is really an outdated term)
-----

pros: allows the content to be rendered independant of any specific
layout/presentation

cons: not as well supported (yet) in all browsers. Still need to know some
of the tricks/hacks to get it working.



In the end, it's good to know how to use both and when to use either one as
the need arrises.

In terms of accessibility, CSS-P's greatest advantage is that you can take
the exact same source code and present it to a variety of devices fairly
easily...visual browser, screen reader, PDA, etc.

-Darrel

----
To subscribe or unsubscribe, visit http://www.webaim.org/discussion/