By following universal design principles, you reduce the need for accommodations and make your guides easier for all users to access. Universal Design for Learning is a framework specifically designed to optimize teaching and learning, and much of the framework can be applied to online design.
Use headings as indicators for sections and sub-sections in your guide. This not only provides hierarchical organization and formatting, but also makes it easy for screen readers to scan and jump to different content areas.
<h1>
tag in HTML) in your guide as this should only be used once for the entire page.<h3>
tag in HTML) and then Heading 4 in rich text editor.All Images need to have Alternative Text (ALT tag) included. To add a ALT tag to your image in the rich text editor, you will
<caption>
, <th>
, etc.) to it. Otherwise, the screen reader may incorrectly present the table as a data table causing increased overhead and confusion.It is recommended that you type directly into the rich text editor; then use the functions in the text editor to add style and formatting. Creating the text elsewhere and attempting to copy / paste it into the text editor will bring in a lot of unnecessary HTML code and formatting, which will also introduce inaccessible content.
<h3>
in HTML) and follow by Heading 4 in the rich text editor.<strong>
or <em>
tags in HTML) to indicate emphasis. Use these tags sparingly.
<b>
or italics <i>
tags as they denote style rather than importance.Infographics & screenshots can be useful tools, but they do pose challenges for screen readers. To ensure content is accessible for all users, offer a text version of the image. Provide access to the text version in one or more of the following ways:
Accessibility Checker
Color Contrast Checker
Caption
Credit: This page is a derivative of the Best Practices: Accessibility page of the University of Illinois at Urbana-Champaign's Getting Started with LibGuides guide, which relies heavily on WebAIM’s Principles of Accessible Design as well as the Boston College Libraries' LibGuides Standards and Best Practices: Accessibility page.