|
Printer friendly version Resources What is Web Accessibility? In the various modes of delivery of web pages, web-based instruction, and other electronic media sources, accessibility refers to the ability of every person to access the information presented. Accessible web pages take into account the special needs of people with auditory, visual, mobility, and cognitive impairments and give those users an equivalent browsing, viewing, and communication experience to that of nondisabled individuals. Accessible web pages will work well with screen readers and other assistive technology. Guidelines for Online Accessibility Both state and federal law require community colleges to operate all programs and activities in a manner, which is accessible to students with disabilities. Access to persons with disabilities is guaranteed by Section 508 of the Rehabilitation Act of 1973, the Americans with Disabilities Act of 1990, and by Title 24, California Code of Regulations. Whenever possible, communications with persons with disabilities will be as effective as communications with persons without disabilities in terms of timeliness of delivery, accuracy of translation, and appropriateness to the message and the individual. The law applying to online materials is specific that all materials must be accessible and not fall back on “reasonable accommodation.” Strongly recommended: What Online Materials Need to be Made Accessible?
Creating and Improving Web Pages to be Accessible Refer to the COM Web Accessibility Standards and Guidelines to be guided in the creation and modification of web materials to be accessible. The COM Web Accessibility Standards and Guidelines align closely with Section 508 of the Rehabilitation Act of 1973. COM faculty, staff, and Contribute users are encouraged to put these guidelines into practice at the earliest possible date in order to make their web pages accessible to persons with disabilities. See also the Web Accessibility Checklist (PDF, 120 Kb) that summarizes the 508 rules in a handy checklist format. COM Web Accessibility Standards and Guidelines 1. Alternative Text (508a) For non-text elements such as images, applets or image maps, alternative text information needs to be provided to communicate the same information as its associated element. What are ways of assigning text to elements? "Alt tags" are attributes added to images so that a screen reader can read a description of the image. HTML example code: HTML example code of empty alt tag: There is no limit to the length of alt tags, but the descriptions should be succinct without being too vague. For complicated images, such as charts, graphs or diagram, use the "long desc" attribute. This attribute links to another html page that includes the text. Also add an alt tag to the image. HTML example code: 2. Multimedia presentations (508 b) Provide equivalent alternatives for multimedia presentations. Video: Audio: Web slide shows: Short animation graphic element: 3. Text and graphics are perceivable and understandable without color (508 c) Don’t use color to convey information or indicate an action. Example (Avoid): Use foreground and background color combinations that provide sufficient contrast when viewed by someone with color blindness or when viewed on a black and white screen. This does not mean that the web pages have to be displayed in black and white. The importance is contrast between text, elements and background color needs to be significant enough that it will read well in black and white as well as color. 4. Style sheets (508 d) Note: This rule does not apply to Adobe Contribute users. 5. Image maps (508 e and f) Note: This rule does not apply to Adobe Contribute users. With a server-side image map, the browser sends the coordinates of where the user clicks directly to an associated file on the server. Server-side image maps are inaccessible because they require positioning the mouse on some part of a picture to indicate a desired action. What distinguishes this map as a server-side map is that there is no usemap attribute. Instead, the image is enclosed in an anchor tag (<a>) and the image element has the boolean ismap attribute. A client-side image map has the coordinates in the code and allows the author to assign text to each image map hot spot. This allows someone using a screen reader to easily identify and activate regions of the map. If server-side image maps must be used, provide redundant text links for each hotspot in the image map. Server-side image maps do not allow browsers to indicate to the disabled user the URL that will be followed when activating a region of the map. By providing redundant text links, the person not able to see or accurately click on the map will have access. 6. Tables used for data (508 g and h) Note: This rule does not apply to Adobe Contribute users. Row and column headers shall be identified for data tables. Each table cell is either a pure data cell (td) or a header cell (th). Also, the td and scope tags can be used in conjunction to specify header cells. Markup shall be used to associate data cells and header cells for data tables that have two or more logical levels of row or column headers. (Use id and header tags). 7. Frames (508 i) Note: This rule does not apply to Adobe Contribute users. 8. Moving, blinking, scrolling and auto-updating (508 j) Ensure that moving, blinking, scrolling, or auto-updating objects or pages may be paused or frozen. Movement should be avoided when possible, but if it must be used, provide a mechanism to allow users to freeze motion or updates in applets and scripts or use style sheets and scripting to create movement. For auto-refreshing or timed response pages, provide a second copy of the page where refresh only happens after a link has been selected (until user agents provide this ability themselves). 9. Use text-only pages to achieve compliance (508 k) When compliance cannot be accomplished in any other way, a text-only page, with equivalent information or functionality, shall be provided to make the web site accessibility compliant. Text-only pages must contain equivalent information or functionality as the primary pages. Also, the text-only page shall be updated whenever the primary page changes. 10. Scripts (508 l) Note: This rule does not apply to Adobe Contribute users. 11. Applets, plug-ins and other applications – PDFs, QuickTime Movies, etc. (508 m) When a web page requires that an applet, plug-in or other application be present on the client system to interpret page content, the web site must provide a link to a plug-in or applet that complies with the Section 508 standards for software. For example, a page with a link to a PDF document will need to provide a link to download the Adobe Acrobat reader. A page displaying or linking to a QuickTime movie will need to provide a link to the QuickTime player download page. 12.Electronic forms (508 n) Note: This rule does not apply to Adobe Contribute users. All form elements except for buttons should use the <LABEL> tag and associated "FOR" attribute to indicate the type of form item it is. An acceptable alternative to the <LABEL> tag is to use the "TITLE" attribute for a form element. Ensure that the title value adequately describes the functionality of the form element. Wherever possible, place labels adjacent to input fields, not in separate cells of a table. To better tie the form element to its associated label, use the "ID" attribute in the associated form element. Set this attribute to the identifier used in the "FOR" attribute of the associated <LABEL> tag. Dynamic HTML scripting of the form shall not interfere with assistive technologies and is keyboard accessible. 13. Allow user to skip repetitive navigation (508 o) Note: This rule does not apply to Adobe Contribute users. A good method for skipping the repetitive navigation is to provide a "jump link" – a hyperlink at the very beginning of the page with appropriate text (e.g. “Skip to main content”) that links to an anchor tag placed before the start of the content. HTML Example Code to be placed at the top of the page: HTML Example Code to be placed at the beginning of main content: 14. Timed responses (508 p) Note: This rule does not apply to Adobe Contribute users. COM Web Accessibility Web page |