Accessibility

Your constantly-updated definition of Accessibility and collection of videos and articles.
Be a conversation starter: Share this page and inspire others!

1,676 Shares

What is Accessibility?

Accessibility is the concept of whether a product or service can be used by everyone—however they encounter it. Accessibility laws exist to aid people with disabilities, but designers should try to accommodate all potential users in many contexts of use anyway. To do so has firm benefits—notably better designs for all.

Transcript

A11Y—Accessibility’s Other Name

A11Y is the abbreviation—a numeronym, to be exact—for accessibility, where “11” represents the number of letters between the letters A and Y. Often, people in the design field use the shorthand on social media or in blogs when they refer to accessibility-related topics and have a limited word or character count. 

We can pronounce A11Y as “A-one-one-Y,” “A-eleven-Y” or even as “ally,” but it’s best just to say “accessibility.” As with most abbreviations, A11Y is a form of jargon, so be sure to clarify its meaning upfront with any audience that might not understand it, whether in writing or verbally. 

Remember, when designers create products and services with accessibility in mind, they often design better products for everyone. No matter the name, A11Y is key to inclusive design.

© Interaction Design Foundation, CC BY-SA 4.0

Accessibility vs Usability

Since they have similarities, accessibility is sometimes confused with usability. Both overlap and are vital parts of user experience (UX) design, but there are also key distinctions between them. Usability is concerned with whether designs are effective, efficient and satisfying to use.

Transcript

Theoretically, this means that usability includes accessibility, since a product that is inaccessible is also unusable to someone with a disability; practically, however, usability tends not to specifically focus on the user experience of people with disabilities. Accessibility, on the other hand, is concerned with whether all users are able to access an equivalent user experience, however they encounter a product or service (e.g., using assistive devices). Unlike usability, accessibility focuses on people with disabilities.

© Interaction Design Foundation, CC BY-SA 4.0

Accessible Designs Help Everyone

Accessibility is not only the right thing to do, but often also brings benefits to all users. That’s because accessibility features that help people with disabilities often help other people, too. For instance, video captions that help people with hearing difficulties also help a person who is watching the video on mute (e.g., in a social media feed). Legible, high-contrast text that helps people with vision difficulties also helps people with perfect eyesight who are using the app outdoors in bright sunlight. Many users—whatever their abilities—will face challenges due to demanding contexts. When you design for all ability levels, you can create products and services anyone can use and enjoy—or at least find helpful or calming.

Although accessibility is a critical factor that impacts design, many brands overlook it. Based on a 2011 World Health Organization report concerning disability, however, you’ll exclude about 15% of Earth’s population if you don’t make your design accessible. Furthermore, many jurisdictions—including the E.U.—have penalties for failure to create accessible designs. However, designing for accessibility makes sense on more than a legal level; it brings benefits, including these:

  • Improved SEO from semantic HTML

  • Opportunities to reach more users on more devices, in more settings/environments

  • Enhanced public image for your brand

Types of Accessibility Issues

You should consider the number and types of potential accessibility issues users will have. These are common barriers:

  • Visual (e.g., color blindness)

  • Motor/mobility (e.g., wheelchair-user concerns)

  • Auditory (hearing difficulties)

  • Seizures (especially photosensitive epilepsy)

  • Learning/cognitive (e.g., dyslexia)

Ability barriers can also arise for any user:

  • Incidental (e.g., sleep-deprivation)

  • Environmental (e.g., using a mobile device underground)

© Interaction Design Foundation, CC BY-SA 4.0

The possibilities are virtually limitless regarding who might be trying to access your product/service.

“When UX doesn’t consider ALL users, shouldn’t it be known as “SOME User Experience” or… SUX?”

— Billy Gregory, Senior Accessibility Engineer

© Interaction Design Foundation, CC BY-SA 4.0

Practical Guidelines for Accessibility

The World Wide Web Consortium (W3C) stipulates standards for accessible design in its latest Web Content Accessibility Guidelines (WCAG). You can follow these essential points to accommodate users with diverse abilities:

  • Use a content management system (CMS) supporting accessibility standards (e.g., WordPress). Whenever you amend any pre-used template, ensure themes were designed for accessibility.

  • Include personas with varying abilities.

  • Use header tags in text (optimally, use CSS for consistency throughout). Move consecutively from one heading level to the next (without skipping).

  • Use alt text on content-enhancing images.

    © Interaction Design Foundation, CC BY-SA 4.0

  • Have a link strategy (i.e., describe the link before inserting it – e.g., “Read more about the Interaction Design Foundation, at their website.Offer visual cues (e.g., PDF icons), underline links and highlight menu links on mouseover.

  • Improve visibility with careful color selection and high contrast.

    © Interaction Design Foundation, CC BY-SA 4.0

  • Reference shapes to help guide users (e.g., “Click the square button”).

  • Consider how screen readers handle forms. Label fields and give descriptions to screen readers via tags. Make the tab order visually ordered. Assign an ARIA required or not required role to each field (know how to use ARIA). Avoid the asterisk convention.

  • Use proper HTML elements in lists. Don’t put them on the same line as text.

  • Present dynamic content carefully, including slideshows. Consult ARIA standards for overlays, etc.

  • Validate markup using the W3 standards site to ensure all browsers can read your code.

  • Offer transcriptions for audio resources, captions/subtitles for video.

  • Make content easily understandable – simpler language reaches more users, as do effective information hierarchy, progressive disclosure and prompting.

  • Try using your design without a mouse. It can be hard to scroll.

  • Use tools such as WAVE and Color Oracle to test your design’s accessibility.

Frank Spillers explains how accessibility affects usability and search engine optimization (SEO).

Transcript

Naturally, you should test for accessibility on users themselves. Note that while it’s impossible to cover all use cases, your efforts to reach all users can yield many rewards—sometimes in unexpected areas.

Questions About Accessibility?
We've Got Answers!

What are accessibility settings?

Accessibility settings in websites and apps allow users with different abilities and preferences to access and interact with the content and functionality of the website or app. Accessibility settings can include things like changing the font size, color contrast, text spacing, keyboard navigation, screen reader support, captions, transcripts, and alternative text for images. Accessibility settings can help users who have visual, auditory, cognitive, motor, or other impairments to use the website or app more easily and effectively. Accessibility settings can also benefit users with temporary or situational difficulties, such as using a device in bright sunlight or with one hand.

What is web accessibility?

Web Accessibility, as explained by Frank Spillers, is fundamentally about optimizing the user experience for everyone, ensuring that content is accessible, inclusive, and user-friendly, regardless of ability. It aligns closely with usability, focusing on simplifying layouts, optimizing code, and making content more understandable and navigable, especially for screen-reader users. Accessibility goes beyond usability, emphasizing the need for content to be usable and accessible to all, promoting equality and inclusion on the web. Further insights on web accessibility can be gleaned from this video by Frank Spillers.

Transcript

What is accessibility testing?

Accessibility testing is done to make your web and mobile apps usable to people with special needs such as vision, hearing, and other cognitive impairments. It is an important part of the development process, as it helps to ensure that all users can access and use a website or application, regardless of their abilities. Accessibility testing also helps to comply with legal and ethical standards, such as the Web Content Accessibility Guidelines (WCAG) 2.x, which provide a set of criteria for making web content accessible to people with disabilities.

Accessibility testing can be done using both automated and manual methods. Automated tools can help to identify some common accessibility issues, such as missing alt text for images, insufficient colour contrast, or keyboard accessibility. However, automated tools cannot detect all accessibility problems, such as how well the content is structured, how clear the instructions are, or how the website or app works with assistive technologies. Therefore, manual testing is also necessary to check the usability and functionality of the website or app from the perspective of different users with different needs and preferences. Manual testing can involve using accessibility checklists, testing with assistive technologies, such as screen readers or speech recognition software, and testing with real users who have disabilities or impairments.

Transcript

What are the four areas of accessibility?

The four areas of accessibility stated in the Web Content Accessibility Guidelines (WCAG) are:

- Perceivable: Users must be able to perceive the content and functionality of the website or app using one or more of their senses. This means providing alternatives for non-text content, such as images, audio, and video, using captions, transcripts, and alt text. It also means ensuring that the content is presented in a way that is compatible with different devices and assistive technologies, such as screen readers, magnifiers, or braille displays.

- Operable: Users must be able to operate the website or app using different input methods, such as keyboard, mouse, touch, voice, or gesture. This means ensuring that the website or app is responsive, navigable, and compatible with different browsers and platforms. It also means providing mechanisms to help users find and access the content they need, such as menus, headings, links, search functions, and skip links.

- Understandable: Users must be able to understand the content and functionality of the website or app. This means ensuring that the content is clear, concise, and consistent, using plain language, appropriate grammar, and punctuation. It also means providing feedback, guidance, and error messages to help users complete tasks and avoid mistakes.

- Robust: Users must be able to access the website or app using current and future technologies. This means ensuring that the website or app is built using valid and standard code that follows web development best practices. It also means testing the website or app with different browsers, devices, and assistive technologies to identify and fix any compatibility issues.

These four areas are based on four design principles that describe what web content must be to be considered accessible. Each area has a number of guidelines and success criteria that specify how to meet the principles in practice. You can find more information about the WCAG on the W3C website.

Use our step-by-step guide to ensure accessibility in your products.

Advance Your Career With This Free Template for “Steps to Ensure Accessibility in Your Products”
Steps to Ensure Accessibility in Your Products
We respect your privacy
Get 1 powerful email each week: Design a life you love!

What Is Good Accessibility?

Good accessibility is the practice of designing and developing websites, apps, and other digital products and services that are usable by everyone, regardless of their abilities or disabilities. Good accessibility means that people can access and use the content and functionality of a website or app in a similar amount of time and effort as someone who does not have a disability. It also means that people are empowered, independent, and not frustrated by something that is poorly designed or implemented

To acheive good accessibility youYou should aim for user-friendly designs with clear, purpose-driven content that meets the needs of all users, including those with cognitive impairments or who may not have extensive experience with the language used. Understanding the various disability types, such as those illustrated in our video with Frank Spillers, CEO of Experience Dynamics, can help address around 80% of accessibility issues by focusing on core accessibility needs like screen reader compatibility and keyboard access.

Transcript

What Is an Example of Poor Accessibility?

An example of poor accessibility is a website lacking alt text for images that are meant to convey meaning. This causes issues for visually impaired users relying on screen readers. Poor accessibility is a crucial aspect of design failures and bad user experience, as illustrated in our articles on Bad UX Examples and Design Failures. Explore more on the impact of inadequate accessibility at interaction-design.org.

What Is the Difference Between Accessibility and Inclusion?

Accessibility is focused on making products and content usable for everyone, regardless of disabilities, by removing barriers and optimizing user experiences. It emphasizes adaptations and adjustments to accommodate individual needs. On the other hand, inclusion refers to the proactive design of products, services, and environments that are welcoming and usable for a diverse range of people from the start. It’s about designing universally, considering all users' varied needs and preferences. For deeper insights and understanding of inclusion, refer to this article on Inclusive Design.

Where to Learn About Accessibility?

To learn about accessibility, consider enrolling in the Accessibility: How to Design for All course offered by Interaction Design Foundation. This course provides extensive insights into designing universally to ensure content and products are accessible to everyone, including people with disabilities. You will learn about the principles and guidelines of accessibility, allowing you to create inclusive user experiences. The course suits designers, developers, and anyone interested in making the digital world more inclusive.

Transcript

Earn a Gift Earn a Gift, Answer a Short Quiz!

1
2
3
4
1
2
3
4
Question 1
Question 2
Question 3
Get Your Gift
Interaction Design Foundation logo

Question 1

What is the primary goal of accessibility in design?

1 point towards your gift

  • To enhance the visual appeal of products
  • To ensure as many people as possible can use various products
  • To increase the speed of product development
Interaction Design Foundation logo

Question 2

Which of the following is a direct benefit of designing for accessibility?

1 point towards your gift

  • Increased need for customer service
  • Improved search engine optimization (SEO)
  • Reduction in production costs
Interaction Design Foundation logo

Question 3

How does accessibility influence the overall quality of design?

1 point towards your gift

  • It enhances usability for all users.
  • It focuses only on auditory improvements.
  • It limits creative options for designers.

Learn More About Accessibility

Make learning as easy as watching Netflix: Learn more about Accessibility by taking the online IxDF Course Accessibility: How to Design for All.

Why? Because design skills make you valuable. In any job. Any industry.

In This Course, You'll

  • Get excited about creating accessible products people love! Prioritizing accessibility naturally improves everyone's experience. For example, video captions don't just help people with hearing impairments. They also help anyone who watches videos in a noisy space, with sound off, or in a non-native language. With over 1 billion people living with disabilities, your design decisions will open (or close) the door to millions. If you want to tap into a massive, underserved market and build your reputation as an inclusive, impactful designer, this course is for you. 

  • Make yourself invaluable by mastering how accessibility can accelerate product success and, in addition, protect your brand from legal risks. Accessibility isn't just good for people with disabilities—it's great for business. Happier users lead to greater impact, loyalty, and the kind of salary that reflects your value. You'll learn how to demonstrate the return on investment (ROI) of accessibility and easily build a compelling business case. You'll confidently design for a wide range of disabilities and easily create smooth experiences everyone loves.

  • Gain confidence and credibility as you implement Web Content Accessibility Guidelines (WCAG) and the ready-to-use Accessibility Screener template. With expert guidance and step-by-step templates, it's simpler than you think! You'll immediately be able to apply these insights across all roles and industries. AI-powered features have the potential to make products more accessible at scale, but you stay in demand when you know how to apply them well. Timeless human-centered accessibility skills help you make clear choices that ensure new features, automated systems, and design decisions actually work for people with different abilities. You don't need a specific background. You'll get a deep understanding of how design impacts usability for everyone through interviews with an accessibility specialist with visual impairment. Even without any prior experience, you'll effortlessly optimize code with practical techniques like Accessible Rich Internet Applications (ARIA) markup and alt text for images. This course gives you the skills to master compliance standards and create products with improved usability for everyone.

It's Easy to Fast-Track Your Career with the World's Best Experts

Master complex skills effortlessly with proven best practices and toolkits directly from the world's top design experts. Meet your expert for this course:

  • Frank Spillers: Service Designer and Founder and CEO of Experience Dynamics.

Get an Industry-Recognized IxDF Course Certificate

Increase your credibility, salary potential and job opportunities by showing credible evidence of your skills.

IxDF Course Certificates set the industry gold standard. Add them to your LinkedIn profile, resumé, and job applications.

Course Certificate Example

Be in distinguished company, alongside industry leaders who train their teams with the IxDF and trust IxDF Course Certificates.

Our clients: IBM, HP, Adobe, GE, Accenture, Allianz, Phillips, Deezer, Capgemin, Mcafee, SAP, Telenor, Cigna, British Parliament, State of New York

All Free IxDF Articles on Accessibility

Read full article
What are the Five Elements of UX Design? - Article hero image
Interaction Design Foundation logo

What are the Five Elements of UX Design?

When you think about user experience design (UX design) and what the ingredients for users to enjoy great experiences are—and so, what you need to think about presenting to them in innovative and delightful ways they can hit the ground running with—does it seem a little overwhelming sometimes? Does

Social shares
760
Published
Read Article
Read full article
Stand on the shoulders of giants and follow international standards - Article hero image
Interaction Design Foundation logo

Stand on the shoulders of giants and follow international standards

Design can be very subjective. This leads UX practitioners facing criticism and a lack of credibility when dealing with other more scientific disciplines. Fortunately, you can rely on international standards to refer to and easily bridge the gap. The ISO 9241 Standard for the Ergonomics of Human-Sy

Social shares
674
Published
Read Article
Read full article
Occam’s Razor: The simplest solution is always the best - Article hero image
Interaction Design Foundation logo

Occam’s Razor: The simplest solution is always the best

You may have heard of Occam’s Razor; did you know that you can apply it to web design? When you’ve got it in your “toolbox”, you’ll have an edge in the marketplace.Occam’s Razor, put simply, states: “the simplest solution is almost always the best.” It’s a problem-solving principle arguing that simp

Social shares
1.1k
Published
Read Article
Read full article
Accessibility: Usability for all - Article hero image
Interaction Design Foundation logo

Accessibility: Usability for all

Let’s examine a topic we often take for granted to understand what it’s really about. Doing so, you’ll be able to proceed with a broader appreciation of how users engage your designs.The Overlooked, Misunderstood Nature of Accessibility© WhisperToMe, Public DomainA design is only useful if it’s acce

Social shares
925
Published
Read Article
Read full article
The 7 Factors that Influence User Experience - Article hero image
Interaction Design Foundation logo

The 7 Factors that Influence User Experience

User Experience (UX) is critical to the success or failure of a product in the market but what do we mean by UX? All too often UX is confused with usability which describes to some extent how easy a product is to use and it is true that UX as a discipline began with usability – however, UX has grown

Social shares
1.3k
Published
Read Article
Read full article
Understand the Social Needs for Accessibility in UX Design - Article hero image
Interaction Design Foundation logo

Understand the Social Needs for Accessibility in UX Design

As UX designers, we have a lot on our plates. The term “UX Unicorn” exists for a reason. We are responsible for our clients’ goals as well as our users’ needs. You might ask then, why should you think about Accessibility in your UX Design process?Imagine going into a design workshop and telling your

Social shares
928
Published
Read Article

10 Principles of Accessibility

10 Principles of Accessibility

Do you want to get serious about accessibility, but finding it hard to know where to start? In this video, we’ll take you through 10 principles you can use to get started creating great accessible websites and interfaces that are digitally inclusive right now. Among other things, you’ll learn how to create ALT text that makes sense (and why it’s important), why hamburger menus are not optimal for accessibility, and what it means to embrace the access attitude.

Transcript

The Takeaway

When you want to start designing for accessibility, you should consider these 10 principles:

  • If you can’t consider all disabilities, consider blindness. 80 percent of accessibility issues are related to blindness.

  • Remember to create good ALT text (text that describes images).

  • Remember to tag hamburger menus so screen readers don’t skip over them.

  • Don’t place important content out of the way where screen readers won’t find it.

  • You have to test for accessibility with real users.

  • Don’t disable zoom in mobile interfaces.

  • Accessibility is cheaper when it’s done up front – and easily learned.

  • Be aware of visual bias, but remember that accessibility does not mean ugly design.

  • Check mobile accessibility separately.

  • Embrace the all-access attitude.

References

© Ralph Aichinger, CC BY 2.0

Course: “Accessibility - How to Design for All”

Feel Stuck?
Want Better Job Options?

AI is replacing jobs everywhere, yet design jobs are booming with a projected 45% job growth. With design skills, you can create products and services people love. More love means more impact and greater salary potential.

At IxDF, we help you from your first course to your next job, all in one place.

See How Design Skills Turn Into Job Options
Privacy Settings
By using this site, you accept our Cookie Policy and Terms of Use.
Customize
Accept all

Be the One Who Inspires

People remember who shares great ideas.

Share on:

Academic Credibility — On Autopilot

Don't waste time googling citation formats. Just copy, paste and look legit in seconds.