216digital.
Web Accessibility

Phase 1
Web Remediation for Lawsuit Settlement & Prevention


Phase 2
Real-World Accessibility


a11y.Radar
Ongoing Monitoring and Maintenance


Consultation & Training

Is Your Website Vulnerable to Frivolous Lawsuits?
Get a Free Web Accessibility Audit to Learn Where You Stand
Find Out Today!

Web Design & Development

Marketing

PPC Management
Google & Social Media Ads


Professional SEO
Increase Organic Search Strength

Interested in Marketing?
Speak to an Expert about marketing opportunities for your brand to cultivate support and growth online.
Contact Us

About

Blog

Contact Us
  • How WCAG 1.3.1 Supports Cognitive Disabilities

    Have you ever landed on a website where everything feels jumbled and disorganized? You’re left scrolling and clicking aimlessly, struggling to find exactly what you’re looking for. While that’s frustrating for anyone, imagine how overwhelming it can be for people who live with cognitive disabilities—conditions that impact concentration, memory, and decision-making.

    That’s exactly why WCAG 1.3.1 exists—to help make sure your website’s information is structured clearly enough for everyone, including those using assistive technologies, to understand it. WCAG 1.3.1 ensures your site’s headings, labels, lists, and content flow are similarly clear, logical, and user-friendly.

    Considering more than 10% of U.S. adults experience cognitive disabilities, overlooking these details can unintentionally exclude a significant audience from fully engaging with your site. By understanding and applying WCAG 1.3.1, you’ll create a digital space that feels welcoming and intuitive for everyone—no matter how they access your content.

    What Is WCAG Success Criterion 1.3.1?

    WCAG 1.3.1 is part of the Web Content Accessibility Guidelines (WCAG) 2.0 at Level A, falling under the “Perceivable” category. If that sounds a bit abstract, think of it like sorting a stack of papers into clearly labeled folders. Without labels or folders, everything’s just a heap of documents. That’s no fun for anyone—especially when you’re in a rush to find something specific.

    In web terms, WCAG 1.3.1 means your headings, lists, and form labels should make sense both visually and in the background code. This way, a screen reader can “see” the right order of information. If you’re only styling text to make it bold or bigger instead of using proper headings, you might be leaving people who rely on assistive technology in the dark.

    A well-structured site is like a neatly organized book: each section has a clear title, bullet points highlight the big ideas, and you don’t have to guess where to look next.

    But here’s the important part: WCAG 1.3.1 goes beyond just how things look. It ensures that the underlying relationships in your content—like which label belongs to which form field—are crystal clear to anyone using a screen reader or navigating with a keyboard. It’s basically an invitation for everyone to participate comfortably, no matter what tools they use to browse.

    How WCAG 1.3.1 Supports Individuals with Cognitive Disabilities

    Before diving into specific tips, let’s talk a bit about what cognitive disabilities actually are. These cover a wide range of challenges with attention, memory, problem-solving, and more. Here are a few common examples, along with how WCAG 1.3.1 makes their digital lives easier:

    ADHD (Attention Deficit Hyperactivity Disorder)

    People with ADHD might find it really tough to focus if a page is cluttered or if the layout changes all the time. Too many pop-ups, ads, or random bold headings can be a nightmare.

    By keeping a consistent layout, using proper headings, and breaking text into smaller chunks, you give users with ADHD fewer distractions so they can quickly find what they need.

    Autism Spectrum Disorder (ASD)

    Some individuals on the autism spectrum thrive on predictability. Sudden layout changes or bright, blinking ads can cause stress or confusion.

    Predictable navigation, clearly marked headings, and removing “visual clutter” create a smoother, calmer experience. When you group information logically, it’s like giving users a map that helps them explore your site at their own pace.

    Dyslexia

    Large blocks of unbroken text can be overwhelming for someone with dyslexia. Inconsistent fonts or formatting can make reading even harder.

    Clear headings, logical order, and bullet points break down the content into manageable pieces. This lets readers focus on one idea at a time instead of getting lost in a long wall of text.

    Remember, WCAG 1.3.1 isn’t just a fancy acronym. It’s a set of principles that tell you how to code and structure your site so people with various cognitive disabilities—and really, all people—can find what they’re looking for without extra stress.

    Best Practices to Implement WCAG 1.3.1

    Use Proper HTML Markup

    • Headings (<h1> to <h6>): Mark each section appropriately. It’s like having chapters and sub-chapters in a well-organized book.
    • Lists (<ul>, <ol>, <li>): Want to highlight key points or steps in a process? Use real list tags. These help people scan for main ideas.
    • Tables (<th>, <caption>): If you share data, make sure tables have clear headers, so screen readers can point out each column accurately.
    • Form Labels (<label> for <input>): Even a small tweak—like changing “Email” to “Email Address”—can help a lot.

    Make Labels and Associations Meaningful

    • Descriptive Form Labels: Be specific. “Name” could mean first name, last name, or both. “Full Name” is clearer and reduces guesswork for users who rely on assistive tools.
    • Grouping Related Form Elements: If you’re asking for billing and shipping information, use <fieldset> and <legend> to separate them. It’s like labeling two different drawers in the same cabinet.

    Keep a Logical Reading Order

    • Match Visual and Code Order: If your page appears in a certain order visually, make sure the code follows that same flow. That way, screen readers read the content in the correct sequence.
    • Avoid Layout Tables: Using tables to position content might scramble the reading order for assistive technologies. Stick to headings, sections, and CSS for layout.
    • Check CSS: Sometimes, fancy layouts shift elements around so that a screen reader says one thing while you’re visually seeing something else.

    Allow Alternative Navigation Methods

    • Use ARIA Landmarks: Elements like <nav>, <main>, and <aside> tell assistive tools what each section is for.
    • Keyboard Accessibility: Make sure users can reach all buttons and links by using the Tab key. Some folks don’t or can’t use a mouse.

    Common Mistakes to Watch Out For

    Depending on Style Instead of Structure

    For instance, using large bold text to indicate a heading but never actually marking it with <h2> or <h3>.

    Overloading with Unstructured Content

    Huge paragraphs with no headings, lists, or visual breaks can make reading a challenge for anyone, let alone someone with a cognitive disability.

    Skipping Testing

    Even if your code looks good, testing with screen readers or keyboard-only setups can reveal hidden problems. If possible, invite real users with disabilities to test your site and share feedback.

    Better Structure Means Better Accessibility

    When you boil it all down, WCAG 1.3.1 is about one key idea: making your content easy to understand and navigate. By using proper headings, clear labels, and logical order, you’re welcoming people with ADHD, ASD, dyslexia, and other cognitive disabilities into a space where they can comfortably engage with your content. And really, that’s a win for everyone. A well-organized site helps users who don’t have disabilities, too, because it’s simply easier to use.

    If you want to stay ahead in the accessibility world, WCAG 1.3.1 is a great place to start. It doesn’t have to be a big, daunting project, either. Sometimes, small changes—like adding more headings or re-labeling form fields—can make a huge difference in someone’s online experience.

    If you’re ready to optimize your site’s structure for everyone’s benefit, 216digital can guide you through each step. Our team will help you make sure your site meets WCAG 1.3.1 standards without losing any of your own unique style or branding.

    Greg McNeil

    March 26, 2025
    WCAG Compliance
    Accessibility, WCAG, WCAG Compliance, WCAG conformance, Web Accessibility
  • What Is Audio Description?

    Imagine trying to enjoy a movie when you can’t actually see what’s on the screen. Suddenly, a huge portion of the story—communicated by the actors’ gestures, the set design, and other visual elements—becomes almost impossible to follow. This is where audio description comes in.

    For people who are blind or have low vision, audio description is a vital tool that helps them understand what is happening on screen. It turns visual information—like who is walking, what they are wearing, and how they move—into words that fill in the gaps left by dialogue alone. By including audio descriptions, developers can help build a more inclusive internet that meets everyone’s needs.

    What Is Audio Description?

    Audio description (AD) is defined as “the verbal depiction of key visual elements in media and live productions.” It is a spoken narration that explains what viewers would normally learn from sight alone. AD covers facial expressions, important movements, scene changes, costumes, and on-screen text. Think of AD as the spoken equivalent of alt text for images. Just like alt text describes a picture’s contents when you can’t see it, audio description tells you what is happening visually when you are unable to follow by sight.

    Because so many key story elements are conveyed without dialogue, AD ensures blind or low-vision users are not missing out. For instance, a character might make a worried face or show a letter to another actor without saying anything. Without words describing these details, viewers may lose track of the story. That is why this accessibility measure is so important—not just for visual comprehension, but also for equal participation in popular culture.

    How Is Audio Description Created?

    Creating audio descriptions is both an art and a science. It calls for careful planning and precision so the narration enriches the original content without interrupting dialogue or other important sounds. In general, there are two main steps: writing the script and voicing the narration.

    Writing the Script

    A trained describer, or sometimes an automated tool, watches the content and notes crucial visual elements that are not otherwise explained. This includes body language, set design, and even text on signs. A human writer can craft a highly accurate script, but some creators use AI-generated drafts as a starting point. A hybrid approach—AI plus human editing—can offer speed and cost benefits while maintaining quality. Once the script is ready, it is carefully timed to fit into breaks between lines of dialogue or music cues.

    Voicing the Description

    The next step is to record the narration. Human-voiced AD typically uses professional voice actors who can deliver the right tone and clarity. An alternative is synthesized speech, where a computer-generated voice reads the script. This can be faster and cheaper but might lack the warmth and nuance a human can provide. After recording, an audio engineer mixes the new narration with the existing soundtrack. Quality assurance is essential: the final version must be clear, accurate, and properly timed so it helps the viewer without overwhelming the original audio. Many organizations also test the finished product with actual users to confirm it meets their needs.

    How Is Audio Description Published?

    When it comes to publishing audio descriptions online, developers have a variety of technical approaches:

    • User-Selectable Audio Track: Many streaming services and video players provide a separate track that includes AD, often referred to as a Secondary Audio Program (SAP).
    • Pre-Mixed Versions: Sometimes, the AD is integrated directly into the main audio track, so every listener hears the narration by default.
    • Extended or Integrated Descriptive Audio: In content with rapid action, an extended track may pause or slow the video to allow sufficient time for detailed narration.
    • Separate Files on Streaming Platforms: Services like Netflix, Disney+, and Amazon Prime frequently offer multiple audio versions, including AD, which viewers can select. Physical media (DVDs, Blu-rays) often include these options too.
    • Mobile Apps and Live Performances: Apps can synchronize real-time narration with a live show or museum exhibit, allowing users to hear descriptions without disturbing others.
    • Text-Based Alternatives: If adding audio tracks isn’t feasible, a WebVTT description track can be paired with a screen reader to deliver the same information through speech.

    Benefits of Audio Description

    While the primary users of this feature are people who are blind or have low vision, there are many others who benefit. Students who like to listen to content while taking notes, commuters who cannot watch a screen, and people who multitask all gain from this practice. Even individuals seated far from a display or those preferring a more multi-sensory viewing experience can find it helpful.

    For content creators, adding audio descriptions can grow their audience and boost engagement. Accessibility also supports legal compliance in many regions, protecting organizations from potential lawsuits or fines. Beyond that, it improves a brand’s reputation by demonstrating care for all viewers. Some producers have even seen gains in search engine optimization (SEO) when they create written scripts or transcriptions as part of the process, which can lead to better discoverability of their content online.

    Alternative to Audio Description

    In some cases, offering audio descriptions may not be possible or practical due to limited budgets, time constraints, or technical hurdles. Still, there are alternatives that can help ensure some level of accessibility:

    • Descriptive Transcripts: A transcript that includes not just dialogue, but also details on the visuals. This gives readers enough information to follow the narrative independently.
    • Captions with Added Context: Although captions are mostly designed for viewers who are deaf or hard of hearing, they can be adjusted to include simple notes like “[John grins]” or “[Mary enters the room],” aiding those who need more visual context.
    • Embedded Descriptions in Dialogue: Some creators write scripts that naturally mention key visuals, such as, “Look at that bright red balloon floating into the clear sky!” This type of embedded language can fill in some gaps without a formal AD track.
    • Assistive Technology Integration: Proper use of HTML, ARIA labels, and structured content can also help screen readers convey visual information more effectively.
    • Live Describer Services: For virtual events or video calls, a live describer can offer on-the-fly narration. This can be a good choice if you cannot embed pre-recorded descriptions in the media.

    Why Audio Description Is Worth Prioritizing

    At its heart, accessibility is about recognizing each person’s perspective. When web developers and content creators integrate audio descriptions into their videos, they do more than fulfill legal requirements: they make a statement that everyone belongs. By adding thoughtful narration, you help paint the full picture for anyone who can’t see it, broadening your audience and enriching the viewing experience for all. Even small improvements can bring about major changes in how people engage with your content.

    Collaborating with experts, like the team at 216digital, can guide you through each step, from scripting to publishing. In the end, it isn’t just another feature—it’s a powerful bridge to inclusivity, ensuring nobody is left out of the story.

    Greg McNeil

    March 25, 2025
    How-to Guides, WCAG Compliance
    audio description, captions, videos and audio content, WCAG, WCAG conformance
  • When Is a Skip Link Needed?

    We’ve all been on websites that greet us with massive headers, menu bars crammed full of links, or flashy ads stretching across the top. With a mouse, you can scroll or click straight to the section you care about. But if you rely on a keyboard, you’re stuck tabbing through every link and button in that menu before you reach the main story. It can feel like trudging through a maze when you just want to dive into the content.

    A skip link offers a simple shortcut: it lets keyboard users jump over that repeated stuff and land exactly where they need to be. In this article, we’ll explore how skip links fit into the Web Content Accessibility Guidelines (WCAG), why they matter for anyone who doesn’t browse with a mouse, and how they can make a site more enjoyable for all visitors—even the ones who love to scroll.

    What Is WCAG’s Bypass Blocks Rule?

    WCAG’s Success Criterion 2.4.1, known as “Bypass Blocks,” focuses on letting users skip past content that appears on every page, such as headers, navigation menus, and sidebars. These areas can become barriers for people who rely on keyboard navigation or use screen readers, since they have to listen to or Tab through every link each time they land on a new page.

    Mouse users can ignore repeated elements by moving their cursor directly to the main section of the page. But if you are using a keyboard only, you have to press the Tab key multiple times to get beyond the menu or header. This extra effort can be frustrating. By contrast, a skip link makes it possible to jump straight to the main content with a single press of the Tab key and an Enter or Space to activate it. Cutting down on keystrokes is a big boost to usability and can remove physical strain for users with motor disabilities.

    Do Landmarks and Headings Count as Bypass Tools?

    Some people think that WCAG’s requirements force you to include a skip link no matter what. However, WCAG does not specifically demand that you place a “Skip to Main Content” link on your pages in every scenario. If you use proper HTML5 sectioning elements like <main> or set up ARIA landmarks with role= "main", you can fulfill the technical requirement.

    When you use clear heading structures (<h1>, <h2>, etc.) and assign landmarks (role= "navigation", role= "banner") to your layout, many screen readers allow users to jump from one landmark or heading to another. This means they can skip large chunks of repeated content. However, there is a key drawback: these landmark shortcuts are tied to assistive technology. Keyboard-only users without a screen reader do not benefit from these features, because landmarks are not accessible through simple keystrokes like Tab. That is where a skip link proves especially helpful, providing an obvious and direct way to move focus into the main content.

    Why a Skip Link Is Still Best Practice

    Even if you are technically compliant with WCAG, many experts still recommend a skip link. Here’s why:

    1. Keyboard-Only Users: Landmarks may help screen reader users, but they are not available to someone who only has a keyboard. A skip link is the only direct and reliable way to jump over repetitive elements.
    2. Users with Motor Disabilities: Each extra keystroke can cause strain. Reducing the need to press Tab repeatedly makes it easier for people with limited mobility to explore your site.
    3. Users with Cognitive Disabilities: Repeated menus and banners can be visually overwhelming and distracting. A skip link streamlines the experience by letting users focus on the main content faster.

    Other Tools That Help With Page Navigation

    • Provide a Skip Link: A short text-based link such as “Skip to Main Content” at the top of the page is a universal solution.
    • Use HTML Sectioning Elements: Properly labeling <header>, <main>, and <footer> can help screen reader users identify page sections.
    • Implement a Logical Heading Structure: When headings form a clear outline, it is easier for people to scan or jump to key areas, especially when assistive technology is involved.

    Alternative Navigation Aids

    While a skip link is vital, it’s not the only accessibility tool you can use. ARIA landmarks, for example, let you define elements like role= "navigation", role= "banner", or role= "main". Screen readers can use these roles to move focus to each region. Another strategy is to include access keys, which assign keyboard shortcuts to major parts of your site. Yet, these approaches are typically helpful only to those who know how to use them and have compatible assistive technology. For most keyboard users, a skip link remains the clearest and simplest tool.

    How to Add a Skip Link the Right Way

    A skip link should do more than just jump down the page; it needs to work with the keyboard in a smooth way. Here’s how:

    Position the Link as the First Focusable Element

    The best practice is to place the skip link at the very top of your page. This ensures it is the first element that gets focus when someone tabs through the page. A common method is to link to the main content area, marked by an ID like id= "main-content".

    Ensure Proper Keyboard Functionality

    When users activate the skip link, focus should land right on the main content area. For this to happen, that target element must be focusable. If <main> or the first heading is not normally focusable, you can add tabindex= "-1" to make it work. This step also helps users who use screen magnifiers, because the focus moves right to the main section visually.

    Example:

    <a href="#main-content">Skip to Main Content</a>
    <!-- Header, Navigation, and other repeated content -->
    
    <main id="main-content" tabindex="-1">
        <!-- Main content -->
    </main>
    Or, if you want to move focus to the first heading:
    <a href="#first-heading">Skip to Main Content</a>
    <!-- Header, Navigation, and other repeated content -->
    
    <h1 id="first-heading" tabindex="-1">Welcome to Our Site</h1>
    <!-- Main content -->

    Ensure the Skip Link Is Visible When Focused

    Many designers hide the skip link until it gains focus. While this can keep the page looking tidy, it’s important that the link is fully visible and noticeable the moment someone tabs onto it. This visibility ensures that keyboard users know there is a helpful tool available. In some designs, leaving the skip link in plain sight all the time may be the best approach.

    Mistakes to Avoid With Skip Links

    Even if you add a skip link, a few errors can stop it from working as intended:

    • Improper Hiding Techniques: If you use display: none; or visibility: hidden;, screen readers will not detect the link at all. Instead, use off-screen positioning so it remains accessible.
    • Non-Focusable Targets: Forgetting to add tabindex= "-1" to the target means the user might land near the content but not actually focus on it. This can confuse people using screen readers or screen magnifiers.
    • Skipping Too Much Content: Your skip link should jump over repeated menus, but it should not force users to skip crucial information, like an important heading that explains the page’s purpose.

    Check That Your Skip Link Actually Works

    Testing makes sure your skip link works well:

    1. Keyboard Testing: Turn off your mouse and try to navigate the site by tapping through. Watch for the link to show up, and check that it drops you into the main area.
    2. Assistive Technology Testing: Use a screen reader to confirm that your skip link is announced and that it moves focus correctly.
    3. Cross-Browser Compatibility: Test in different browsers (Chrome, Firefox, Safari, Edge) to confirm that the skip link behaves the same everywhere.

    Make Navigation Easy for Everyone with 216digital

    Including semantic elements and ARIA landmarks can make your site meet the minimum requirements of WCAG, but offering a dedicated skip link goes a step further by improving usability for keyboard-only users, people with motor disabilities, and users who may become overwhelmed by repeated menus. Rather than viewing accessibility as a set of rules to follow, think of it as a way to create a smoother, more welcoming experience for all.

    If you want a site that not only checks the compliance box but also feels inclusive to every visitor, consider working with a partner who understands the importance of thoughtful navigation. At 216digital, we specialize in designing web experiences that work for everyone. A skip link may seem like a small touch, but it can make a world of difference for those who need it. Let’s make the web more inclusive together.

    Greg McNeil

    March 21, 2025
    How-to Guides
    skip link, WCAG, WCAG conformance, web developers, web development
  • How to Make Websites Accessible for Cognitive Disabilities

    When was the last time you visited a website and ended up completely confused? Maybe it had flashing ads, a messy layout, or awkwardly placed menus. Now, imagine dealing with this sort of frustration on almost every site you visit—because your brain processes information a bit differently. Unfortunately, that’s the daily experience for many individuals. With 13.9 percent of U.S. adults having some sort of cognitive disability, this leaves millions of Americans unable to navigate the web.

    In this article, we’ll explore how cognitive disabilities affect web usage, the challenges they pose, and how you can adjust your design to be more welcoming. The good news is that creating a more inclusive website doesn’t have to be complicated. Small tweaks, like adding clear labels or allowing extra time to complete tasks, can have a massive impact. Let’s dive in!

    Understanding Cognitive Disabilities

    Cognitive disabilities influence how someone interprets and processes information. They can affect attention span, memory, comprehension, problem-solving skills, or social interactions. The impact varies from person to person, but there are shared themes. Some individuals may need larger text and simpler language, while others might require more time or predictable page layouts. Although these needs may differ, the core principle remains the same: clarity is key.

    Generally, cognitive disabilities can be divided into two main groups:

    • Functional Cognitive Disabilities: These conditions might be less severe but can still disrupt daily routines. Examples include learning disabilities, ADD/ADHD, dyslexia, or dyscalculia.
    • Clinical Cognitive Disabilities: These tend to be more profound or long-term, such as autism spectrum disorder, traumatic brain injury, Down syndrome, dementia, and Alzheimer’s disease. In all cases, designing websites with an emphasis on simplicity, structure, and user-friendly navigation goes a long way.

    Common Types of Cognitive Disabilities and Their Effects

    Each type of cognitive disability can pose different obstacles online. Here are a few examples:

    • Dyslexia: Reading difficulties, especially with dense paragraphs.
    • ADHD: Hard time focusing on cluttered or rapidly changing pages.
    • Dyscalculia: Challenges with numeric or math-heavy tasks, such as checkout forms.
    • Auditory Processing Disorder: Struggles with audio content lacking captions.
    • Visual Processing Disorder: Difficulty interpreting complex visuals or layouts.
    • Memory Impairments: Problems recalling steps in sequences, like multi-page forms.
    • Autism Spectrum Disorder: Sensory overload triggered by certain fonts, colors, or animations.

    How These Disabilities Affect Web Usage

    It’s important to remember that cognitive disabilities manifest uniquely in each person. Designing with clarity and adaptability ensures a broader audience can engage more comfortably. Ordinary tasks such as ordering groceries or completing a job application become far more accessible when pages are uncluttered and navigation is logical. To achieve this, adopting user-centered methods and testing your designs can reveal hidden issues.

    Key Challenges for Cognitive Accessibility

    Overwhelming Cognitive Load

    We’ve all seen websites that feel like a newspaper glued onto your screen—crammed text, ads, sidebars, and banners everywhere you look. Users with cognitive disabilities often struggle to pick out the key information on such pages. Even something as simple as bulleted lists or subheadings can help prevent that sense of overload.

    Navigation Barriers

    If you’ve ever clicked a menu and had zero idea where to go next, you know how frustrating poor navigation can be. Sites with unclear or hidden menus, inconsistent layouts, and random page names create extra hurdles for people with cognitive disabilities. Offering a straightforward menu, a search bar, and a site map will help all users feel in control.

    Complex Forms and Inputs

    Nobody likes forms that ask too many questions—but for people with cognitive disabilities, it’s even tougher. Vague field labels, surprise questions, and steps that rely on memory can cause confusion and mistakes. Straightforward instructions and friendly error messages can turn a chore into a breeze.

    Inconsistent or Distracting Design Elements

    Blinking ads, auto-refreshing slideshows, and colors that clash might grab attention, but they can also distract or confuse someone who’s trying hard to focus. Inconsistent layouts—like having the search bar in a different place on each page—can also leave users guessing. Keeping things steady and predictable is a win for all.

    Time-Sensitive Tasks

    You’re halfway through a form, trying to enter your address, and suddenly, you get logged out. Then you lose everything you typed. That’s annoying for anyone, but imagine if it happens often because you need more time to read or type. Flexible time limits and a warning before logging out can ease this pressure and show respect for different reading or typing speeds.

    WCAG Guidelines for Cognitive Accessibility

    The Web Content Accessibility Guidelines (WCAG) were created to help make the internet more usable for everyone—including people with disabilities. Developed by the W3C, these guidelines lay out best practices for building websites that are easier to navigate, read, and interact with. While WCAG covers a wide range of needs, it’s especially helpful when it comes to supporting people with cognitive disabilities.

    For individuals who struggle with memory, attention, problem-solving, or language processing, small design choices can make a big difference. WCAG 2.2 includes updates that directly address those needs—like giving users more time to finish tasks, making instructions clearer, and cutting down on distractions that might make it hard to focus.

    Think of WCAG as a toolkit that helps you build a site that’s more inclusive and user-friendly.

    Tried-and-True Practices for Cognitive Accessibility

    Clear, Concise Content

    • Straightforward Language: Write like you’re speaking to a friend while still being professional—jargon should be explained if it’s absolutely necessary.
    • Short Paragraphs and Lists: Make it easy to skim by breaking text into sections. Bullet points and short paragraphs help focus attention.
    • Thoughtful Headings: Headings provide a quick roadmap of the page. They’re also handy for anyone using a screen reader to jump between sections.
    • Text Alternatives: Use alt text for images and captions for video so people who struggle with visual or auditory processing can still follow along.

    Straightforward Navigation

    • Consistency: Keep your menus, logos, and search bar in the same spots on every page. This predictability helps people know exactly where to look.
    • Descriptive Labels: Instead of a generic “Learn More,” say something like “View Our Product Line.” Users shouldn’t have to guess where a link will take them.
    • Avoid Sudden Refreshes: If the page absolutely must reload or update automatically, let the user know beforehand—or give them control.

    Forms That Don’t Confuse

    • Explain Each Step: If the form is long or complex, provide a brief overview of why you need this info and how to fill it out.
    • Group Fields Logically: Put personal info in one section, payment details in another, and label each field clearly.
    • Useful Error Messages: “Invalid entry” doesn’t really help. “Please enter a valid email address” is much clearer.
    • Password Manager Support: Some people can’t remember lots of usernames and passwords—avoid any code that interferes with auto-filled credentials.

    Reducing Distractions

    • Clean Layouts: Keep a consistent, minimal approach to layout, with important info easy to find.
    • Minimal Animations: Flashing images or pop-up ads can be overwhelming, especially for people with ADHD or autism. If animation is crucial, give users a way to pause or hide it.
    • Customization Options: If possible, let visitors adjust text size, contrast, or spacing so they can create a more comfortable reading environment.

    Tackling Time Constraints

    • Extend Session Times: If your site automatically logs people out, give them a warning and a way to keep going.
    • Auto-Save: Nothing is more discouraging than losing everything after spending 15 minutes filling out a form. An auto-save feature can be a lifesaver.
    • Flexible Deadlines: If a task or process has a time requirement, consider allowing extra time or offering a simple way to request it.

    Helping with Memory and Task Completion

    • Familiar Icons: A magnifying glass for search is universally recognized—using something obscure forces a visitor to learn new symbols.
    • Progress Bars: For multi-step tasks, let users see how far they’ve come and how much is left. This can ease anxiety and keep them moving forward.
    • Save Preferences: Whether it’s language settings or preferred font sizes, remember these choices so returning visitors don’t have to redo them.

    Testing and Ongoing Refinements

    • Automatic Tools: Programs like Google Lighthouse or WAVE can highlight accessibility problems, but they’re no substitute for real testing.
    • Manual Checks: Try your site with screen readers or text-to-speech software. It might reveal a few blind spots.
    • Ask Real Users: Feedback from people who live with cognitive disabilities is invaluable. They’ll notice details or problems that might slip by everyone else.
    • Regular Updates: Technology and standards keep evolving. Plan a routine review of your site’s accessibility features, so you stay ahead of any issues.

    Making Web Accessibility a Priority

    Making a website more accessible for people with cognitive disabilities doesn’t require a complete overhaul—it starts with awareness and intentional design. When you prioritize clarity, predictability, and flexibility, you’re not just meeting the needs of some users; you’re improving usability for everyone who visits your site. Every adjustment, from a well-placed heading to a thoughtful timeout warning, can make a meaningful difference.

    If you’re unsure where to start or how to move forward, 216digital is here to help. We work with businesses of all sizes to identify gaps, implement best practices, and build experiences that are truly usable—by everyone. Accessibility isn’t a one-time fix, it’s an ongoing commitment—and we’re ready to walk that path with you.

    Greg McNeil

    March 20, 2025
    WCAG Compliance
    Accessibility, cognitive disabilities, WCAG, WCAG Compliance, WCAG conformance, Website Accessibility
  • Getting Focused: Why Focus Order Matters for Web Accessibility

    Most people never think about what it would be like to navigate a website without using their mouse. This is a reality for many users with visual or motor impairments. They rely on using other input modalities, such as the keyboard or gestures, to navigate a web page. This is where focus order comes into play.

    In this post, we’ll look at what focus order is, why it’s so important, how it connects to the Web Content Accessibility Guidelines (WCAG), and the most common issues you’ll want to fix. Then, we’ll share a few tips on how to test and improve it on your own site.

    Life Without a Mouse

    Picture going through your favorite website using only your keyboard. You press Tab to jump from one link or button to another. If the focus order is set up right, you’ll move through the page in a smooth, logical sequence, usually from top to bottom. But if it’s not, you could land somewhere unexpected or miss entirely essential parts of the page.

    For anyone who can’t use a mouse, a messed-up focus order often leads to frustration. Improper focus order can lead to the cursor jumping around the page illogically or preventing them from using necessary functionality.

    Avoiding Common Pitfalls

    1. Skipping Interactive Elements: If a link or button is not coded using the proper semantic HTML tag or does not have the correct attributes, it will not be focusable at all, and users who can’t use a mouse will be unable to interact with the element.
    2. Jumping in Strange Ways: If you rely on random tabindex values or a messy HTML structure, the focus may go from the header to a random footer link before bouncing back up. That’s tough to follow.
    3. Getting Trapped: Pop-ups, modals, and iframes can trap keyboard users if the code doesn’t let them tab out. People might get stuck until they refresh the page.
    4. Invisible Focus: Many designers, developers, or store owners choose to hide the focus outlines for aesthetic purposes without realizing how many people rely on them to navigate the site. Without visible focus outlines, motor-impaired users have no idea which element is currently focused on or selected.

    The WCAG Connection

    Focus order plays a key role in meeting the standards laid out in WCAG. Some of the main ones include:

    • 2.4.3 (Focus Order, Level A): Content should follow a logical order when tabbing through the page.
    • 2.1.1 (Keyboard, Level A): All site functions should work with only a keyboard.
    • 2.4.7 (Focus Visible, Level AA): People should see which element is active at all times.
    • 2.4.11 & 2.4.12 (Focus Not Obscured, WCAG 2.2, Levels AA & AAA): The focused element has to remain visible instead of scrolling off-screen.

    Meeting these criteria helps make sure your site is accessible and much easier to navigate.

    Simple Tips to Get It Right

    • Use the DOM Order: Write your HTML in the order you want people to move through the page. That way, you don’t have to force things with unique attributes.
    • Use Correct Elements: If you have something clickable, make it a <button> or <a>. This makes it automatically focusable without extra work.
    • Be Careful With tabindex: tabindex= “0” can help include an element in the natural focus sequence. tabindex= “-1” keeps something out of the normal flow but still lets you focus there with scripts. High or random values can create chaos.
    • Manage Modals Properly: When a modal pops up, focus should jump into it. People should be able to tab around inside and close it without getting stuck. Once it’s closed, the focus should return to the element that opened it.
    • Keep Focus Visible: If your brand style doesn’t match the default outline, customize it with a high-contrast border or box-shadow. Whatever you do, make sure people can still see where they are on the page.

    Testing and Tweaking Your Site

    1. Manual Testing – Put your mouse away and try tabbing through the page. Ask yourself if the order makes sense and if you can reach everything you need.
    2. Browser Tools – Chrome DevTools and Firefox Accessibility Inspector can show you how each element appears in the accessibility tree, which can help you spot weird focus flows.
    3. Automated Tests – Tools like WAVE and Lighthouse are helpful for flagging fundamental problems, though they won’t catch everything.
    4. Real Users – If possible, ask people who rely on keyboard navigation to test your site. They’ll be the quickest to notice focus issues you might miss.

    Wrapping Up

    Focus order might sound like a small detail, but it’s a massive deal for those who rely on the keyboard to get around. A logical, precise tab sequence helps keep your site user-friendly, no matter who’s visiting. If you’re worried about your site’s accessibility, it’s never too late to run an audit or refresh your code.

    Need extra help? Contact 216digital, where we specialize in creating accessible websites that work well for everyone. Whether you just need a quick review or a complete accessibility plan, we’re here to make your site feel welcoming for all kinds of users.

    Greg McNeil

    March 19, 2025
    How-to Guides, WCAG Compliance
    focus order, WCAG, WCAG conformance, web developers, web development
  • WCAG Basics: “Change of Context” or “Change of Content”

    Have you ever clicked on a text field and suddenly found yourself whisked away to a new page without warning? Or maybe you saw a form error message pop up out of nowhere, but your cursor stayed right where it was? These two situations hint at the difference between a “change of context” and a “change of content.”

    If you’re trying to make your website accessible, it’s important to know which is which because the Web Content Accessibility Guidelines (WCAG) treat them very differently. In this post, we’ll explore both terms, share some real-life examples, and give you tips on how to keep your site friendly and easy to use. By the end, you’ll have a stronger grasp of WCAG best practices and the confidence to apply them to your site.

    Why These Terms Matter

    People who rely on screen readers or keyboard navigation often can’t see or skim an entire page at once. Sudden or unexpected changes—like being redirected to a new tab—can be disorienting for them. That’s why WCAG sets clear rules to help you avoid making people feel lost.

    However, understanding “change of context” and “change of content” also helps with other accessibility concepts. For example, clarifying how your content updates ties right in with “Alternative for Time-based Media” or “Media Alternative for Text“—two other areas covered under WCAG. The more you know about these related topics, the better your site will serve all kinds of users.

    “Change of Context” in Plain Terms

    A “change of context” is a big shift in what a user sees or how they interact with the page. Under WCAG, it can include:

    • Opening a new window or tab without telling the user.
    • Moving the focus to another section of the page unexpectedly.
    • Redesigning the layout in a way that confuses users.

    For example, imagine you click into a text field, and suddenly, your screen shifts to another form altogether. That’s a huge jump! WCAG 3.2.1 (On Focus) says you shouldn’t trigger this kind of shift just because the user’s focus landed on an element. If the user ends up somewhere new, or a new window appears without their Input, you’re dealing with a “change of context.”

    “Change of Content” in Action

    Now, let’s say you click a menu button, and the menu expands without moving your cursor or launching a new page. That’s a “change of content.” You’re still in the same place—you can just see more information. This kind of change is usually okay as long as it doesn’t confuse or mislead.

    WCAG makes the point that not every content update equals a context change. You can display a tooltip, expand a dropdown, or show an inline error message without violating rules. As an example, if you’re filtering products on an eCommerce site and the list of items refreshes while your focus stays put, you’re likely good to go. The user expects new content to appear, so it’s not disorienting.

    When It Becomes an Accessibility Issue

    Mixing up these concepts can cause problems for people who rely on assistive technologies. For instance, if your site changes context every time someone selects a checkbox, they might lose track of where they were. WCAG 3.2.2 (On Input) warns against automatically triggering a big context shift unless you clearly warn the user or let them choose when it happens.

    At higher levels of WCAG (like AAA), 3.2.5 (Change on Request) says that major shifts should happen only when the user deliberately starts them—or they should be easy to dismiss. That means you can’t force a pop-up window to stay on screen with no way to close it. People need control over how they explore your site.

    Status Messages and Alerts

    Some sites show status messages—like “Item added to your cart”—that don’t move focus but do tell assistive tech users what’s happening. That’s allowed under WCAG 4.1.3 (Status Messages) because the screen reader can announce the alert without taking the user away from what they were doing.

    Things get trickier when an alert moves focus to itself. Sometimes, that’s necessary (say, with a big error), and if the user’s action triggers it, it can still meet WCAG standards. But if your site automatically shifts focus to a timeout warning with no user action, that can become a disorienting change of context—especially at the AAA level of WCAG compliance.

    Tips for Making It Work

    Keep People Where They Are

    Unless there’s a solid reason for moving focus or opening a new page, don’t do it. A small update to the same page is usually a “change of content,” which is less disruptive.

    Give Users a Heads-Up

    If you need to make a “change of context,” warn the user first. For example, say, “Selecting this option opens a new window.” This aligns with WCAG recommendations, especially 3.2.2.

    Test with Assistive Tech

    The best way to find out if your site is user-friendly is to try it with screen readers, keyboard-only navigation, or other assistive tools. You’ll quickly spot if something is shifting unexpectedly.

    Use ARIA Properly

    If you have alerts or status messages, use ARIA roles like role= “alert” or aria-live so screen readers can announce them without moving focus. This follows WCAG 4.1.3 guidelines for status updates.

    Think About Your Audience

    Some changes of context, like a security timeout, might be needed. Just remember to give the user control whenever possible.

    Wrapping It Up

    Understanding when something is a “change of context” rather than just a “change of content” is a big part of complying with WCAG. When you keep these definitions clear, you’ll avoid creating barriers that leave users confused and frustrated. It also ties back to important concepts like “Alternative for Time-based Media” and “Media Alternative for Text,” which help make websites more inclusive overall.

    Remember, WCAG doesn’t just set rules—it helps us create better experiences for everyone. If you need extra guidance, 216digital is here to help. We can perform an Accessibility Audit to see where your site stands, offer advice on meeting WCAG success criteria like 3.2.1, 3.2.2, 3.2.5, and 4.1.3, and suggest ways to make your site easier for all. 

    Ready to get started? Schedule a consultation with 216digital today and make sure you’re on the path to a more inclusive, user-friendly website!

    Greg McNeil

    February 20, 2025
    WCAG Compliance
    Accessibility, WCAG, WCAG Compliance, WCAG conformance, Web Accessibility, Website Accessibility
  • WCAG 2.1 and 2.2 Level AA Compliance Checklist

    Making a website that works well for all visitors is very important. Whether people are using a screen reader, a keyboard instead of a mouse, or just browsing on a small phone, they should be able to enjoy your site without trouble. That’s where guidelines like WCAG 2.1 and WCAG 2.2 come into play. They help you figure out how to design and develop your website to be welcoming to everyone. This post will explore why these standards matter and provide a handy checklist to help you meet Level AA compliance.

    What Are WCAG 2.1 and WCAG 2.2?

    WCAG stands for Web Content Accessibility Guidelines. These guidelines are created by the World Wide Web Consortium (W3C), a group that works to improve the Internet. The goal is to help developers, designers, and website owners make web pages that people of all abilities can use.

    • WCAG 2.1 focuses on areas like mobile accessibility, helping people with low vision, and simplifying things for those with cognitive or learning differences.
    • WCAG 2.2 builds on 2.1, adding more ways to ensure websites are user-friendly across various assistive tools and devices.

    When you aim for Level AA under these guidelines, you cover a wide range of barriers that many people face online. This level is a popular target because it helps most users get a smooth experience while staying realistic in terms of time and cost for website owners.

    Why Accessibility Is Key

    In the United States, many people look for websites they can use easily, even if they have different skills or use different devices. By following WCAG 2.1 and WCAG 2.2, you’re making sure your site can be seen, understood, and operated by everyone who lands on your pages. These guidelines improve the overall usability of your site, which can lead to happier visitors, more return traffic, and a stronger online presence.

    Some people think accessibility features only help those with disabilities, but that isn’t the full story. For example, captions on videos help viewers in noisy places, and clear headings make pages easier to scan for everyone. In other words, these improvements can boost your site’s performance for all visitors, not just a few.

    The Four Principles of WCAG

    Both WCAG 2.1 and WCAG 2.2 focus on four main principles, often known as POUR:

    Perceivable

    People should be able to sense and process the information on your site. This includes making text large enough to read and providing text alternatives for images or audio.

    Operable

    Your site should be easy to interact with. This means visitors can use a keyboard instead of a mouse or stop and pause moving content if they need more time.

    Understandable

    Content should be simple to read and organized in a clear way. Consistent layouts and obvious labels help people find what they’re looking for.

    Robust

    A robust site works well across different devices and assistive technologies. Proper HTML structure and well-labeled elements are examples of ways to keep your site solid and flexible.

    A Checklist for WCAG 2.1 and 2.2 Level AA Compliance

    Below is a practical checklist to guide you. This list is not exhaustive, but it covers many key points to keep in mind when aiming for WCAG 2.2 Level AA.

    1. Perceivable

    1. Text Alternatives for Media
      • Add alt text to images that share important information. This lets screen readers describe images to users who can’t see them.
      • Provide transcripts or captions for audio and video content so people who are deaf or hard of hearing can follow along.
    2. Color Contrast and Text Size
      • Ensure your text stands out against the background. A ratio of at least 4.5:1 is recommended for normal text and 3:1 for larger text.
      • Make sure text can be resized up to 200% without losing functionality or clarity.
    3. Responsive and Flexible Layout
      • Design pages to work well on phones, tablets, and desktop screens.
      • Don’t rely on just color to convey meaning. For example, if you have error messages in red, also include an icon or text label that says “Error.”

    2. Operable

    1. Keyboard Navigation
      • Test your site using only a keyboard. You should be able to reach every link, button, and form field.
      • Make sure there are no “keyboard traps” where you can’t move forward or backward in a form or menu.
    2. Focus Indicators
      • Provide a visible outline or highlight for the element in focus. This helps users see where they are on the page as they tab through it.
    3. Timing and Movement Controls
      • If your site has slideshows, videos, or any moving parts, allow users to pause or stop them. This is especially important for people who need more time to read or interact.
    4. Bypass Blocks
      • Include a “Skip to main content” link so users don’t have to tab through large menus every time.
      • Break your site into clear sections with headings or landmarks.

    3. Understandable

    1. Clear, Simple Language
      • Aim for short sentences and paragraphs. Organize content with headings, bullet points, or numbered lists.
      • Provide definitions or explanations for any unusual terms or abbreviations.
    2. Consistent Navigation
      • Keep your menu and site structure similar across all pages. A consistent layout helps visitors learn and predict where things are.
    3. Helpful Error Messages
      • If a visitor makes an error on a form (like entering an invalid email), explain the problem and how they can fix it.
      • Use clear wording for buttons. For example, instead of “Submit,” try something like “Send Message” if that’s what’s happening.

    4. Robust

    1. Semantic HTML and ARIA
      • Use proper HTML tags like <h1> for main titles and <h2> for subheadings. This helps screen readers and other tools understand your content’s structure.
      • If you have dynamic content like pop-up menus, consider using ARIA (Accessible Rich Internet Applications) labels to clarify these features.
    2. Test with Assistive Tools
      • Try out screen readers like NVDA (Windows) or VoiceOver (Mac) on your site.
      • Check how your site behaves with magnifiers or voice control software.
    3. WCAG 2.2 Highlights
      • Accessible Authentication: Try using a password manager or simpler login methods so you won’t have to memorize codes every time you log in.
      • Target Size: Interactive elements, like buttons and links, should be large enough (at least 24×24 CSS pixels) to tap comfortably. This is especially crucial for mobile devices.
      • Drag-and-Drop Options: If your website uses drag-and-drop features, provide keyboard-friendly ways to do the same task.

    Testing Your Site

    Even if you follow all these guidelines, it’s wise to test your site thoroughly. Here are a few suggestions:

    • Automated Scanners: Tools like WAVE and Lighthouse can point out possible issues and give you quick fixes.
    • Manual Checks: Use your site with a keyboard to see if you can tab through elements correctly. Also, turn off your monitor or close your eyes and see if you can rely solely on a screen reader to navigate.
    • User Feedback: Ask real users to test your site. They can share their experiences and spot issues you might have missed.

    Making Accessibility Part of Your Routine

    Accessibility can feel like a big job at first, but it becomes easier when you build it into your normal process. Start small by fixing one area at a time—maybe improve the color contrast first, then add captions to videos, and so on. As you learn more about WCAG 2.1 and WCAG 2.2, you’ll discover that these changes often benefit everyone who uses your website.

    Regularly updating and testing your site is also a good idea. Technology changes quickly, and new devices and browsers appear all the time. Staying up to date with best practices means your site will remain friendly and easy to use.

    Conclusion

    Following WCAG 2.1 and WCAG 2.2 Level AA guidelines is a great way to make your website more welcoming. This checklist helps you cover the basics—like text alternatives, keyboard navigation, and clear instructions—but it’s just the beginning. As you keep learning and improving, you’ll find more ways to create a site that everyone can navigate and enjoy.

    Whether you’re a small business owner, a blogger, or a large company, making an accessible website helps you connect with more people and makes every visitor feel welcome. Check out these WCAG 2.2 tips and see how they can transform your site into a space everyone can enjoy!

    Greg McNeil

    January 30, 2025
    WCAG Compliance
    Accessibility, WCAG, WCAG 2.1, WCAG 2.2, WCAG Compliance, WCAG conformance, Web Accessibility, Website Accessibility
  • DOJ’s Push for WCAG Compliance: Are You Ready?

    The Department of Justice (DOJ) is turning up the heat on web accessibility. They’ve made it crystal clear: if you run a business, your website needs to follow the Web Content Accessibility Guidelines (WCAG). Take Springfield Clinic as an example. This private medical practice was required to make its website, patient portals, and mobile apps meet WCAG 2.1 AA standards. It’s a wake-up call for all businesses—WCAG compliance isn’t just nice to have; it’s a must-have.

    Why Does the DOJ Care About Accessibility?

    The DOJ’s focus comes from the Americans with Disabilities Act (ADA). Under Title III of the ADA, businesses must make their services available to people with disabilities—this includes websites and apps. In today’s world, many people rely on digital platforms to access healthcare, shopping, and other services. If those platforms aren’t accessible, people with disabilities are left out.

    U.S. v. Springfield Clinic, LLC

    In the Springfield Clinic case, the DOJ found problems that made it hard for people with visual and manual impairments to use the website and patient portals. For example, images had no alternative text, and parts of the site were hard to use with just a keyboard. By demanding WCAG 2.1 AA compliance, the DOJ showed that these guidelines are key to making digital services fair for all.

    As part of their settlement, Springfield Clinic agreed to:

    • Review all their digital platforms (website, patient portals, and mobile apps).
    • Fix major issues right away.
    • Create a long-term plan to stay accessible.
    • Train staff on best practices for web accessibility.

    This case is a clear warning sign. Businesses must act now to avoid legal trouble later.

    What This Means for Businesses

    Springfield Clinic isn’t alone. The DOJ is watching more industries than ever, and WCAG compliance is now seen as a legal requirement. Ignoring it can lead to:

    Legal Trouble

    ADA lawsuits related to web accessibility are increasing year after year. In 2024, over 4,000 lawsuits were filed in federal and state courts, with a staggering 41% of these cases identified as copycat litigation. These lawsuits can cost businesses anywhere from $10,000 to $100,000 or more, depending on the severity of the issues and settlement terms. On top of that, companies may face ongoing costs to monitor and maintain accessibility as part of court agreements. Proactively addressing accessibility issues can help you avoid these legal pitfalls and the stress that comes with them.

    Bad PR

    When businesses are accused of excluding people with disabilities, it can quickly become a public relations nightmare. A 2020 survey found that 73% of consumers are more likely to support brands that are inclusive and accessible. Negative press about inaccessibility can erode trust, leading customers to take their business elsewhere. In the age of social media, even one complaint can go viral, causing long-term damage to your reputation. Prioritizing accessibility shows that your business values inclusivity, which builds loyalty and strengthens your brand image.

    Lost Customers

    Accessibility isn’t just the right thing to do—it’s good for business. According to the CDC, 1 in 4 people in the US live with a disability. That’s a massive market segment that businesses risk excluding when their websites aren’t accessible. Furthermore, the spending power of people with disabilities, along with their families and advocates, is estimated at $13 trillion globally. Beyond the direct financial impact, think about the ripple effect: customers with disabilities are likely to recommend accessible businesses to others. Making your website accessible ensures you’re welcoming everyone to your digital storefront.

    What Is WCAG Compliance?

    WCAG stands for Web Content Accessibility Guidelines. Created by the World Wide Web Consortium (W3C), these guidelines act as a roadmap for making websites, apps, and other digital platforms accessible to everyone, including people with disabilities. WCAG is widely recognized as the global standard for digital accessibility and is the framework many businesses follow to ensure their websites meet legal requirements and provide inclusive experiences.

    At its core, WCAG is all about removing barriers. It’s designed to help developers and designers create content that works for people with a wide range of disabilities, including visual, auditory, physical, speech, cognitive, and neurological challenges. The goal is to make the web a place where everyone can participate, regardless of their abilities.

    The Four Principles of WCAG (POUR)

    WCAG is built on four key principles:

    • Perceivable: Information and user interface components must be presented in ways that people can perceive. This includes features like alt text for images and captions for videos.
    • Operable: Users must be able to interact with all elements of the site, whether they’re using a mouse, keyboard, or assistive technology like a screen reader.
    • Understandable: Content should be clear and easy to follow. This means avoiding overly complicated text and ensuring navigation is consistent.
    • Robust: Content should be built to work with assistive technologies now and in the future. This ensures that websites adapt as technology evolves.

    Levels of WCAG Compliance

    WCAG compliance is divided into three levels:

    • A: The most basic level of accessibility.
    • AA: The standard most businesses aim for because it addresses the biggest barriers for users.
    • AAA: The highest level of accessibility, though it’s not practical or required for all content.

    By following these guidelines, businesses can make their websites and apps easier to use for everyone while staying compliant with laws like the ADA. It’s not just about avoiding legal trouble—it’s about creating a more inclusive, user-friendly experience for all.

    How to Make Your Website WCAG Compliant

    Taking steps toward accessibility can feel overwhelming, but you can break it down:

    Understand Web Accessibility Guidelines

    The Web Content Accessibility Guidelines (WCAG) are a set of standards designed to make web content more accessible. Familiarize yourself with these guidelines to understand what needs to be done. They cover aspects like text readability, alternative text for images, and keyboard navigation.

    Conduct a Website Audit

    Regularly audit your website for accessibility issues. There are tools available online that can help you identify problems, such as missing alt text for images or issues with color contrast. Consulting with a specialist firm like 216digital to conduct a thorough audit can also be a wise investment.

    Implement Ongoing Training

    Train your staff, especially those involved in website management and content creation, about web accessibility. This helps create a culture of inclusivity and ensures that accessibility remains a priority.

    Stay Informed and Up-to-Date

    Web accessibility standards and best practices can evolve over time. Stay informed about any changes and make updates to your website as necessary to remain compliant.

    Ongoing Monitoring

    WCAG Compliance is not a one-time task with 216digital’s Accessibility Radar (a11y.Radar) service providing ongoing monitoring of your website or app to detect any new accessibility issues that may arise over time. This proactive approach helps prevent potential violations before they lead to costly lawsuits.”

    Wrapping Up

    The DOJ’s focus on WCAG standards is a big deal. The Springfield Clinic case proves that accessibility matters. This isn’t just about avoiding problems. It’s about creating online spaces where everyone can belong.

    Don’t wait. Start working on WCAG compliance today. Protect your business, build your reputation, and make your site better for everyone.

    Need help? Schedule an ADA briefing with 216digital using the contact form below. We’re ready to guide you through the process.

    Greg McNeil

    December 27, 2024
    Legal Compliance
    DOJ, POUR, WCAG, WCAG Compliance, WCAG conformance
  • POURing Effort into Web Accessibility

    Creating an inclusive digital world isn’t just a nice-to-have—it’s a necessity. For many people, accessing information online isn’t as simple as opening a website and scrolling through content. Visual impairments, mobility challenges, cognitive disabilities, and other barriers can make navigating the internet difficult without proper accommodations. That’s where the Web Content Accessibility Guidelines (WCAG) come in.

    WCAG provides a roadmap for making web content accessible to all users, regardless of their abilities. Central to these guidelines are four foundational principles known by the acronym POUR: Perceivable, Operable, Understandable, and Robust. In this article, we’ll explore what POUR means, why it’s important, and how you can apply these principles to create a more accessible user experience.

    What Is POUR?

    At the heart of WCAG are the four foundational principles known as POUR: Perceivable, Operable, Understandable, and Robust. These principles serve as the pillars of accessible design, guiding developers and designers to create web experiences that accommodate a wide range of abilities and preferences.

    POUR ensures that digital content is not only accessible but also functional and user-friendly. Adhering to these principles helps remove barriers and allows everyone—regardless of physical, sensory, or cognitive abilities—to engage with web content fully and independently.

    In the following sections, we’ll take a closer look at each of the POUR principles, their practical applications, and how they make web content more inclusive.

    Perceivable: Making Content Accessible to the Senses

    The principle of perceivability focuses on ensuring that all users can access and process the information presented on a website. This means content must be adaptable to a variety of sensory modalities, such as vision, hearing, or touch. Without perceivable content, users with sensory disabilities may be completely excluded from accessing critical information.

    What Does Perceivable Mean in Practice?

    1. Text Alternatives for Non-Text Content: Every image, icon, and multimedia element must include a text equivalent, such as alt text for images or transcripts for audio content. For example, if a website features a graph, it should include a detailed description of the data for visually impaired users.
    2. Captions and Audio Descriptions: Videos should have captions for users who are deaf or hard of hearing and audio descriptions for users who are blind, ensuring everyone can understand the content.
    3. Readable Text Content: Font size, color contrast, and spacing should make text readable for users with visual impairments or dyslexia. For instance, using a high-contrast color scheme helps users with low vision differentiate between text and background.

    Common Mistakes That Violate Perceivable Standards

    • Using images without alt text or vague descriptions like “image123.jpg.”
    • Not adding captions to video content makes it difficult for people with hearing impairments to follow along.
    • Designing web content that relies heavily on color to convey information can be problematic for color-blind users.

    Operable: Ensuring Users Can Navigate and Interact

    Operability is about giving users the ability to interact with and navigate a website effectively. Websites should cater to diverse input methods, including keyboards, mice, touchscreens, and assistive technologies like screen readers or sip-and-puff devices.

    What Does Operable Mean in Practice?

    1. Keyboard Accessibility: All interactive elements—such as buttons, forms, and menus—must be usable via a keyboard. For example, users should be able to navigate a website using the Tab key to move between elements and the Enter key to select options.
    2. Adjustable Time Limits: Users must be given enough time to complete tasks like filling out forms. If a time limit is necessary, users should have the option to extend it or pause the timer.
    3. Avoiding Traps: Design interactive elements like pop-ups or carousels to ensure users don’t become “trapped.” For example, make it easy for keyboard users to close a pop-up.

    Common Mistakes That Violate Operable Standards

    • Creating drop-down menus or interactive elements that are difficult to navigate with a keyboard.
    • Designing forms that reset if not completed within a set time frustrates users who may need extra time.
    • Using auto-scrolling content that cannot be paused or stopped.

    Understandable: Keeping Content Clear and Predictable

    The principle of understandability ensures that users can easily comprehend both the information and the functionality of a website. Content should be presented in a logical, consistent, and intuitive manner.

    What Does Understandable Mean in Practice?

    1. Plain Language: Avoid jargon and use simple, clear language. For example, instead of saying, “Click here to access the comprehensive compendium of resources,” simply say, “Click here to access the resource guide.”
    2. Predictable Interactions: Elements like navigation menus and buttons should behave consistently throughout the site. For example, a menu that expands when clicked should work the same way on every page.
    3. Error Feedback and Recovery: Forms and other interactive elements should provide clear feedback when users make errors. For instance, if a user forgets to fill out a required field in a form, the website should provide an error message that explains what’s missing and how to correct it.

    Common Mistakes That Violate Understandable Standards

    • Using complicated words or phrases without explanations makes it hard for users to comprehend the content.
    • Having links or buttons that perform unexpected actions confuses the user.
    • Need to highlight input errors clearly or explain how to fix them.

    Robust: Ensuring Compatibility with Current and Future Technologies

    Robustness focuses on ensuring that websites are compatible with a wide range of technologies, including assistive devices. This principle ensures content remains accessible even as technology evolves.

    What Does Robust Mean in Practice?

    1. Standards-Compliant Code: Using clean, valid HTML and CSS ensures that web content is compatible with different browsers and assistive technologies. For example, screen readers can more easily interpret properly coded content.
    2. Accessible ARIA Attributes: ARIA (Accessible Rich Internet Applications) roles and properties enhance dynamic content and make it usable for assistive technologies. For example, adding aria-live attributes to alerts ensures screen readers announce changes in real time.
    3. Cross-Device Testing: Websites should be tested on various devices, operating systems, and browsers to ensure compatibility.

    Common Mistakes That Violate Robust Standards

    • Using outdated or non-standard HTML code can break some browsers or assistive technologies.
    • Labeling form elements properly makes it easier for screen readers to convey relevant information to the user.

    Bringing POUR Principles Together

    While each POUR principle addresses a specific aspect of accessibility, they work together to create a seamless and inclusive user experience. Let’s look at an example of how all four principles might be applied:

    Example: An E-Commerce Website

    1. Perceivable: Images of products include descriptive alt text, and videos showcasing features have captions and audio descriptions.
    2. Operable: Users can navigate the site with a keyboard and use the Tab key to add items to their cart.
    3. Understandable: The checkout process uses plain language and provides clear instructions for completing forms.
    4. Robust: The site is tested with assistive technologies like screen readers and works smoothly on mobile devices.

    By aligning with all four POUR principles, the website ensures that users of all abilities can browse, shop, and complete their purchases effortlessly.

    Putting POUR into Practice

    Applying the POUR principles isn’t just about avoiding mistakes; it’s about creating a truly inclusive web experience. Here’s how you can start:

    1. Audit Your Site: Conduct an accessibility review to identify areas where your site falls short of POUR.
    2. Incorporate accessibility from the Start: Build POUR into your web development and design process rather than trying to retrofit accessibility later.
    3. Test with Real Users: Engage users with disabilities to test your site and provide feedback.

    By focusing on POUR, you not only improve accessibility but also enhance usability for all visitors, creating a better overall user experience.

    POURing Effort into Accessibility

    The four principles of WCAG—Perceivable, Operable, Understandable, and Robust—offer a solid foundation for building an accessible web. These principles are not just guidelines; they represent a commitment to inclusivity and respect for all users.

    Accessibility isn’t a one-time task—it’s an ongoing effort to create a web that works for everyone. By applying POUR to your digital content, you’re taking meaningful steps toward a more inclusive future. Start today by reviewing your site, learning from accessibility experts, and embracing WCAG principles to make a difference in the lives of your users.


    If you’re ready to take the next step toward making your website ADA-compliant and ensuring accessibility for all, schedule an ADA briefing with 216digital. Our team of experts will guide you through the process, answer your questions, and help you create a web experience that’s inclusive, compliant, and user-friendly. Don’t wait—start building a more accessible digital presence today.

    Greg McNeil

    November 18, 2024
    WCAG Compliance
    Accessibility, WCAG, WCAG conformance, Website Accessibility
  • WCAG Conformance Levels: How High Should You Aim?

    When you’re building a website, it’s easy to get caught up in the details of design, functionality, and making everything look just right. But what about accessibility? That’s where the Web Content Accessibility Guidelines (WCAG) come in. Think of WCAG as your go-to checklist for making sure your website is open and usable for everyone, including people with disabilities.

    Accessibility isn’t just a “nice-to-have” anymore—it’s essential. Whether you’re trying to avoid lawsuits, comply with laws like the ADA, or make your site more welcoming, understanding WCAG conformance levels can help you figure out how high you should aim. Let’s break down the basics, explore the three levels—A, AA, and AAA—and help you find the sweet spot for your website.

    What is WCAG?

    WCAG stands for Web Content Accessibility Guidelines, but don’t let the formal name intimidate you. These guidelines are basically a roadmap for making websites, apps, and digital content work for everyone—whether someone has a disability or not. Developed by the World Wide Web Consortium (W3C), WCAG focuses on four key principles: making content perceivable, operable, understandable, and robust (POUR). Think of it as a checklist to ensure your site is usable for as many people as possible.

    And it’s not just for developers! WCAG applies to everyone involved in building a website—from designers to writers—because accessibility goes beyond code. Whether it’s adding captions to videos, ensuring color contrast, or simplifying navigation, these small changes can make a huge difference in how people experience your site. At its core, WCAG is about creating a better internet for everyone.

    Why Should You Care About WCAG Conformance?

    So, why should WCAG be on your radar? For starters, it’s about reaching more people. Accessibility isn’t just for those with disabilities—it benefits everyone. Captions help folks watching a video on mute, high contrast is great for users in bright sunlight, and clear navigation makes life easier for anyone trying to find what they need. In other words, an accessible website is just a better website.

    Then there’s the legal side of things. If you’re in the U.S., laws like the Americans with Disabilities Act (ADA) expect your site to meet certain accessibility standards, and WCAG is the go-to guide for that. Ignoring these guidelines could land you in hot water with lawsuits or fines—and let’s face it, no one wants that kind of stress.

    But it’s not just about avoiding trouble. Prioritizing accessibility can actually boost your brand, build trust, and improve your site’s performance overall. Making your website accessible shows your users you care, and that can set you apart in a big way.

    Breaking Down the WCAG Conformance Levels

    WCAG isn’t a one-size-fits-all situation. It’s divided into three levels—A, AA, and AAA—each with its own set of requirements. Here’s what you need to know about each one:

    Level A: Covering the Basics

    Level A is like the starter pack for accessibility. It focuses on the most basic barriers that prevent people from accessing your site. For example:

    • Adding alternative text (alt text) to images.
    • Making sure everything can be used with just a keyboard.
    • Avoiding flashing content that could trigger seizures.

    If your website meets Level A, you’re covering the bare minimum. But let’s be real—it’s not enough to provide a great experience for most users. Think of Level A as the foundation you build on, not the end goal.

    Level AA: The Sweet Spot

    Level AA is where things start to get serious. It’s the most widely recommended level and is often what the law requires. With Level AA, you’re tackling more detailed issues like:

    • Make sure the text has enough contrast with the background so it’s easy to read.
    • Ensuring your navigation is consistent and clear.
    • Providing captions for videos so they’re accessible to people with hearing impairments.

    For most websites, Level AA hits the perfect balance—it’s achievable, practical, and covers a wide range of accessibility needs. If you’re wondering how high to aim, this is probably your answer.

    Level AAA: The Extra Mile

    Level AAA is like the platinum package. It’s the highest level of accessibility, but it’s also the hardest to achieve. Some of the requirements include:

    • Offering sign language interpretation for video content.
    • Make sure your site works well even under very specific conditions, like extreme contrast ratios.

    While Level AAA is an amazing goal, it’s not realistic for every website. Even the W3C acknowledges that hitting this level for all content isn’t always possible. Instead, focus on what’s achievable for your site and audience, and aim for AAA features where you can.

    How High Should You Aim?

    So, where should you set your sights? For most organizations, Level AA is the way to go. It’s the legal standard in many places, including the U.S., and it covers most accessibility needs without overcomplicating things.

    However, your target might depend on your audience and industry. For example:

    • Government Websites: Usually aim for Level AA or higher since they serve a broad, diverse audience.
    • Online Stores: Need to make sure people can easily browse and buy products, so Level AA is essential.
    • Educational Platforms: Sometimes, we need to go beyond Level AA to ensure equitable access to learning materials.

    If you’re running a small business or personal site, don’t stress about hitting Level AAA. Instead, focus on meeting Level AA and improving over time. Remember, accessibility is a journey, not a one-and-done task.

    What Makes Level AAA So Hard?

    Achieving Level AAA isn’t just difficult—it often forces you to make compromises that can impact your site’s usability and aesthetics. For example, meeting AAA contrast requirements might mean overhauling your brand’s carefully chosen color scheme. Or you might have to simplify complex content so much that it loses its original value or appeal.

    It’s a delicate balancing act. On one hand, you want your site to be as accessible as possible. On the other hand, you need to ensure it remains engaging, functional, and true to your brand. For most organizations, focusing on Level AA strikes the best balance, ensuring broad accessibility without requiring sacrifices that could alienate other users or disrupt the site’s purpose.

    That said, Level AAA isn’t all or nothing. While it may not be practical to achieve across the board, incorporating some AAA features—like avoiding overly complicated language or providing additional customization options—can still enhance your site and make it more inclusive. The key is to aim high without losing sight of what works best for your audience and goals.

    Keeping Your Website WCAG Compliant

    Meeting WCAG standards isn’t a one-time thing. Websites evolve, and so do accessibility needs. Here’s how you can stay on top of it:

    Regularly Audit Your Site

    Run accessibility audits often to catch issues early. Tools like Google Lighthouse or WAVE are a great start, but don’t stop there—getting feedback from actual users with disabilities can give you insights you won’t find anywhere else.

    Train Your Team

    Accessibility isn’t just for developers. Designers, content creators, and even marketers should understand the basics of WCAG. The more your team knows, the easier it’ll be to stay compliant.

    Make Accessibility Part of Your Process

    Don’t wait until the end of a project to think about accessibility. Include it in every step—from planning and design to testing and deployment.

    Use Accessibility Tools

    Tools like screen readers and color contrast analyzers can help you spot problems before they become major issues. These tools are easy to use and can make a big difference.

    Stay Up-to-Date

    WCAG updates from time to time to reflect new technology and user needs. Keep an eye on these changes and adjust your strategy as needed.

    Achieve WCAG Conformance with 216digital

    When it comes to WCAG conformance, aiming for Level AA is usually the smart move. It’s realistic, effective, and ensures you’re meeting the needs of most users. If you can, sprinkle in some Level AAA features to go the extra mile.

    Making your website accessible isn’t just about ticking off a checklist—it’s about creating a welcoming space for everyone. With regular updates, audits, and a commitment to accessibility, you’ll not only meet the standards but also build a site people love to use.

    If you’re unsure where to begin or want to check your progress, 216digital is here to help. Schedule an ADA briefing with our team to learn how we can help you achieve WCAG conformance, lower your legal risks, and create a better experience for all your users.

    Take the first step today—because accessibility isn’t just a requirement, it’s an opportunity to make your website better for everyone.

    Greg McNeil

    November 15, 2024
    WCAG Compliance
    Accessibility, WCAG, WCAG conformance, Website Accessibility
216digital Scanning Tool

Audit Your Website for Free

Find Out if Your Website is WCAG & ADA Compliant













    216digital Logo

    Our team is full of expert professionals in Web Accessibility Remediation, eCommerce Design & Development, and Marketing – ready to help you reach your goals and thrive in a competitive marketplace. 

    216 Digital, Inc. BBB Business Review

    Get in Touch

    2208 E Enterprise Pkwy
    Twinsburg, OH 44087
    216.505.4400
    info@216digital.com

    Support

    Support Desk
    Acceptable Use Policy
    Accessibility Policy
    Privacy Policy

    Web Accessibility

    Settlement & Risk Mitigation
    WCAG 2.1/2.2 AA Compliance
    Monitoring Service by a11y.Radar

    Development & Marketing

    eCommerce Development
    PPC Marketing
    Professional SEO

    About

    About Us
    Contact

    Copyright 2024 216digital. All Rights Reserved.