Consistent with state and federal law, the University has made a commitment to maximizing accessibility for all users. Through consultation among University Legal Counsel, the Office of Institutional Equity and Equal Opportunity and Public Relations UK has committed that all Web sites be compliant with Federal Section
508 regulations and state accessibility law.
Units are encouraged, where resources permit, to ensure that all Web
pages are compliant with these laws.
Multi-logic row or column headers - Markup must be used for complex tables
with multiple layers of information such as expense reports.
Frames - Must be titled and organized so that users may disassociate and
link between them as needed.
Flicker - The "flicker" of pages must be outside proscribed ranges (greater than 4 Hz and lower than 59 Hz - explanation at www.w3.org/WAI/wcag-curric/sam60-0.htm).
Text-only equivalent pages - When other methods do not work, text-only pages
must be employed.
Scripting Language - Output from scripting languages must be a text form
readable by assistive technology.
Applets and plug-ins - Must come with links to download the appropriate
technology (pdf's, flash, etc.).
Forms to be Filled-out Online - Must be designed for use by all users (i.e., consider
implications of "pop-up" instructions).
*Content Tracking - Method shall be employed which allows users to skip repetitive
navigation links.
Timed Response - When response times are set users must be given a method
to indicate more time is required.
*Based on experience, these are the most common accessibility errors found
on UK Web sites:
Absence of “Skip Navigation” which allows a user with a text reader the option to skip over navigation when
first entering a page and move directly
to the main content of the page. (Invisible - <a href="#main"><img src="/Graphics/shim.gif" alt="Skip main navigation and go to main body of page." width="1" height="1" border="0"></a>, Visible - <a href="#main">Skip nav<img src="/Graphics/Skipnav.gif" alt="Skip to main content (for screen readers and PDAs)" border="0"></a> then at the very beginning of the content<a name="main" id="main"></a>) (see www.uky.edu/PR/News/Archives/)
Use of color alone to convey information or use of hard to read color
combinations.
Use of link phrases that do not make sense out of context (e.g., “click
here”).
Absence of DOCTYPE statements at the beginning of the HTML (<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">) (additional resource - A Minimal HTML Document).
Many of the above can easily be checked by using Accessible Information Solutions (AIS) team of Vision Australia's Web Accessibility Toolbar (demonstration).