CITES/DRES Accessibility Features
The University of Illinois at Urbana/Champaign is using a best practices model for improving the accessibility of web resources.
The following is the summary of features for html best practices.
Selected Browser Accessibility Features
| Feature | Internet Explorer | Mozilla/Firefox | Mozilla/Firefox with Accessibility Extension |
Opera | Safari |
|---|---|---|---|---|---|
| Link Navigation | TAB and Shift-TAB | TAB and Shift-TAB | A and Q | A and Q | ??? |
| Form Control Navigation | TAB and Shift-TAB | TAB and Shift-TAB | TAB and Shift-TAB | TAB and Shift-TAB | ??? |
| Header Navigation | none | none | W and S | W and S | none |
| Header Navigation | none | none | W and S | W and S | none |
| Menu Navigation | none | none | E and D | none | none |
| Toggle Images | none | none | none | G | none |
| User Style Sheet | none | none | none | Control+G | none |
Summary of html Best Practices
Navigation Features
- Unique title on each web page using
titleandh1element - Headers (
H2-H6) used to indicate major sections of the web resources - All form controls have associated text
labelelements - Data
tablesusecaption,th,idattributes,headerattributes to indicate headers for data cells - Link text indicates the target of link
- Unordered lists (
ul) withtitleattribute to indicate navigation bars - Accesskeys
- Accesskey 1: Main content
- Accesskey 2: Search
- Accesskey 3: Navigation bar
Images and Graphics
- Decorative images are included as background images
- Informative images have
alttext
Styling
- Use CSS for styling text
- Use CSS for layout and positioning content
Automation
- No new windows opened without notification of user through link text
- All functions available trhough the keyboard