Skip to main content

Welcome to our new website! The content and organization have been heavily redone and we want to hear from you! 
Submit feedback

Accessibility Myths vs. Facts

Busting misconceptions about digital accessibility.

💡 Learn the truth

Clearing up common misconceptions

Accessibility is often misunderstood. These myths can lead to poor decisions, wasted effort, and continued barriers for people with disabilities. Let's set the record straight!

The myths

❌ Myth: "Accessibility only helps a small number of people"

✅ Fact: Accessibility benefits far more people than you think

  • 1 in 4 U.S. adults has a disability (CDC)
  • 15% of the world population experiences disability (WHO)
  • Everyone benefits: Captions help in noisy environments, high contrast helps in sunlight, keyboard navigation helps when your mouse breaks
  • Temporary & situational disabilities: Broken arm, holding a baby, bright sunlight
  • Aging population: Most people will experience disability at some point

❌ Myth: "Accessibility is expensive and time-consuming"

✅ Fact: Building accessible from the start is far cheaper than retrofitting

  • Accessibility issues found in production cost 10-100x more to fix
  • Most accessibility is free: semantic HTML, alt text, heading structure
  • Lawsuits are expensive: Average settlement is $50,000-$150,000
  • Good accessibility = good UX = better engagement for everyone
  • Accessible design often simplifies development (fewer workarounds)

❌ Myth: "We can make it accessible later"

✅ Fact: Retrofitting is 10x harder than building accessible from the start

  • Inaccessible architecture creates technical debt
  • Fixing navigation or heading structure may require redesign
  • Users with disabilities are blocked now—later is too late for them
  • Legal compliance is required now, not later
  • The best time was at the start; the second best time is today

❌ Myth: "Automated testing catches all accessibility issues"

✅ Fact: Automated tools catch only 30-40% of issues

  • Tools can verify alt text exists, not that it's meaningful
  • Keyboard navigation logic requires human judgment
  • Cognitive accessibility can't be fully automated
  • Use automation for baseline + manual testing for complete coverage
  • User testing with people with disabilities is essential

❌ Myth: "Accessibility makes websites ugly"

✅ Fact: The most beautiful websites in the world are accessible

  • Apple, Airbnb, BBC—all highly accessible and visually stunning
  • Accessibility constraints inspire creativity, not limit it
  • Good contrast = better readability for everyone
  • Clear visual hierarchy = accessible headings = better design
  • Accessibility and aesthetics are not opposites

❌ Myth: "Blind people don't use the internet"

✅ Fact: Blind and visually impaired people are power users of the web

  • Screen readers make the web more accessible than print ever was
  • Blind users often navigate faster than sighted users (keyboard shortcuts)
  • The web is essential: banking, education, healthcare, social connection
  • Many blind people work in tech careers
  • 285 million people worldwide have visual impairments (WHO)

❌ Myth: "Accessibility is just about screen readers"

✅ Fact: Accessibility covers a wide range of disabilities and needs

  • Motor: Keyboard navigation, voice control, switch access
  • Cognitive: Clear language, consistent navigation, error prevention
  • Hearing: Captions, transcripts, visual alerts
  • Vision: Screen readers, magnification, color contrast, dark mode
  • Situational: Bright sunlight, noisy environments, slow internet

❌ Myth: "WCAG compliance means we're done"

✅ Fact: WCAG compliance is the floor, not the ceiling

  • You can pass WCAG and still have a terrible user experience
  • Real accessibility requires user testing
  • Guidelines evolve—WCAG 2.2, WCAG 3.0 coming
  • Compliance is ongoing, not a one-time checkbox
  • The goal is usability, not just compliance

❌ Myth: "We've never gotten a complaint, so we're fine"

✅ Fact: People with disabilities often leave silently instead of complaining

  • Users with disabilities face barriers constantly—complaint fatigue is real
  • If your site is inaccessible, they may never get to the contact form
  • You're losing users (and customers) you don't even know about
  • Lawsuits often come without warning
  • Absence of complaints ≠ accessibility

❌ Myth: "People with disabilities don't use our product"

✅ Fact: They might not be able to—that's the problem

  • Inaccessible products exclude people with disabilities
  • You may have users with invisible disabilities struggling right now
  • Every demographic includes people with disabilities
  • People acquire disabilities throughout life
  • You can't know who your users are if you've built barriers to entry

❌ Myth: "We have an overlay, so we're covered"

✅ Fact: Accessibility overlays don't work and may increase legal risk

  • Overlays can interfere with actual assistive technology
  • 96%+ of lawsuits target sites with overlays installed
  • Disability rights organizations have condemned overlay vendors
  • Overlays address symptoms, not root causes
  • There's no substitute for building accessible code

Learn more at overlayfactsheet.com

The truth about accessibility

Accessibility is...

  • ✅ A civil right and legal requirement
  • ✅ Good for business (larger audience, better SEO, fewer lawsuits)
  • ✅ Good engineering (semantic, maintainable, performant)
  • ✅ An ongoing practice, not a one-time fix
  • ✅ Everyone's responsibility
  • ✅ Something you can learn and improve at!

Learn more