🎸 GUITAR COURSE FOR BEGINNERS
Always Wanted to Play Guitar?
Stop jumping from one random YouTube lesson to another. Follow a structured learning path and start building real guitar skills step by step.
Beginner Friendly Video Lessons Learn at Your Pace
🎸 START LEARNING
Affiliate disclosure: We may earn a commission if you purchase through this link.
NO MUSICAL EXPERIENCE?
You Can Start From Zero
Never held a guitar before? No problem. Start with the fundamentals and progress through lessons designed to make learning feel manageable.
Start From Scratch Step-by-Step Easy Progression
✨ BEGIN YOUR JOURNEY
Affiliate disclosure: We may earn a commission if you purchase through this link.
FOR ADULT LEARNERS
It's Never Too Late to Learn
Busy adult? Learn when it works for you. Build your skills around your schedule without needing to attend traditional music classes.
Adults Welcome Flexible Learning Your Own Pace
💚 LEARN AT YOUR PACE
Affiliate disclosure: We may earn a commission if you purchase through this link.
STRUCTURED LEARNING
Learn More Than Random Chords
A structured course gives you a clear direction instead of wondering what to learn next. Follow lessons in a logical progression.
Clear Path Video Courses Progressive Lessons
🚀 SEE THE COURSE
Affiliate disclosure: We may earn a commission if you purchase through this link.
LEARN FROM HOME
Your Guitar. Your Time. Your Journey.
Learn from wherever you are and return to your lessons whenever you have time. Build your guitar skills without rearranging your entire life.
Learn Anywhere Flexible Schedule Video Learning
🎵 START TODAY
Affiliate disclosure: We may earn a commission if you purchase through this link.
READY TO PICK UP THE GUITAR?
Turn “Someday” Into Your First Lesson
If learning guitar has been sitting on your wish list, this could be the perfect time to finally begin.
Beginners Adults Self-Paced
❤️ YES, LET'S LEARN GUITAR
Affiliate disclosure: We may earn a commission if you purchase through this link.

Wednesday, August 6, 2025

How Can I Help People with Motor Disabilities?

 

When we think about accessibility, we often imagine helping people who can’t see or hear our content. But there’s another group whose needs are just as important — people with motor disabilities.

Motor disabilities affect a person’s ability to use their muscles to perform precise movements. On the web, this can make certain actions — like clicking tiny buttons, dragging items, or scrolling quickly — much harder or even impossible.

The good news is, with thoughtful design, you can make your website easy to navigate for everyone, regardless of how they control their devices.

In this guide, we’ll cover:

  1. Understanding motor disabilities

  2. Making clickable elements larger

  3. Ensuring full keyboard functionality

  4. Avoiding drag-and-drop only interactions

  5. Additional best practices for motor accessibility

  6. Why these changes help all users


1. Understanding Motor Disabilities

Motor disabilities can be:

  • Permanent — such as cerebral palsy, multiple sclerosis, muscular dystrophy, or spinal cord injury.

  • Temporary — a broken arm, recovery from surgery, or repetitive strain injury.

  • Situational — trying to navigate a site with one hand while holding a baby or a cup of coffee.

Some people use assistive technologies such as:

  • Switch devices — single-button systems.

  • Mouth sticks or head pointers — to press keys or click buttons.

  • Eye-tracking systems — controlling the cursor with gaze.

  • Voice control — speaking commands instead of using hands.

Your goal as a designer or site owner is to make sure that your site works no matter how someone interacts with it.


2. Make Clickable Elements Larger

Why It Matters
Small buttons, links, and icons can be extremely difficult for people with limited motor control. Larger clickable areas make it easier for everyone to hit the right target.

Guidelines

  • Minimum target size: 44×44 pixels (WCAG recommendation).

  • Add enough space between clickable items to avoid accidental clicks.

  • Make the entire area clickable — not just the text inside a button.

Example
Bad: A tiny 20px × 20px “X” icon to close a pop-up.
Good: A larger 44px × 44px close button with enough surrounding space to click comfortably.

Pro Tip: Buttons should also have a clear visual hover/focus state so users know they’ve hit the right spot.


3. Ensure All Functionality Works With the Keyboard

Some users can’t use a mouse at all and rely entirely on the keyboard (or a device that emulates keyboard commands).

Best Practices

  • All interactive elements (links, buttons, menus, forms) should be reachable via the Tab key.

  • Use Enter or Space to activate buttons/links.

  • Avoid “keyboard traps” — situations where users get stuck in one part of the page without being able to tab out.

  • Provide a visible focus indicator (e.g., an outline around the active element).

Testing Tip
Unplug your mouse and try navigating your site with only the keyboard. If you can’t reach or use something, neither can a motor-impaired user.


4. Avoid Requiring Drag-and-Drop Only Interactions

Drag-and-drop features can be fun, but they can also be impossible for someone using a head pointer, switch device, or keyboard.

Better Approaches

  • Offer an alternative way to complete the same action.

  • Example: If your site allows rearranging items by drag-and-drop, also provide “Move Up” and “Move Down” buttons.

  • Use ARIA attributes (aria-grabbed, aria-dropeffect) to make drag-and-drop more accessible to assistive technology.


5. Additional Best Practices for Motor Accessibility

a) Give Users Enough Time

Avoid auto-advancing carousels or time-limited forms that require fast action. If timing is necessary (e.g., in a quiz), allow users to extend or remove the time limit.

b) Avoid Small Hover-Only Menus

Menus that require precision hovering can be frustrating. Consider click-to-open menus that stay open until dismissed.

c) Minimize Complex Gestures

Touchscreen gestures like “pinch” or “swipe” can be challenging for some users. Always offer simple tap or click alternatives.

d) Reduce the Need for Repetitive Actions

If filling out a form requires entering the same information multiple times, provide autofill or copy-paste support.

e) Keep Layouts Consistent

Consistent navigation and predictable layouts reduce the need for extra movement or re-learning.


6. Why These Changes Help Everyone

Designing for motor accessibility doesn’t just help people with disabilities — it improves usability for:

  • People using small touchscreens.

  • People in motion (on a bus, walking).

  • People with temporary injuries.

  • Older adults with reduced dexterity.

Bigger buttons, keyboard navigation, and alternatives to drag-and-drop make your site more comfortable and forgiving for all visitors.


Testing Your Site for Motor Accessibility

Here’s a quick self-test:

  • ✅ Can you navigate the entire site using only a keyboard?

  • ✅ Are all clickable elements large enough to hit easily?

  • ✅ Are there alternatives to drag-and-drop actions?

  • ✅ Do users have enough time to interact without being rushed?

You can also invite people who use assistive devices to test your site — their feedback is invaluable.


Final Thoughts

Helping people with motor disabilities navigate your site isn’t just about meeting legal guidelines — it’s about creating a welcoming, stress-free experience for every visitor.

By:

  • Making clickable elements larger

  • Ensuring full keyboard support

  • Avoiding drag-and-drop-only actions

  • Adding extra time and simpler controls

…you make your site inclusive for people of all abilities, situations, and devices.

Accessibility is never a one-time task — it’s an ongoing commitment to making sure no one is left behind. When you design with motor disabilities in mind, you’re building a web that truly works for everyone.

What Can I Do for Deaf or Hearing-Impaired Users?

 The internet is full of sound — videos, podcasts, notifications, music. But for people who are deaf or hearing-impaired, much of that audio content can become a silent barrier.

Good web design means making sure that no one is left out just because they can’t hear your content. And the wonderful part? The steps you take to help deaf or hard-of-hearing users often make your site more useful and appealing to everyone.

In this guide, we’ll explore:

  1. Understanding hearing impairments

  2. Adding captions and subtitles to videos

  3. Providing transcripts for audio content

  4. Avoiding sound-only alerts

  5. Other tips to improve accessibility

  6. Why these changes help all users


1. Understanding Hearing Impairments

Hearing loss exists on a spectrum. It can be:

  • Profound deafness — complete inability to hear.

  • Partial hearing loss — difficulty hearing certain sounds, pitches, or speech.

  • Situational hearing difficulties — even people with normal hearing can struggle in noisy environments or when using devices without speakers.

According to the World Health Organization, over 430 million people worldwide have disabling hearing loss. And that number doesn’t even count those who experience temporary or mild hearing challenges.

When designing for accessibility, think beyond permanent deafness — your site should work equally well for:

  • People who are deaf from birth.

  • People who lost hearing later in life.

  • People using a public space where sound is muted.

  • People whose first language is not the spoken language in your video.


2. Provide Captions and Subtitles for Videos

Why They Matter

Captions and subtitles make video content accessible to people who can’t hear. They also help viewers who:

  • Are in a noisy environment (e.g., a cafe).

  • Don’t have headphones handy.

  • Prefer reading along for better comprehension.

What’s the Difference?

  • Subtitles: Show spoken dialogue in text.

  • Captions: Include dialogue plus important non-speech sounds (e.g., [applause], [door slams], [music playing]).

Best Practices for Captions

  • Sync captions closely with the audio.

  • Use proper punctuation and grammar.

  • Identify speakers if more than one person is talking.

  • Describe important sounds: “(laughter)” or “(thunder rumbling)”.

Tools for Adding Captions

  • YouTube — has auto-captioning (but always edit for accuracy).

  • Amara — collaborative captioning platform.

  • Veed.io or Kapwing — user-friendly caption editors.


3. Offer Transcripts for Audio Content

If you have podcasts, interviews, or any audio-only content, transcripts are essential.

Why Transcripts Help:

  • Give deaf or hard-of-hearing users a full alternative to audio.

  • Allow users to quickly search text for specific parts.

  • Improve SEO (search engines can read text, but not audio).

Tips for Great Transcripts:

  • Include the speaker names.

  • Write word-for-word for accuracy, but clean up unnecessary fillers (“um,” “uh”) if it helps readability.

  • Describe meaningful sound effects (“[phone rings]”).

Example Layout:

[00:02:13] Host: Welcome to the show! Today we’re talking about healthy breakfasts.
[00:02:25] Guest: Thanks for having me. [Sound of sizzling bacon in background]

4. Avoid Sound-Only Alerts

Websites often use sound for notifications — a “ding” for a message, a chime for an action complete. But if you rely on sound alone, deaf users may never notice the alert.

Better Approach:

  • Pair sounds with visual cues — a popup, banner, icon change, or vibration (on mobile).

  • Make visual alerts clear and persistent until acknowledged.

Example:
If a chat message arrives, show a notification bubble on the chat icon and play a sound.


5. Other Tips to Improve Accessibility for Hearing-Impaired Users

a) Use Clear Visual Instructions

Avoid saying “You’ll hear a tone when it’s ready.” Instead, say “You’ll see a green checkmark when it’s ready.”

b) Allow Users to Control Audio

  • Provide play/pause buttons for background music.

  • Let users adjust volume separately for voice and music if possible.

c) Keep Text Readable

Captions or transcripts won’t help if the text is tiny or low-contrast. Follow good color contrast and font size guidelines.

d) Avoid Autoplay Audio

Surprising users with sudden sound can be frustrating, especially if they don’t even know it’s there because they can’t hear it.


6. Why These Changes Help Everyone

Accessibility improvements for hearing-impaired users also benefit:

  • People in noisy environments.

  • People learning a new language.

  • People multitasking (reading while muted).

  • Search engines (which index your transcripts and captions).

For example, Facebook found that videos with captions have higher engagement, even among hearing users, because people often watch videos without sound.


Testing Your Site for Hearing Accessibility

Here’s a quick checklist you can use:

  • ✅ All videos have accurate captions.

  • ✅ All audio-only content has transcripts.

  • ✅ All sound-based alerts have visual alternatives.

  • ✅ Instructions are not dependent on hearing alone.


Final Thoughts

Making your website accessible for deaf and hearing-impaired users is not just the right thing to do — it’s also smart design. By:

  • Providing captions and subtitles

  • Offering transcripts

  • Avoiding sound-only alerts
    …you ensure that your content is inclusive, discoverable, and usable by everyone, no matter their hearing ability.

Accessibility is about removing barriers. When you design for people who can’t hear your website, you make sure they can still experience it — fully and meaningfully. And that’s something worth doing every single time you publish online.

What Can I Do for Blind or Visually Impaired Users?

 The internet is a powerful tool — but for millions of people worldwide, it isn’t always as accessible as it should be. For those who are blind or visually impaired, a poorly designed website can be more than frustrating; it can be a complete barrier to participation.

The good news? With thoughtful design and a few key practices, you can make your website welcoming, usable, and enjoyable for people with visual impairments — and in doing so, you’ll often make it better for everyone.

In this article, we’ll explore:

  1. Understanding visual impairments

  2. Adding alt text to images

  3. Using semantic HTML

  4. Ensuring good color contrast

  5. Making your site screen-reader friendly

  6. Additional tips for an inclusive experience

Let’s dive in.


1. Understanding Visual Impairments

Visual impairment is a broad term. It includes:

  • Blindness — no vision at all or only light perception.

  • Low vision — significant vision loss that cannot be corrected fully with glasses or contact lenses.

  • Color blindness — difficulty distinguishing certain colors.

  • Other visual conditions — such as cataracts, glaucoma, or macular degeneration, which can blur, distort, or dim vision.

Designing for blind and visually impaired users means thinking beyond just “seeing” — it’s about making sure your site works through multiple senses, primarily hearing and touch (via assistive devices).


2. Add Alt Text to All Images

Why It Matters
Alt text (“alternative text”) is read aloud by screen readers, describing images to someone who can’t see them. Without it, a blind user might hear only a file name like IMG_1023.jpg, which tells them nothing.

How to Write Good Alt Text

  • Be descriptive but concise:

    • Bad: “Image”

    • Good: “Golden retriever puppy playing with a red ball on the grass.”

  • Describe the purpose, not every pixel:

    • If the image supports the content, explain how.

  • Skip decorative images: If an image is purely decorative (like a divider line), use empty alt text (alt="") so screen readers skip it.

Example:
Imagine a blog post about baking bread with a photo of freshly baked loaves.

  • Poor alt text: “Bread”

  • Good alt text: “Three loaves of homemade sourdough cooling on a wooden rack.”

Pro Tip: For infographics, provide a text summary below the image so all the information is accessible.


3. Use Semantic HTML

Why It Matters
Semantic HTML uses the right tags for the right purposes — <h1> for main headings, <h2> for subheadings, <ul> for lists, <label> for form labels, and so on. This structure helps screen readers understand and announce the content logically.

Examples of Semantic HTML in Action

  • Headings: Don’t make headings by just bolding text — use proper <h1> through <h6> tags.

  • Lists: Use <ul> or <ol> for lists so screen readers announce “list with X items.”

  • Forms: Use <label> for every input so the field’s purpose is clear.

Non-Semantic Example (Bad):

<p><b>Contact Us</b></p>

Semantic Example (Good):

<h2>Contact Us</h2>

Why It Helps Everyone
Search engines also love semantic HTML, so it boosts SEO while making your site more accessible.


4. Ensure Good Color Contrast

Why It Matters
Low contrast between text and background can make reading difficult for people with low vision or certain forms of color blindness — and even for sighted users in bright light.

WCAG Minimum Contrast Ratios:

  • Normal text: 4.5:1

  • Large text: 3:1

How to Check

Examples

  • Poor: Light gray text on a white background.

  • Good: Dark blue text on a white background.

Extra Tip: Never use color alone to convey meaning. If an error message is red, add an icon or label like “Error:” so color-blind users still understand.


5. Make Your Site Screen-Reader Friendly

Why It Matters
Screen readers (like NVDA, JAWS, and VoiceOver) translate on-screen text into speech or Braille. If your site isn’t coded and structured well, a blind user may hear confusing or incomplete information.

Best Practices for Screen Reader Accessibility

  • Logical heading order: <h1> for the page title, <h2> for main sections, <h3> for subsections, etc.

  • Meaningful link text: Avoid “click here.” Instead, say “Download the annual report (PDF).”

  • Skip links: Add a “Skip to main content” link so users can bypass repeated menus.

  • ARIA landmarks: Use ARIA roles (like role="navigation") to help screen readers identify sections.

Example:
A news site should allow a screen reader user to jump straight to “Main Stories” without reading the entire navigation every time.


6. Additional Tips for Inclusivity

a) Use Resizable Text

Don’t lock text sizes in pixels. Use relative units (em, %) so users can zoom in without breaking the layout.

b) Provide Audio Descriptions for Videos

If your video contains important visual details (like charts or actions), offer an audio-described version that narrates those elements.

c) Keep Layouts Simple and Predictable

Consistent navigation, clear headings, and minimal clutter help all users — especially those with low vision.

d) Avoid Auto-Playing Content

Sudden sounds can disorient screen reader users, and fast-moving visuals can be distracting for those with vision issues.

e) Test Your Site

  • Try browsing with a screen reader.

  • Zoom your site to 200% and check if it’s still usable.

  • Run automated checks with WAVE or Lighthouse.


Why This Matters Beyond Accessibility

When you design for blind and visually impaired users, you’re not just doing the right thing — you’re also:

  • Expanding your audience to millions of potential visitors.

  • Improving your SEO and search rankings.

  • Creating a cleaner, more organized site that’s easier for everyone to use.


Final Thoughts

Blind and visually impaired users shouldn’t have to fight to access your website. By:

  • Adding descriptive alt text

  • Using semantic HTML

  • Ensuring good color contrast

  • Making your site screen-reader friendly
    …you make the web a more inclusive place — and you make your site more user-friendly for everyone else, too.

Accessibility isn’t an “extra.” It’s a fundamental part of good design. And when you commit to it, you’re not just following guidelines — you’re showing that you care about every single visitor who comes to your site.

How Do I Check If My Website Is Accessible?

 Creating a beautiful, functional website is one thing — but making sure it’s accessible is another. Accessibility means your site works for everyone, including people with disabilities.

But here’s the challenge: you can’t just guess if your site is accessible. You have to test it.
And the good news? Testing doesn’t have to be complicated, expensive, or reserved for tech experts. With the right approach and tools, anyone can check their website for accessibility.

In this article, we’ll walk through:

  1. Free accessibility testing tools

  2. Screen reader testing

  3. Keyboard-only navigation tests

  4. Color contrast checks

  5. Manual usability checks

  6. Getting feedback from real users

By the end, you’ll have a full picture of how to find and fix barriers on your site.


1. Use Free Accessibility Testing Tools

Automated tools are a great first step. They scan your site and point out potential accessibility issues — from missing alt text to poor contrast.

Here are three of the most popular free tools:

1. WAVE (Web Accessibility Evaluation Tool)

  • Website: wave.webaim.org

  • How It Works: Enter your page URL, and WAVE will highlight accessibility errors and alerts directly on your page preview.

  • What It’s Great For:

    • Missing alt text

    • Low contrast

    • Form label issues

  • Why I Like It: It’s very visual — you see exactly where the problem is on your page.

2. Lighthouse (Built into Google Chrome)

  • How It Works:

    1. Open your site in Chrome.

    2. Right-click anywhere → choose Inspect.

    3. Go to the Lighthouse tab.

    4. Run an Accessibility audit.

  • What It’s Great For:

    • Overall accessibility score

    • Quick wins and problem areas

  • Why I Like It: It’s built-in, no installation needed.

3. axe DevTools (Browser Extension)

  • Website: Deque axe DevTools

  • How It Works: Add the extension to Chrome or Firefox, run it on any page, and it lists accessibility issues with code-level details.

  • What It’s Great For:

    • Developer-friendly reports

    • WCAG guideline references

  • Why I Like It: It tells you why something is a problem and how to fix it.


Pro Tip: Automated tools can catch about 30–40% of accessibility issues. That means you still need to do manual testing to find the rest.


2. Test With a Screen Reader

A screen reader is software that reads out the content of a page for visually impaired users. Even if you don’t need one personally, using one briefly is eye-opening.

Popular Screen Readers

  • NVDA (Windows, free) — nvaccess.org

  • JAWS (Windows, paid, with free trial) — freedomscientific.com

  • VoiceOver (Mac & iOS, built-in) — Turn on in System Preferences → Accessibility → VoiceOver.

How to Test

  • Open your site with the screen reader turned on.

  • Try navigating through headings, links, and forms.

  • Listen carefully:

    • Are images described meaningfully?

    • Are headings logical?

    • Do links make sense out of context?

Example Problem: If a button is labeled “Click here” without context, a screen reader user won’t know what it does. A better label is “Download Report” or “Add to Cart.”


3. Navigate Your Site Without a Mouse

Some users — especially those with motor disabilities — can’t use a mouse. They rely on keyboards, voice commands, or other devices.

How to Test:

  • Unplug your mouse or turn off your trackpad.

  • Use the Tab key to move through the site.

  • Use Shift + Tab to go backwards.

  • Use Enter or Space to activate links and buttons.

What to Look For:

  • Can you reach all interactive elements (menus, buttons, forms)?

  • Is there a visible focus indicator (usually a colored outline) showing where you are?

  • Do dropdown menus open with the keyboard?

Example Problem: If a form can’t be submitted without clicking a mouse, it’s inaccessible to keyboard-only users.


4. Check Color Contrast

Poor color contrast makes text unreadable for people with low vision or color blindness — and even for everyone in bright light.

Tools to Use:

WCAG Minimum Contrast Ratios:

  • Normal text: 4.5:1

  • Large text (18px+ bold or 24px+): 3:1

Example Problem: Light gray text on a white background might look stylish but fails contrast checks — making it hard for many people to read.


5. Do Manual Usability Checks

Automation and tools can only do so much. You also need to think like your users.

Here are some manual checks you can do:

  • Resize text to 200% in your browser — does everything still fit and remain readable?

  • Disable CSS (you can do this in dev tools) — does your content still appear in a logical order?

  • Turn off images — do alt texts appear where needed?

  • Play your videos — do they have captions? Are controls usable with a keyboard?

  • Check forms — are all fields labeled, and do error messages explain what went wrong?

Example: If someone types a wrong password, do you just say “Error” or do you say “Password must be at least 8 characters”? The second option is much more helpful.


6. Get Feedback From Real Users

Nothing beats testing with actual people — especially those who use assistive technologies every day.

You can:

  • Invite people with disabilities to test your site.

  • Use online communities like Accessibility Slack groups or disability advocacy forums.

  • Partner with accessibility consultants who run real-user testing.

Why It’s Worth It:
Real users will spot barriers you’d never think of — because they live with those challenges daily.


Putting It All Together — Your Accessibility Testing Routine

Here’s a simple way to structure your testing process:

  1. Run an automated scan (WAVE, Lighthouse, axe DevTools).

  2. Test with a screen reader for headings, links, and forms.

  3. Try keyboard-only navigation and watch for focus issues.

  4. Check color contrast on all major elements.

  5. Do manual checks for text resize, image alt text, and form usability.

  6. Gather feedback from real users or accessibility testers.

Even doing this once a quarter can drastically improve your site’s accessibility.


Why Testing Is Ongoing, Not One-Time

Accessibility isn’t something you “do once and forget.”
Every time you add a new feature, publish a new blog post, or redesign a page, you might introduce new accessibility barriers.

Think of accessibility like website security — it’s part of ongoing maintenance.


Final Thoughts

Checking your website’s accessibility isn’t just about ticking boxes for legal compliance. It’s about making sure everyone, regardless of ability, can navigate, understand, and enjoy what you’ve built.

By using a mix of free tools, manual checks, and real-user feedback, you can find and fix the most common barriers.
And the best part? Accessibility improvements usually make your site better for everyone — faster, clearer, and easier to use.

If you start with these steps, you’re not just making your site more inclusive — you’re also building a stronger, friendlier, and more successful presence online.

What Are the Most Common Accessibility Mistakes?

 

Website accessibility isn’t just about adding fancy features or ticking off compliance boxes. It’s about making sure everyone — no matter their abilities or circumstances — can use your site without barriers.

But here’s the truth: even well-meaning website owners and designers often make simple mistakes that unintentionally make a site hard or impossible to use for some people.

The good news? Once you know what these mistakes are, they’re often easy to fix.

In this article, we’ll cover six of the most common accessibility mistakes:

  1. Missing alt text for images

  2. Poor color contrast

  3. Text that can’t be resized

  4. Videos without captions

  5. Links and buttons too small to click

  6. Navigation that can’t be used with a keyboard

We’ll explore why each mistake matters, how it affects users, and the practical steps to correct it.


1. Missing Alt Text for Images

What It Is
Alt text (short for “alternative text”) is a written description of an image that’s stored in the HTML. Screen readers use it to describe images to visually impaired users.

Why It Matters
Without alt text, someone using a screen reader won’t know what an image shows. They might hear something unhelpful like “image1234.jpg” instead of “Family enjoying a picnic in the park.”

Example
Imagine an online clothing store where the product images have no alt text. A blind shopper browsing with a screen reader would have no idea whether they’re looking at a red dress or a pair of jeans. That’s not just frustrating — it’s excluding a customer.

How to Fix It

  • Write clear, concise alt text describing the image’s purpose, not just its appearance.

  • If an image is purely decorative, use empty alt text (alt="") so screen readers skip it.

  • Avoid stuffing alt text with keywords — it’s about description, not SEO tricks.

Pro Tip: If your site has hundreds of images, you can prioritize adding alt text to the most important ones first — such as product photos, infographics, or images with critical information.


2. Poor Color Contrast

What It Is
Color contrast refers to the difference in brightness between text (or important elements) and its background. Poor contrast makes text hard to read, especially for people with low vision or color blindness.

Why It Matters
If your text blends into the background, it’s not just an aesthetic issue — it’s a readability problem.

Example
Light gray text on a white background might look stylish on your high-resolution monitor in perfect lighting, but in bright sunlight on a phone, it becomes unreadable.

How to Fix It

  • Aim for at least a 4.5:1 contrast ratio for normal text, and 3:1 for large text (18px+ bold or 24px+ regular).

  • Use free tools like the WebAIM Contrast Checker to test your colors.

  • Don’t rely on color alone to show meaning — pair it with text or icons.

Pro Tip: Test your site in grayscale mode to see how it looks without color — this mimics color blindness and helps you spot low-contrast areas.


3. Text That Can’t Be Resized

What It Is
Some websites use fixed font sizes or design elements that break when you zoom in. This prevents users from increasing text size to a level comfortable for them.

Why It Matters
People with low vision, eye strain, or even just older readers often need larger text to read comfortably. If your site blocks zoom or breaks when resized, it’s excluding them.

Example
A blog with fixed 12px font might be fine for young readers with perfect eyesight, but for someone with cataracts, it’s a strain.

How to Fix It

  • Use relative units like em or % instead of px for font sizes.

  • Test your site by zooming to 200% — it should still be usable and readable.

  • Avoid fixed-height containers that cut off enlarged text.

Pro Tip: Make sure line spacing also increases with larger text — tight lines make reading harder when zoomed.


4. Videos Without Captions

What It Is
Captions are the text version of spoken content in videos, synchronized with the audio. They benefit deaf and hard-of-hearing users — and anyone watching in a noisy place.

Why It Matters
Without captions, hearing-impaired visitors can’t follow your video’s dialogue or narration. You also risk losing viewers who simply can’t turn the sound on at that moment.

Example
A cooking tutorial without captions means a deaf viewer won’t know the measurements or instructions, even if they can see the ingredients.

How to Fix It

  • Add closed captions to all videos. Platforms like YouTube can auto-generate them, but always review and edit for accuracy.

  • Provide a full transcript as a backup — helpful for people who prefer reading or want to skim.

Pro Tip: Good captions also describe important sounds (“[applause]” or “[phone ringing]”) to give full context.


5. Links and Buttons Too Small to Click

What It Is
Tiny clickable elements make it hard for people with motor disabilities, tremors, or those using small touchscreens to interact with your site.

Why It Matters
If a user can’t reliably click the link or button they want, frustration rises — and conversions drop.

Example
A “Buy Now” button squeezed between other clickable elements can lead to accidental clicks, abandoned carts, or complete drop-offs.

How to Fix It

  • Make clickable areas at least 44x44 pixels (Apple’s guideline) or 48x48 pixels (Google’s guideline).

  • Add enough spacing between clickable elements.

  • Use clear labels — not vague text like “Click here.”

Pro Tip: Try navigating your site using only one finger on a small phone screen — you’ll quickly spot any too-small buttons.


6. Navigation That Can’t Be Used With a Keyboard

What It Is
Some websites require a mouse to navigate. If menus, forms, or buttons can’t be accessed via keyboard, users with motor disabilities or screen readers are locked out.

Why It Matters
Not everyone can use a mouse — some rely on keyboards, voice commands, or switch devices. Your site should work for them, too.

Example
A dropdown menu that only opens on mouse hover will be invisible to someone navigating with the Tab key.

How to Fix It

  • Ensure all interactive elements are reachable with the Tab key.

  • Use visible focus indicators (like outlines) to show which element is active.

  • Avoid JavaScript traps that block keyboard navigation.

Pro Tip: Unplug your mouse and try using your site with only your keyboard — it’s the quickest accessibility test you can do.


Why These Mistakes Happen

Most accessibility mistakes aren’t made out of neglect — they happen because:

  • Designers prioritize visual style over usability.

  • Developers don’t test with assistive technologies.

  • Website owners assume their audience doesn’t include people with disabilities.

But the truth is: your audience always includes people with accessibility needs — and often more than you think. According to the WHO, over 1 billion people worldwide live with some form of disability. And that’s not counting temporary impairments like injuries or situational limitations.


The Benefits of Fixing These Mistakes

When you correct these accessibility mistakes, you’re not only helping people with disabilities — you’re improving your site for everyone.

  • Better SEO — Search engines can “read” alt text and structured captions.

  • Wider Audience — More people can use your site comfortably.

  • Higher Conversions — Clear, usable design leads to more clicks and purchases.

  • Good Brand Image — Shows you value inclusivity.


A Quick Accessibility Audit Checklist

Here’s a simple checklist you can run through to spot and fix these common mistakes:

✅ Add descriptive alt text for all important images
✅ Check text-to-background contrast
✅ Test zoom at 200% — text should still be readable and layout intact
✅ Add captions and transcripts for all videos
✅ Make buttons and links large enough to tap easily
✅ Test your site with keyboard-only navigation


Final Thoughts

These six mistakes — missing alt text, poor contrast, non-resizable text, videos without captions, small clickable areas, and mouse-only navigation — are among the most common accessibility barriers online.

The good news? They’re also some of the easiest to fix once you’re aware of them.

Accessibility isn’t about making your site bland or overcomplicated. It’s about making it usable for everyone. And when you design for inclusivity, you often find that your site becomes clearer, cleaner, and more user-friendly for all visitors — which is a win no matter who your audience is.

Audible Books & Originals: The Complete Guide to Audiobooks, Memberships, Deals and More

  Books are no longer limited to printed pages or electronic screens. Audiobooks have changed the way millions of people consume books, allo...