
This page holds clarification language, tips and links to additional resources. It is meant to grow and adapt as needed and as further materials are developed that can be used to assist Web publishers.
Simply inserting the document type declaration at the top of your page will not automatically ensure that your page contains valid code for the type you declare. You may need to make corrections to your code. The validatio services will assist you with this. Another option that will take you even further in web code standards is to create your pages to the XHTML standard which will insert this declaration:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">.
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">.
Dreamweaver has an option that will cause all new pages to be XHTML compliant. It also has a convert to XHTML option that will make the conversion quite painless. However it is recommended to work from a copy if your page has complex coding. See the online handouts for Dreamweaver setup.
The use of style sheet standards (and the elimination of tables for layout) is probably one of the most important standards for Web publishers to use -- for accessibility and other reasons as well.
Here are some reasons for using style sheets. CSS:
Because of differences in use of style sheet standards across browsers and browser versions, however, there are some difficulties. With careful planning, these can be overcome. Hopefully, as browsers become more standards compliant, the difficulties will be less of a roadblock.
See these resources for more information:
Please see this WebAim article on Making Flash Accessible
For questions, comments, or suggestions regarding the UW-Eau Claire Web Accessibility Standards, contact the Web Development Office:
University of Wisconsin-Eau Claire
PO Box 4004
Eau Claire, WI 54702-4004
Attn: Web Development Office
Telephone: (715) 836-4214
Email: web@uwec.edu
Updated:
November 26, 2003