Introduction to Web Accessibility

Web accessibility is about creating web content, design, and tools that can be used by everyone. 

Get a Free Scan

Stylized graphic of a man looking at someone off camera surrounded by accessibility logos

What Is Web Accessibility?

We’ve all experienced the annoyance of slow-loading websites, squinting at badly-designed font, or the despair of trying to navigate a web pages that aren't mobile-friendly. While these problems may be a slight inconvenience to us, for people with disabilities, they can be downright restrictive to using the web.

Web accessibility is the need for websites to utilize tools and technologies developed to aid the perception, understanding, contribution, navigation, and interaction of a person with disabilities on the site. Integrating accessibility can seem intimidating to those just getting acquainted with it, but it's a vital element of user experience. Accessibility should be built into the web development and design processes, rather than trying to retrofit it as an afterthought.

Disability Types

Image
Illustration of a closed eye

Visual

Visual disabilities includes blindness, low vision, and color blindness.

More on Visual Impairments

Image
Illustration of an ear with an "x" over it

Hearing

Hearing disabilities includes hearing impairments and deafness.

More on Hearing Impairments

Image
illustration of a person with their brain

Neurological

Neurological impairments involve the central and peripheral nervous systems, including epilepsy, Alzheimer's disease, Parkinson's disease, etc.

More on Neurological Impairments

Image
Illustration of a person with a cogwheel in their head

Cognitive

Cognitive disabilities includes attention, logic, and learning disabilities.

More on Cognitive Impairments

Image
illustration of a hand picking up a small object

Motor

Motor disabilities includes limited fine motor control, muscle slowness, and difficulty or inability to use hands.

More on Motor Impairments

Why Is Web Accessibility Important?

According to the World Health Organization's (WHO) 2023 world report on disabilities, 16% of the world’s population experience some sort of disability from physical to cognitive and nuerological. Rates of disability are only set to increase due to population aging and the increase in chronic health conditions.


1.3 Billion

Of the world’s population live with a disability


People with disabilities should be able to enjoy the same access to information as those without. Fortunately, there are technologies available to reduce or remove the barriers to digital access. The provision of these benefits ensures that everyone, regardless of age, physical, or mental ability, can use the internet and have a good web experience.

Besides making the internet a more inclusive place for everyone, a good accessibility strategy also has business benefits. Accessibility is a component of design and development that touches on almost every element of the website’s creation. It overlaps the aspects of mobile-friendly designs, device independence, multi-modal interaction, usability, SEO, and more. Accessible websites can have better search results, reduced maintenance costs, increased audience reach, and demonstrate corporate social responsibility. Having a well-designed, accessible website doesn’t just make your website available to people with disabilities, but it can also significantly improve the user experience for all users of your site.

Stylized Graphic of a browser with the Acquia TV UI

Reach Your Audiences and Drive Better ROI

US Brands that are not prioritizing accessibility are losing up to $6.9 billion annually to their competitors. It’s not just about compliance; accessibility is a stimulus for creating more engaging and productive digital experiences for ALL users. 

In this video, Acquia’s CMO, Jennifer Griffin Smith, presents key strategies to grow your customer base, improve customer satisfaction/brand loyalty, and increase revenue.

Stream Now ↗

Accessibility Standards

The Web Content Accessibility Guidelines (WCAG) was developed by the World Wide Web Consortium (W3C) with the purpose of setting a series of internationally shared guidelines governing the standards of web content accessibility to make websites, devices, and content accessible to users with disabilities. Content under the WCAG refers to web content which is the information on a web page or web application, which includes:

  • Natural information such as text, images, and sounds
  • Code or markup that defines structure, presentation, etc.

There are two versions of WCAG applied currently: WCAG 2.0 and 2.1. WCAG 2.0 was published in 2008 and became an ISO standard in 2012. WCAG 2.1 was published in 2018. All requirements (“success criteria”) from 2.0 are included in 2.1, with a few additional success criteria in 2.1. However, the guidelines are backward-compatible, meaning that content that conforms to WCAG 2.1 also conforms to WCAG 2.0.

The WCAG forms the basis of most legislation on accessibility across the world. Legislation like the Title III of the Americans with Disabilities Act (ADA) and Accessibility for Ontarians with Disabilities Act (AODA) adopt the WCAG at level AA as the minimum standard of conformance. Some countries have indirect references to the WCAG. The European Standard EN 301 549 for the EU Web Accessibility Directive, for example, does not explicitly state its adoption of the WCAG but includes all the requirements from the guidelines.

WCAG’s success criteria are categorized into three levels of conformance, Level A, AA, and AAA.

Level A

This covers the most basic requirements of accessibility features and is the minimum degree of accessibility that must be satisfied. Failure to conform to this level will result in a completely inaccessible website.

Level AA

This level addresses some of the more common barriers to entry for people with disabilities. This is the highest level of conformance required by most websites as it ensures that the biggest accessibility barriers are removed.

Level AAA

This is the highest level for accessibility under WCAG and it is more difficult to achieve by most sites. Achieving this level is desirable, but not generally necessary.

The Four Principles of Accessibility

The principles of web accessibility are the foundations of content produced for the web and for anyone who wants to use the web. Missing any one of these four principles leads to inaccessible web experiences for users with disabilities. The acronym, POUR, describes the principles of functional accessibility.

Illustration of a person with a check mark

Perceivable

Information and user interface components must be presentable to users in ways they can perceive.

Illustration of a hand holding a cogwheel

Operable

User interface components and navigation must be operable.

Illustration of a person and a cogwheel with a checkmark

Understandable

Information and the operation of user interface must be understandable.

Illustration of a flexing arm

Robust

Content must be robust enough that it can be interpreted reliably by a wide variety of user agents, including assistive technologies.

PDF Accessibility Scanner

Identify and remediate PDF accessibility issues on the Monsido platform.

More on PDF Accessibility

Illustration of a PDF with multiple mistakes highlighted

The Components of Web Accessibility

Web accessibility is an aspect that covers every element of a website. The different components of the website should be interconnected and complementary to each other to create a site that is functional and available for the benefit of those with disabilities. These components include:

  • Content
    Content comprises the information on a web page or web applications, such as text, images, and sounds; or the code, script, or markup that defines the structure, presentation, etc. of the site.
  • User Agents
    User agents are the web browsers, mobile phone browsers, media players, plug-ins, assistive technology, and other software that acts on behalf of a user.
  • Authoring Tools
    This is the software that creates websites such as code editors, content management systems, blogs, etc.
  • Evaluation Tools
    Tools to help you review the effectiveness of your accessibility attributes and to help track your remediation efforts.

Examples of Web Accessibility

Add alternative text (alt text) for images: This can be done by adding a description of the text in the markup/code. Alt text is used by screen readers and other assistive technologies to read the information on the images aloud to people with visual impairments. Alt text is also beneficial to web users who have their images turned off due to low bandwidth and is a valuable resource for search engine optimization. Alt text must be both short and descriptive.

Examples of good and bad alt text
Bad: A photograph of puppies
Good: Three Labrador puppies sitting in a basket

For images that are purely for decorative purposes, use null alt text (img alt=””).

Ensure keyboard functionality: For people with mobility impairment, fine motor disabilities, or temporary disabilities like broken fingers, using a mouse to navigate can be difficult. People must able to use a website through other means, like a keyboard. For accessible websites, all functionality is available through a keyboard. Users can tab through content or use assistive technology that mimics the keyboard navigation pattern.

Provide transcripts for audio: For those with hearing impairments, audio files like sound clips, podcasts, and videos are inaccessible. Having a transcript of the audio content allows people with hearing impairments to consume it.

Compliance and Legislation

There are different web accessibility standards and regulations across different countries. Here are some examples of the more prominent laws and guidelines across the globe.

Global

WCAG

The Web Content Accessibility Guidelines (WCAG) is the international accessibility standard established by the World Wide Web Consortium (W3C).

More on WCAG

United States

ADA

Under Title III of the Americans with Disabilities Act, all areas of public accommodation, including websites, must be accessible for all users.

More on ADA

United States

Section 508

Section 508 of the Rehabilitation Act of 1973 requires federal agencies in the United States to ensure that their electronic and information technology is accessible.

More on Section 508

Canada

AODA

The Accessibility for Ontarians with Disabilities Act 2005 (AODA) is enforced in Ontario to identify, remove, and prevent barriers for people with disabilities and includes web accessibility.

More on AODA

Europe

EU Web accessibility Directive

The EU published the EU Web Accessibility Directive to standardize and harmonize the framework around the web and mobile accessibility of public sector organizations.

More on the EU Web Directive

Europe

EAA

The European Accessibility Act (EAA) is an EU directive that requires EU member states to legislate on accessibility both on and offline, providing a framework of common accessibility rules for the market.

More on EAA

Australia

Australian DDA

The Australian Disability Discrimination Act 1992 (DDA) protects people with disabilities against discrimination across different areas of public life, including the provision of information and online services through the web.

More on DDA

Europe

UK Public Bodies Accessibility Regulations

The UK Public Sector Bodies Accessibility Regulations from 2018 mandates the accessibility of websites and mobile applications.

More on UK Regulations

How to Create an Accessible Website

Accessibility relies on the collaboration of the components mentioned. Here are some basic guidelines on how to ensure that the interface and development of your site are created for accessibility.

The following principles that describe accessibility solutions are developed and benchmarked by the W3C Web Accessibility Initiative (WAI), in conformance to WCAG standards.

Image
number 1

Text alternatives: Use text alternatives to convey the context and purpose of visual content. Text alternatives render the information of visual content into electronic text that can be presented in a form that best fits the requirements of the user. Examples include read-aloud recordings of text, enlargement of text sizes, or the option of text to be read on braille devices.

Image
number 2

Providing text transcripts and captions for audio content: Multimedia, while providing users with a richer and more diversified experience on the web, can be limiting to people with audio or visual impairments. Providing text transcripts and captions for audio content or adding a sign language interpretation can help create more accessible experiences.

Image
number 3

Presentation of content: Content should be presented in different formats and users should be able to change content presentation. Examples of multiple content presentations include allowing options for content to be read aloud, displaying content in custom color combinations, using correct color contrasts, and creating mobile-friendly content.

Image
number 4

Avoid content that flashes, is time-based, or that autoplays: Content perception and comprehension are not created equal. Some users may need more time to read instructions, type, or complete tasks on a website. Care should be taken to adjust time-sensitive elements on a website and to use dynamic content that does not interrupt, pause, blink, or scroll. Content that is animated and flashes at certain rates can also be harmful to people with photo-sensitivities. It's best to avoid content like that or present a warning beforehand.

Image
Number 5

Accessible navigation: Navigation is an essential element of user experience and creating a site with well-organized content can provide users with disabilities an equal opportunity to experience the website fully based on their needs. Some important aspects to consider regarding accessible navigation is to understand how users interact with site structures such as hierarchical menus, search boxes, and site maps.

Image
Number 6

Make text content readable and understandable: Text content should be readable and understandable in all presentation formats. The level of comprehension of the text should be presented to cater to the broadest audience possible so that it is inclusive to those with learning and cognitive disabilities. Providing measures to ensure we help users avoid and correct mistakes is also essential. This can help people who do not see or hear the content or may not recognize implicit relationships, sequences, and other cues on web elements.

Image
Number 7

Have content appear and operate in predictable ways: Ensure that the content on your site follows a predictable and consistent pattern and interface. A consistent design can help users learn to navigate the site quickly and follow predictable patterns to achieve certain goals.

Image
Number 8

Display an accessibility statement: Demonstrate your commitment to your web accessibility efforts to your customers and stakeholders by including an accessibility statement on your site. An accessibility statement should include the accessibility guidelines and standards your website will be following including the intended level of accessibility, contact information in the event that visitors find issues with the accessibility of the site, and an acknowledgement of any exceptions to the standards based on limitations of the site. You can use an accessibility statement generator to quickly create a complete and compliant statement.

Frequently Asked Questions
Who benefits from web accessibility?
Everyone benefits from accessibility. Besides allowing individuals with disabilities access to the web, many web accessibility standards overlap with good SEO practices. For example, Google Webmaster Guidelines describe practices like ensuring descriptive alt and title attributes, checking for correct HTML, and offering a site map to users. All of these (and many more) are also important for accessibility. Web accessibility also improves user experience and quality assurance. Accessibility means creating a website that provides a good experience for everyone, regardless of how they must access the internet. When you ensure a good experience for users with disabilities, you can rest assured that your overall website experience and quality will improve.
Is web accessibility a legal requirement?
Yes. Many countries have a web accessibility legislation in place, either referring to the WCAG or with standards that are built upon the WCAG, like the European web accessibility standard EN 301 549. Refer to our compliance and legislation section for more information.
How do I know if my website is ADA compliant?
Web accessibility falls under Title III of the ADA, which states that equal access to information and services must be provided to all areas of public accommodation (hotels, schools, restaurants, gyms, retailers, libraries, doctors, etc.). Websites are considered places of public accommodation and that any barriers to access on the website are in violation of this law. While the ADA does not have its own technical standards to define web accessibility compliance, the many court cases that arose from lawsuits filed under the ADA have referenced WCAG 2.0 level AA, and subsequently, WCAG 2.1, as their benchmark for compliance standards. So to have your website ADA compliant, it should also be at minimum WCAG 2.0 level AA compliant. To find out your web accessibility compliance levels, you can request a free website scan from Monsido. Learn more about ADA compliance
Can I be sued if my website is not accessible?
Yes, you can. If your country has specific legal guidelines for web accessibility, then failing to provide an accessible website can result in a lawsuit. In 2020, over 3000 lawsuits were filed in the US in violation of the ADA. Avoid any legal action to your website by implementing web accessibility early and properly. Read this blog about how to avoid a web accessibility lawsuit.

Identify Your Website’s Biggest Issues

Find out if you're delivering the best possible web experience for your visitors.

Get a Free Scan

stylized illustration of the Monsido product UI showing various analytics