Simplified Web Accessibility Guide


Question 11: Are current W3C technologies and guidelines used?

What does this mean?

Use technologies and guidelines specified by the World Wide Web Consortium (W3C) (http://www.w3c.org) because they are reviewed for accessibility issues and have accessibility features built in.

Why does this present a problem?

This presents a problem only if a page is not designed to W3C specifications, which are developed in an open, industry consensus process. When non-W3C technologies are used, the user may be required to use plug-ins or stand-alone applications that are not compatible with assistive technologies.

What are the solutions?

Priority 21. Use current W3C technologies

  TIP     The latest W3C technologies are available from the W3C Technical Reports and Publications page (http://www.w3.org/TR/).

Priority 22. Avoid deprecated features

Removed Recommended Alternative
  • <APPLET>
  • <OBJECT>
  • <BASEFONT>, <CENTER>, <FONT>, <STRIKE>, <U> for formatting
  • style sheets for these formatting effects
  • <DIR>, <MENU> to define lists
  • list elements such as <UL> or <OL> and style sheets to refine the formatting
  • <ISINDEX> for simple form input
  • an <INPUT> element within a <FORM>
  • <LISTING>, <PLAINTEXT>, <XMP> for formatting fixed-width text
  • <PRE>

  TIP     Refer to HTML 4.0 Changes (http://www.w3.org/TR/1998/REC-html40-19980424/appendix/changes.html#h-A.1.1.2) for a complete listing of changes from HTML 3.2 to HTML 4.0.

Priority 33. Provide appropriate content

Priority 14. Provide alternative pages

What is the bottom line?

The bottom line, as stated in WCAGGuideline 11, is use W3C technologies and guidelines.