Durable medical equipment (DME) and mobility suppliers, the businesses that sell wheelchairs, scooters, walkers, hospital beds, lifts, oxygen equipment, and daily-living aids, serve a customer base defined almost entirely by disability and age. The people shopping for a wheelchair or a magnifier are precisely the people most likely to be using a screen reader, voice control, magnification, or keyboard-only navigation, which makes an inaccessible online store a uniquely self-defeating barrier: it excludes the only audience the business has. A typical supplier's website is part marketing site and part e-commerce platform, combining product catalogs with detailed specifications, product filters by mobility need and weight capacity, configurators for custom wheelchairs and seating, shopping cart and checkout, insurance and Medicare-billing forms, account portals for orders and reorders of supplies, fitting and sizing guides, and downloadable manuals and warranty paperwork. Each is a common accessibility failure point. Unlabeled product images and color-only variant swatches hide essential details, filters that screen readers cannot operate make products undiscoverable, a checkout that traps focus or fails to announce errors blocks the purchase, and insurance forms with unlabeled fields stop a customer from completing a Medicare-covered order. Because every customer is in the protected audience, accessibility here has an unusually direct effect on revenue as well as compliance. This guide covers the legal requirements, the most common failures, and a practical compliance checklist for equipment and mobility suppliers.

Legal Requirements

Key Accessibility Issues in Medical Equipment & Mobility Suppliers (DME)

Product Catalogs and Specifications That Screen Readers Cannot Interpret

Choosing the right mobility device depends on detailed specifications, weight capacity, seat width, turning radius, and battery range, that are essential to a safe purchase. When product images lack meaningful alt text, specifications are presented only in image-based charts, and key details rely on layout rather than structure, a screen-reader user cannot evaluate whether a wheelchair or bed is suitable. For a customer who is choosing equipment they will depend on daily, missing or inaccessible specifications are not a minor annoyance but a safety and dignity issue.

How to fix:

Give every product image meaningful alt text and present specifications as accessible HTML tables or structured text with proper headers, never as an image alone. Ensure key details such as weight capacity and dimensions are in real, selectable text, use clear headings to structure product pages, and make sure any comparison tables are properly marked up so screen-reader users can compare options confidently.

Product Filters and Variant Swatches That Exclude Keyboard and Screen-Reader Users

Suppliers offer filters by mobility need, weight capacity, indoor or outdoor use, and price, and variant swatches for size, color, and configuration. These are frequently built as mouse-only controls, convey the selected option through color alone, and update results dynamically without announcing the change or the new count. For a keyboard or screen-reader user, an unoperable filter makes the right product undiscoverable, and an unlabeled swatch hides which size or configuration is selected.

How to fix:

Make all filters keyboard operable with accessible names, announce when results update and how many items match through a live region, and never indicate the active selection by color alone. Give variant swatches accessible names that state the option (for example, seat width 18 inches), reflect the selected state programmatically, and ensure the whole catalog can be browsed and filtered without a mouse.

Custom Configurators and Sizing Tools That Are Not Keyboard Operable

Custom wheelchairs, seating systems, and adjustable beds are often ordered through interactive configurators with step-by-step options and dynamic price and image updates. These tools frequently rely on drag-and-drop or mouse-only controls, fail to announce updated selections and prices, and present validation only visually. A customer who cannot complete the configurator, again, the core audience, cannot order the customized equipment they specifically need.

How to fix:

Build configurators so every option is reachable and operable by keyboard, with accessible names and clearly announced selected states. Announce updated prices, configurations, and any errors through live regions, avoid relying on drag-and-drop as the only interaction, and provide an accessible assisted-ordering path (such as a phone or email option clearly offered) for complex custom builds while still making the online tool usable.

Checkout and Insurance or Medicare-Billing Forms With Unlabeled Fields and Unannounced Errors

Completing a purchase or a Medicare-covered order requires checkout and insurance forms, often long, with prescription, diagnosis, and billing fields. These frequently use unlabeled or placeholder-only fields, group options without accessible grouping, present validation errors only in red, and move focus unpredictably. For a customer using a screen reader or magnification, an unlabeled checkout or an unannounced error abandons the purchase at the final, most important step.

How to fix:

Give every checkout and insurance field a persistent, programmatically associated label, and group related controls with a fieldset and legend. Announce validation errors, link each to its field with aria-describedby, and move focus to the first error on submission. Keep the checkout fully keyboard operable, ensure the payment step is accessible, and offer an accessible assisted-ordering option for insurance and Medicare paperwork.

Manuals, Fitting Guides, and Warranty Paperwork as Inaccessible PDFs

Suppliers publish product manuals, fitting and sizing guides, warranty terms, and insurance paperwork, very often as scanned or untagged PDFs. When these have no reading order, no headings, and no selectable text, a screen-reader or magnification user, that is, the customer themselves, cannot read how to safely use or size the equipment they bought. Essential and sometimes safety-critical information is hidden from the people who depend on it.

How to fix:

Publish manuals, fitting guides, and warranty information as accessible HTML wherever possible. Where PDFs are required, tag them with proper headings, a logical reading order, real (not scanned) text, and alt text for diagrams, and verify them with a PDF accessibility checker. Offer any document in an accessible or large-print format on request, and ensure safety-critical instructions are available in an accessible format alongside any PDF.

Compliance Checklist

  • Product images have meaningful alt text and specifications are presented as accessible HTML tables or structured text, never images alone
  • Key details such as weight capacity and dimensions are in real, selectable text with clear page headings
  • Product filters are keyboard operable with accessible names, and result updates and counts are announced through a live region
  • Variant swatches have accessible names stating the option, reflect the selected state programmatically, and do not rely on color alone
  • Custom configurators are fully keyboard operable, announce updated selections, prices, and errors, and offer an accessible assisted-ordering path
  • Checkout and insurance or Medicare forms use persistent labels, group related controls with fieldset and legend, and announce and link validation errors
  • The checkout and payment steps are fully keyboard operable with focus moved to the first error on submission
  • Manuals, fitting guides, and warranty paperwork are accessible HTML or properly tagged PDFs with real text and alt text for diagrams
  • Safety-critical instructions are available in an accessible format alongside any PDF and in large print on request
  • Marketing and product pages meet contrast minimums, use resizable real text instead of images of text, and support resizing and reflow to 200 percent

Further Reading

Other Industry Guides