by Vivienne Trulock
Web authors are urged to use the latest technology specification on the grounds that there is more support for assistive technologies, for example HTML 4.01 is preferred over earlier HTML versions. CSS2 is also preferred over CSS1. Unfortunately, the list of W3 technologies is enormous and it is impractical to exhaustively check each page against this.
Use the latest technologies and specifications where possible.
However, where the doctype of the page is defined (as assessed in Guideline 3.2), and where the doctype is not HTML 4.01, XHTML 1.1 or XML 1 it will be deemed to have failed the check. These can also be checked using the html validator (for HTML and XHTML) and the xml validator (for xml).
Whether a style sheet is CSS1 or CSS2 can be ascertained using the CSS validator. Pages using CSS1 or having no style sheet will be deemed to have failed the check.