|
The Web Content Accessibility Guidelines (WCAG) are used by businesses around the world to ensure that their websites and other internet-based content remain usable by people with disabilities. WCAG is organized around four main principles: perceivability, operability, understandability, and robustness (POUR).
In our previous blog post, we discussed the first principle of perceivability. We’ll continue the series with the second principle: operability.
WCAG’s emphasis on perceivability ensures that users can passively take in and access the information on your website. Operability, on the other hand, also guarantees that users can interact with and make full use of the site.
For example, Guideline 2.1 of WCAG requires websites to be fully functional and navigable with only the keyboard. This is particularly important for users with motor disabilities, who may not have the fine motor skills required to operate a mouse.
Users should also be given enough time to perceive and use your site’s content. They should be able to adjust, pause, or disable time limits, unless the limit is absolutely necessary or longer than 20 hours.
Another consideration is navigation; your website should be as easy to navigate as possible. It should use consistent, clear titles, subtitles, and headings. If users are pressing the Tab key to redirect focus to different elements, the order in which elements receive focus should make logical sense (such as a top-to-bottom ordering on the page).
Finally, to avoid seizures in users with conditions such as epilepsy, your site should not have content that flashes more than three times per second.
Most modern browsers allow users to navigate focusable elements via the keyboard and activate them using the Enter/Return key. Make sure that you do not override this behavior or use an illogical focus order.
Your site’s HTML code should use semantic tags such as <section> and <aside> that make it easier for assistive technologies to understand the structure and meaning of each page.
Operability in WCAG 2.1
The latest version of the WCAG standards, WCAG 2.1, expands on its predecessor WCAG 2.0 with many new requirements for operability:
When applied in combination with the other three WCAG principles, operability ensures that people with disabilities can enjoy full use of your website. To learn more about the WCAG requirements, follow the Bureau of Internet Accessibility blog for the latest news and updates, or schedule a free 30-minute consultation with our internet accessibility experts.