Web Accessibility


skip to navigation

1, 2

  • Be sure to code any tables used for formatting/layout or data appropriately.

    • For all tables, be sure to include a descriptive table summary.

    • Build tables so that the information can be read left to right (linear) from cell to cell. This is how a screen reader will read the information.

    • When you must build a table with multiple columns and rows, place the row and column headers in the first row and first column.

    • If header information is not in the first row or first column, use the table header element, <th>, or scope="row" or scope="col" on all header cells.

  • Avoid flickering and flashing objects and text.

    • Web pages that contain flashing, blinking or rapidly changing graphics should be avoided. While these flashy additions may catch the eye of some users, they can cause seizures in individuals who are susceptible. Also, some browsers allow the user to turn off these animations, thus it could be time wasted in building these graphics.

  • When possible, avoid using javascript.

    • Javascripts are not accessible to those using older screen reading software. If you must use javascript, provide an alternative access to the information.


   Navigation

Disability Issues

Disability Awareness

Disability Law

Teaching Strategies

Putting It All Together

Faculty Resource Council on Disability Model

Mentoring

Printable Resources


About Project PACE

About This CD

Table of Contents