Meeting web content accessibility standards
The Organizing your course accessibly and Setting release conditions and special access to support students with different needs topics provide guidance on organizing your course and setting release criteria to better support students with disabilities. This topic and the Accessible HTML templates topic discuss design decisions you should consider when creating HTML content. Most of the tips provided are web content standards set by the World Wide Web Consortium in the Web Content Accessibility Guidelines.
We recommend that you create HTML topics for your course content when possible. HTML code is easier for assistive technologies to interpret than application based files such as MS Word. It also allows you to link content topics together and link content to different tools in Learning Environment.
Tip Consider using one of our accessible HTML templates to streamline your content creation process.
- Use a simple layout that does not organize content in tables or columns. Simply organized material is easier for students to read and understand, is easier for assistive technology to interpret and present, and is easier for mobile and handheld devices to resize.
- Use headings to communicate the relationships between sections. Use Heading 1 for the title, Heading 2 for major sections, Heading 3 for subsections, etc. If headings are used correctly, screen reader users can quickly search a page by heading and participants with cognitive disabilities can understand how sections and content relate easier.
- Make sure each heading is unique. Do not use the same text for a Heading 3 (subsection) that you used for your Heading 1 at the start of the document. The same principle applies to file/item names. Make sure each file or item you create has a unique name.
- Include a table of contents that links to each section and "Back to top" links at the end of each section for longer documents.
- Include alternative text descriptions (alt text) for all graphics. Use double quotes (null) "" as the alt text if the object is a decorative element that does not add meaning. If the graphic is a link, begin the alt text “Link to.” The HTML Editor in Learning Environment automatically prompts you to include alt text when you insert an image.
- Include detailed captions below tables and graphs. These captions should explain what the objects convey, including important trends and statistics. This will help all students interpret the objects. For tables, include a summary element in the table tag that explains how the table is organized and make sure tables make sense when read from left to right. Screen readers have difficulty conveying information that reads from top to bottom.
- Use the same text on-screen and in the alt text for links. Make sure the text describes the action that will occur. Never use text such as “Click Here” as the link. Screen reader users often use a list of links to quickly navigate actions on a page, this is not possible if links are not descriptive.
- Include text alternatives of multimedia content, such as audio or video files. If you do not have the time to create a complete text alternative, include a descriptive label that summarizes the content.
- Do not use blinking or flashing multimedia as it can cause seizures in individuals with photosensitivity. Use animation when it helps convey a concept and not to draw attention to an unchanging object. Use a combination of size, color, and prominence to draw attention to objects.
- Never use only color to convey meaning. If you want to show how concepts and objects relate to each other use a combination of size, color, and text labels.
- Ensure there is a strong contrast between the text and background colors used in your course materials. (See Editing course offering properties, for more information on setting course colors.)
- Use relative font sizes and make sure the text and page layout adjusts when font sizes are changed. Users should not have to scroll horizontally.
- Present material in HTML where possible. If you need to use other file formats (such as video files), choose formats that are recognized by most browsers and/or offer the material in multiple formats.
- If you use PDF files, make sure they were scanned with optical character recognition (OCR) so the text can be read by screen readers. Scan pages with multiple columns one column at a time so that OCR works correctly. Add bookmarks for major sections to make the content easier to navigate.
- If you create PDF documents from Microsoft Word or another word processor, make sure you format titles and sections using headings so they are tagged correctly in the PDF.
See also