Accessibility
CSU Vision
All CSU programs, services, and activities should be accessible to all students, staff, faculty, and the general public. This encompasses all technology products used to deliver academic programs and services, student services, information technology services, and auxiliary programs and services.
MEMORANDUM - Code: AA-2013-03Why Web Accessibility Is Important?
It is important that the Web be accessible to everyone in order to provide equal access and equal opportunity to people with disabilities.
Web accessibility also benefit those with temporary or conditional disabilities which in some cases may be aging, slow internet connection, physical injury, or any other circumstances.
How can I make it accessible?
Category | DO's | DON'T's |
---|---|---|
Images - Alternative Text |
Use alternative(alt) text that describe the image.
|
Avoid using alt text that does no describe the image, including extension of the file, leaving it blank, using weird character and using the word "image" in your alt text(screen reader will read "image of" already).
|
Images |
Use image that is
|
Avoid using
|
Links |
Clearly identify the target of each link. A good link text should not be overly general or vague.
|
Avoid using: generic words, using same text for different links, full url, and repetitive links. Examples:
|
Heading |
Using heading in chronological order. Example:
|
Avoid skipping the chronological order of headers. Example:
|
Tables note: following our table creation tutorials will avoid most issues |
Must include:
|
Avoid using H1-H6 titles to make entries stand out within table cells. Use standard Bold/Italic HTML Markup and Styles It's best to avoid using colspan or rowspan for accessibility, otherwise you MUST include very specific id and headers attribute indicators to make table flow clear for audio consumers Avoid using tables with multiple header rows or columns, otherwise you MUST include scope attributes to associate header cells and data cells in data tables |
See our Accessible Technology Initiative (ATI) site and Who To Contact for accessibility assistance.