Course Content
Module 1: Introduction to Accessibility and Inclusivity
• 1.1 What is Digital Accessibility? Understand the importance of accessibility in the digital world and its impact on individuals with disabilities. • 1.2 Overview of Disabilities and Assistive Technologies Explore different types of disabilities (visual, auditory, cognitive, motor) and the assistive technologies used by people with disabilities. • 1.3 The Role of Inclusive Design in Promoting Diversity Learn how inclusivity strengthens design and fosters a diverse user base by addressing diverse needs. • 1.4 Legal Frameworks for Accessibility (ADA, Section 508, and WCAG) Gain insight into legal standards and guidelines that promote digital accessibility.
0/4
Module 2: The POUR Principles in Web Design
• 2.1 Perceivable: Creating Content for All Senses Explore strategies to ensure that all content (text, images, audio, video) can be perceived by users with different disabilities. - Lab: Writing effective alternative text for images - Lab: Using transcripts and captions for media • 2.2 Operable: Designing Functional Interfaces Learn how to make digital interfaces operable for users with diverse abilities, including keyboard navigation and accessible control mechanisms. - Lab: Creating keyboard-accessible navigation - Lab: Designing intuitive form controls • 2.3 Understandable: Clear and Consistent Design Understand how to make content and design easy to comprehend, using clear language, logical layout, and predictable functionality. - Lab: Designing for readability and cognitive load • 2.4 Robust: Future-Proofing Your Design Discover ways to ensure your design remains accessible across various devices, browsers, and assistive technologies. - Lab: Testing your design on multiple platforms and with screen readers
0/4
Module 3: Applying WCAG Standards
• 3.1 Introduction to WCAG 2.1 Guidelines Deep dive into the Web Content Accessibility Guidelines (WCAG) and their application to digital design. • 3.2 Levels of Conformance: A, AA, and AAA Learn about the different levels of accessibility conformance and how to prioritize accessibility improvements. • 3.3 Evaluating Your Website for WCAG Compliance - Lab: Conducting an accessibility audit using online tools
0/3
Module 4: Designing for Specific Disabilities
• 4.1 Designing for Visual Impairments (Including Color Blindness) Learn how to optimize your design for people with visual impairments, using contrast, screen readers, and magnification tools. - Lab: Implementing high-contrast color schemes • 4.2 Designing for Auditory Disabilities Discover ways to make multimedia content accessible to users with hearing impairments, including transcripts and sign language options. - Lab: Adding captions to videos • 4.3 Designing for Motor Disabilities Learn best practices for designing websites and apps that are easy to navigate for users with motor impairments. - Lab: Simplifying navigation and form inputs for motor disabilities • 4.4 Designing for Cognitive Disabilities Explore strategies to simplify content and interface design to support users with cognitive impairments, learning disabilities, or neurological conditions. - Lab: Reducing cognitive load through simple UI design
0/4
Module 5: Tools and Resources for Accessible Design
• 5.1 Accessibility Evaluation Tools Explore various online tools and plugins that help evaluate the accessibility of digital designs. • 5.2 Assistive Technology Simulations Experience how users with disabilities interact with websites using screen readers, magnifiers, and other assistive technologies.
0/2
Module 6: Best Practices for Ongoing Accessibility
• 6.1 Creating an Accessibility Plan for Your Organization Learn how to develop a comprehensive accessibility plan that integrates POUR principles into your design process. • 6.2 Accessibility Testing and Maintenance Understand the importance of continuous accessibility testing and strategies to keep your digital designs inclusive over time. • 6.3 Case Studies of Successful Accessible Designs Review real-world examples of websites and applications that have successfully implemented accessibility standards.
0/3
Module 7: Final Project
• 7.1 Capstone Project: Designing an Accessible Web Page Apply all the concepts learned in the course by designing a fully accessible web page, meeting WCAG 2.1 guidelines and incorporating POUR principles. Participants will receive feedback on their designs. ________________________________________ Assessment • Quizzes and Knowledge Checks Each module will contain quizzes and exercises to reinforce the principles and practices discussed. • Final Project Evaluation The capstone project will be assessed for accessibility, usability, and compliance with WCAG standards.
0/3
The POUR Principles of Design: Inclusivity and Accessibility for People with Disabilities
About Lesson

Introduction to Perceivable Content

The Perceivable principle is the first of the four foundational principles outlined in the Web Content Accessibility Guidelines (WCAG). It emphasizes the need to ensure that users can perceive all content, regardless of their abilities. This means that digital content such as text, images, audio, and video must be presented in ways that people with disabilities can perceive, either through assistive technologies or alternative formats.

Perceivable Principle – Key Concepts
  1. Text Alternatives: Non-text content (like images and buttons) must have text descriptions or alternatives so they can be understood by screen readers and other assistive technologies.
  2. Time-Based Media: Audio and video content must provide alternatives, such as captions or transcripts, so that people who cannot hear or see the content can still understand it.
  3. Adaptable Content: Content should be presented in ways that allow users to customize its display, such as increasing text size or changing contrast.
  4. Distinguishable Content: Make content easy to see and hear, including separating foreground from background elements, ensuring color contrast, and avoiding text within images.

Strategies for Creating Perceivable Content

1. Writing Effective Alternative Text (Alt Text) for Images

Alt text, or alternative text, is a short description of an image that is used by screen readers to convey the meaning of an image to users who are visually impaired. Effective alt text should:

  • Describe the image: Provide a concise, meaningful description of the image’s content.
  • Convey function: If the image is a link or button, describe its function (e.g., “Search button”).
  • Avoid redundancy: If the image is purely decorative, it should be marked as such (e.g., “decorative image”) to prevent cluttering the user experience.

Examples of Effective Alt Text:

  • Image: A photo of a woman holding a cup of coffee and smiling.
    • Alt Text: “Woman holding a coffee cup and smiling at a café.”
  • Image: A “submit” button in a form.
    • Alt Text: “Submit form.”

Poor Alt Text:

  • “Image001.jpg” or “Picture.”
    • These do not provide any meaningful information to the user.
  • “A beautiful image” or “Graphic.”
    • These are too vague and do not provide specific information about the content or purpose of the image.
2. Using Transcripts and Captions for Media

To make audio and video content perceivable, you must provide alternatives for users who are deaf or hard of hearing.

  • Transcripts: A transcript is a text version of all spoken content, including descriptions of non-verbal sounds or actions, such as [laughter] or [door slamming]. Transcripts are especially helpful for audio-only content like podcasts or lectures.

  • Captions: Captions are text displayed on-screen that sync with the audio content. They are crucial for video content to ensure that users who cannot hear the dialogue or sounds can still follow along. Captions include both spoken dialogue and relevant non-verbal sounds (e.g., [music playing], [applause]).

Difference Between Captions and Subtitles:

  • Captions: Include all sounds (both speech and non-speech) relevant to understanding the media.
  • Subtitles: Typically translate spoken dialogue into another language but may not include non-verbal audio cues.
3. Color Contrast and Text Resizing

Making content more perceivable also involves ensuring that text is easy to read. To address this:

  • Contrast Ratio: The contrast between text and background should meet the minimum recommended level, which is 4.5:1 for normal text and 3:1 for large text.
  • Scalable Text: Text should be resizable up to 200% without losing functionality or breaking the layout.
4. Sensory Characteristics

Instructions should not rely solely on sensory characteristics such as shape, color, or sound to communicate information. For example:

  • Avoid: “Click the green button.”
  • Better: “Click the button labeled ‘Submit’.”

Lab 1: Writing Effective Alternative Text for Images

In this lab, you will practice writing alt text for various types of images. Use the strategies covered in this lecture to describe the content of the images meaningfully.

Instructions:

  1. Write alt text for each of the following images.
  2. Ensure that your descriptions are clear, concise, and provide meaningful information.
  3. If an image is purely decorative, indicate that.

Image 1:
A photo of a family hiking in the mountains.

Your Alt Text:
“A family of four hiking along a mountain trail with a scenic view of snow-capped peaks in the background.”

Image 2:
An image of a form submission button.

Your Alt Text:
“Submit form button.”

Image 3:
A decorative floral background used as part of a website’s design.

Your Alt Text:
“Decorative image.”

Review and Feedback:

Once you’ve written the alt text, compare it to best practices:

  • Does it describe the image’s content or purpose?
  • Is it concise yet meaningful?
  • Does it avoid redundancy?

Lab 2: Using Transcripts and Captions for Media

In this lab, you will create captions and transcripts for a short video clip and an audio file.

Instructions:

  1. Video Clip: Watch a short video (provided) and write captions that include spoken dialogue, sound effects, and any meaningful background sounds.

    • Example: [wind blowing], [car honking], “Hello, how are you today?”
  2. Audio File: Listen to the provided audio clip and write a transcript that captures everything spoken in the clip, as well as any non-verbal sounds.

    • Example: “Welcome to the Accessibility Workshop. [Applause] We’re excited to have you join us.”
  3. Review your captions and transcript for accuracy and clarity.


Case Studies

Case Study 1: Alt Text for E-Commerce

An online fashion retailer revamped its website to be accessible by adding descriptive alt text to all its product images. Previously, the site used default alt text such as “image001.jpg,” which was not helpful for screen reader users. After updating the alt text to describe the style, color, and features of the clothing items, the retailer saw a 15% increase in engagement from customers using assistive technologies.

Case Study 2: Captioning for Online Learning

A university added captions and transcripts to all of its video lectures after receiving complaints from students who were hard of hearing. As a result, the videos became easier to follow for all students, including those who used captions for better comprehension. The university also noticed that students who did not speak English as a first language benefited from having captions to support their understanding.


Online Tools for Accessibility

  • WAVE (Web Accessibility Evaluation Tool):
    Allows you to test websites for accessibility issues, including missing alt text.
    https://wave.webaim.org/

  • Axe Accessibility Tool:
    A browser extension for developers to check the accessibility of web pages.
    https://www.deque.com/axe/

  • Amara (Video Captioning Tool):
    A free tool for creating and editing captions for videos.
    https://amara.org/


End of Lecture Quiz

1. What is the primary purpose of alt text?

  • a) To provide additional SEO value to images
  • b) To describe the content and function of images for users who cannot see them
  • c) To make the website look more modern

Answer: b) To describe the content and function of images for users who cannot see them
Rationale: Alt text ensures that users who are visually impaired or using screen readers can understand the content or purpose of an image.


2. What is the difference between captions and transcripts?

  • a) Captions are for audio content, and transcripts are for video content
  • b) Captions sync with video or audio content, while transcripts provide the full text of spoken words and sounds
  • c) Transcripts only include spoken dialogue

Answer: b) Captions sync with video or audio content, while transcripts provide the full text of spoken words and sounds
Rationale: Captions are displayed in real-time with the media, while transcripts are the complete text of audio content, including non-verbal sounds.


3. Why is it important to avoid relying solely on sensory characteristics when giving instructions?

  • a) Not all users perceive color or shape in the same way
  • b) It makes the website look cluttered
  • c) Sensory characteristics are irrelevant for most users

Answer: a) Not all users perceive color or shape in the same way
Rationale: Relying solely on sensory characteristics can exclude users who are color-blind or have other disabilities that affect perception.


Conclusion

The Perceivable principle is about ensuring that all users, regardless of their abilities, can perceive and interact with content. By incorporating alt text, captions, transcripts, and attention to visual elements like contrast, designers can make their content more inclusive and accessible to a broader audience.

Join the conversation