WebCT Page Accessibility Evaluation

Instructions

Please use this form to provide your accessibility evaluation report. You can send the result as an e-mail to Hadi Rangin (e-mail: hadi@uiuc.edu). You can also click on the "Print view" button and use the "Save as" option of your browser to save the result locally on your computer. Please note that the evaluation results are not saved if you are not in "Print view" mode.
Use "Edit" button to modify the information in this form.

WebCT Evaluation Information

Functional Web Accessibility Testing

Functional Accessibility Rating

Navigation

Conformance Rating

N.1 Does the web page have a unique TITLE element and at least one level 1 heading that is a subset of the page TITLE content?

N.2 Do menus and navigation bars have titles with level 2 headings to provide orientation, and do those menu bars, exapandable menu bars, and other expansion controls change their heading levels based on whether they are expanded?

N.3 Do all major/minor topics have headings (H2-H6)? Do the headings provide useful orientation information?
NOTE: Headings should not be used to manipulate font attributes.

N.4 Are links clear, descriptive and meaningful out of context and do all links indicate the target of the links?
NOTE: The same link text should not be used to point to different URIs and references to the same URI should use the same link text.

N.5 Do all form controls have descriptive labels? Are the labels structurally associated with the form controls?

N.6 Are relationships among form controls indicated using structural mark-up; such as fieldset/legend or headings (h2-h6)?

N.7 Do changes in content language include an appropriate LANG attribute?

N.8 Do data tables use appropriate structural mark-up to identify cells and indicate relationships among cells? Data table mark-up may include a table caption, table summary, id and header elements.

N.9 Do lists of items use UL, OL or DL list markup.?

N.10 Do frames have useful/meaningful TITLE attributes?
NOTE: Frames used for script processing or do not contain content should be marked as title="hidden".

N.11 Does content make sense when the page is linearized (i.e., Table mark-up and/or stylesheets are disabled)?

Text Equivalents

Conformance Rating

E.1 Do all decorative images set ALT=''?
NOTE: Decorative images do not carry any content but are used purely for graphical styling (i.e. spacers, divider lines, ..), ideally these should all be moved to CSS techniques.

E.2 Do all content carrying and icon images have descriptive ALT text?

E.3 Does the ALT text for all images used for links or form control buttons match the onscreen text?
NOTE: If an image is used in conjunction with text links that ALT='' text should be null, otherwise the link text is spoken twice in screen readers.

E.4 Do all OBJECTs/APPLETS have text descriptions and alerntaive accessible version of the content and functions provided by the applet or object.

E.5 Are text transcipts of audio, video+audio and other multimedia available?

E.6 Are Text transcipts video+audio and other multimedia with visual and auditory renderings synchoronized with visual rendering?

E.7 Are links available to play multi-media content in external multi-media players?

Styling

Conformance Rating

Y.1 Does content reflow when browser text zooming features change font size?
NOTE: As content reflows the user should not need to use the horizontal scrolling features to view content and text content should not overlap with other text content.

Y.2 Does content reflow when the graphical window width changes.
NOTE: As content reflows the user should not need to use the horizontal scroll features to view content.

Y.3 Is content still usable when high contrast stylesheets are applied to the web page?
NOTE: The Opera browser has built-in high contrast user stylesheets and the Mozilla/Firefox Accessibility Extension also provides a high contrast stylesheet feature.

Y.4 Are Background images used for decorative styling, instead of inline images?

Y.5 Is any image used to stylize text, except in logos and other branding icons?

Y.6 Is all content styled through CSS stylesheets, no in-line styling elements are used (i.e. B, I, FONT, CENTER, BLINK, MARQUEE, ...)?

Y.7 Do dynamic CSS pseudo-classes like :hover have corresponding :focus dynamic pseudo-class selectors.
NOTE: Keyboard movement of fous should cause changes in stypling, similar to :hover effects.

Scripting and Automation

Conformance Rating

R.1 Can all functions of the web page be performed with only the keyboard?

R.2 Is any OnChange event used for SELECT elements?

R.3 Are session time outs adjustable by the user?

R.4 Can animations be paused and restarted by the user?

R.5 Is any content that flickers between 2-55 Hz disabled by default, users must be warned of the flickeering before the content is started?

R.6 Is an accessible alternative for embedded Java Applets, Flash and other APPLETS and OBJECTS available?

Standards

Conformance Rating

S.1 Is DOCTYPE specified?

S.2 Is default language specified?

S.3 Is character encoding specified?