When we talk about accessibility, we're talking about following four general principles fleshed out in the Web Content Accessibility Guidelines (WCAG). These principles can be remembered as POUR - Perceivable, Operable, Understandable, Robust:
Perceivable - Information and user interface components must be presentable to users in ways they can perceive.
This means that users must be able to perceive the information being presented (it can't be invisible to all of their senses)
Operable - User interface components and navigation must be operable.
This means that users must be able to operate the interface (the interface cannot require interaction that a user cannot perform)
Understandable - Information and the operation of user interface must be understandable.
This means that users must be able to understand the information as well as the operation of the user interface (the content or operation cannot be beyond their understanding)
Robust - Content must be robust enough that it can be interpreted reliably by a wide variety of user agents, including assistive technologies.
This means that users must be able to access the content as technologies advance (as technologies and user agents evolve, the content should remain accessible)
If we follow these guidelines, all of our users, regardless of condition will have meaningful access to our documents, LibGuides and web pages.
For further reading:
Whether you are developing content in a document, LibGuide or webpage, there are a few things you should always keep in mind.
All images that convey meaning concerning your writing (a chart, people at an event, illustration of process) should have text that conveys that meaning to people who use a screen reader to access the web. Usually this means putting something in the "alt-text" property of an image.
There are two situations where you should not put text in an alt-text field:
In these two cases, you still want alt-text, but you want to set it to "Null." In HTML, this would be alt="". In Word and other document production programs, you might see "mark as decorative figure"
Consider reading the article below to learn more about creating meaningful alt text.
According to the experts at WebAIM (Web Accessibility in Mind), "[A]s a general rule, links should be as concise as possible without sacrificing meaning." They also suggest link text that can be understood outside of context. So it is best to avoid phrases like "read more", "click here", "more" and so on.
Lately, best practice is to avoid using URLs as link texts because screen readers will read the entire URL to the user. Some feel that when it serves the purpose of establishing the authority of a link, the URL text may be used.
Another important best practice is to avoid using the same link text over and over for different links. This can create problems for two sets of users: 1) people with cognitive issues who may have trouble figuring out which link goes where and 2) people using screen readers that generate link tables. In this second case, the link table could potentially consist of the same phrase seven or eight times.
For other tips on creating meaningful link text, consider reading one of the articles below:
It is important to test the accessibility of your documents, LibGuides and web pages. And these tests ideally will be manual as well as automated. Automated accessibility checkers are improving, but still only catch about 1/3 of accessibility errors.
The suggestions below owe a large debt to LibGuides Accessibility Reference - Creating Accessible Guides, created by the University Libraries of the University of Oklahoma.
Part of a LibGuide or website's accessibility is the accessibility of documents uploaded to them. This section points you at resources you can use to make your minutes, presentations and other documents accessible before you send them to the Technology Committee for posting. This will aid in timely posting of your documents.