The new Colorado accessibility law, HB21-1110, affects university websites and went into effect July 1, 2024. This means that university website owners/content managers must ensure your website content meets the minimum web accessibility standards.
Learn how to meet accessibility standardsTo check the accessibility of web content its important to use both automatic and manual testing. Automated checkers such as Siteimprove and WAVE provide a good review of content and underlying code, but cant find every possible accessibility issue. A manual review should also be completed in order for web content to have a thorough assessment.
Can all interactive elements be selected and activated using only a keyboard?
Shift + Tab: Navigate backwards. Backward navigation should operate the same as forward navigation by tabbing to all interactive elements.
Spacebar: Activate checkboxes and buttons.
Enter: Activate links and buttons.
Arrow keys: Radio buttons, select/drop-down menus, sliders, tab panels, auto-complete, tree menus, etc.
Escape: Dismisses browser dialog, menu, close modal windows.
Is anything mouse-only, such as rollover menus?
Is a "skip navigation" link available? Activate the skip link and hit Tab again to ensure it functions correctly.
Is the navigation/tab order logical and intuitive? Are users able to tab through elements sequentially?
Is a visible keyboard focus indicator present on all interactive elements? This is usually a black outline when an item is in focus and lets users have a visual cue as to what element they are focused on.
Test dialogs that 'pop' open. Can you navigate and close the dialog? Does focus return to a logical place?
Esc should also close all dialogs.
Look through your web content with accessibility best practices in mind.
Control + for PCs, Command + for Mac
All audio and video content should follow these guidelines:
Check web content on a mobile device or by using browser developer tools which simulate a mobile view.
Check that the text and background color has a contrast ratio of at least 4.5:1. Color contrast can be checked using this online tool. The WAVE plugin can detect color contrast issues automatically.
Ensure color is not used as the only way of conveying meaning or information.
Look for images of text or text embedded on images, and confirm that the text is represented either in the body text or in the alt text. Check this by trying to highlight text with your cursor.
Make sure form controls have descriptive labels.
If a label is not visible, check for a hidden <label>, aria-label, or title attribute.
Confirm that page titles are unique and descriptive, marked as <h1>. There should only be one <h1> per page.
Look for generic link text like “read more” or "click here." These should be changed to better reflect the description of the link.
Links in body text should ideally be underlined and have a differing color from surrounding text. This is usually a dark blue. This helps users to quickly distinguish links, who may otherwise have trouble finding them.
Check that plain language is used instead of jargon, and all acronyms are spelled out on first reference
Confirm that tables are only used for tabular data, not for layout.
If data tables are present, ensure row and/or column headers are present.