(d) Documents shall be organized so they are readable without requiring an associated style sheet.

Cascading Style Sheets (CSS) can be used to easily affect the appearance of an entire page or even affect an entire website if used as an external reference. They can be used to enhance accessibility.

What are the potential problems posed by style sheets?
Style sheets can enable users to define specific viewing preferences to accommodate their disability. For instance, users with low vision may create their own style sheet so that, regardless of what web pages they visit, all text is displayed in an extra large font with white characters on a black background. If designers set up their pages to override user-defined style sheets, people with disabilities may not be able to use those pages. For good access, therefore, it is critical that designers ensure that their web pages do not interfere with user-defined style sheets.

In general, the "safest" and most useful form of style sheets are "external" style sheets, in which the style rules are set up in a separate file. An example of an external style sheet is:

Example of source code: <link rel=stylesheet type="text / css" href="section508.css>

Quick Tips


Link to previous page.
Previous Slide
Link to elements page.
First Slide
Link to next page.
Next Slide