Resonate

Joined: 05 Jun 2007 Posts: 25 Reputation: +3 (3)
Location: A Remote Sever
|
Posted: Thu Jun 28, 2007 12:01 am Post subject: W3 Tableless Design |
|
|
So What do you think, Are the W3C Tableless design standards mean anything to you.
Yes ok my site is 100% Tableless but it does not affect it in any way shape of form if it isnt,
as accessibility is still the same!
w3tableless.com is a site where you can validate your website and check whether it was marked up according to the w3c recommendations.
What is tableless ?
Tableless Web design is the art of building websites without resorting to the use of tables merely for presentational purposes. Instead of tables CSS (Cascading Style Sheets) positioning is used to arrange elements and text on a web page. CSS was introduced by the World Wide Web Consortium (W3C) to improve web accessibility and to make HTML code semantic rather than presentational.
What the W3Ctableless use to validate ?
To pass the validation you are required to Nest Table tags inside Div tag, first Div tag must have ID or CLASS attribute, The Presence of an External or Inline Stylesheet, The Presence of Doctype and Correct use of Div and/or Table tags. You can follow this Directive (http://w3tableless.com/i/how). The API for Web developers is also available to them here (http://w3tableless.com/i/apidoc).
How to test your website.
You can test your website for W3CTableless design at the following Url (http://w3tableless.com/) additionally you can validate certain pages by using this Url, however insert the Url to be tested at the end (http://w3tableless.com?uri=) _________________ Regards Resonate
 |
|