Dental practices and small healthcare clinics now sit under two overlapping accessibility regimes: the Americans with Disabilities Act Title III, which has been actively litigated against websites since 2019, and HHS Section 1557 of the Affordable Care Act, which received a final rule in May 2024 and explicitly extends to web content for any provider that receives federal financial assistance (most do, through Medicare or Medicaid). This means a dental site that fails on accessibility can attract both a private demand letter and an HHS administrative complaint. The failure surface looks similar to other small-business sites, but a few categories are unique to healthcare.
Online appointment booking
Dental booking flows have a high failure rate because they often combine three problem categories at once: a multi-step form, a date picker, and an insurance dropdown with hundreds of options. The repeated findings:
- Date pickers that only respond to mouse, with no keyboard input
- Time slot grids built from divs with no role or aria-label
- Required fields marked only by a red asterisk with no programmatic indication
- Multi-step progress indicators that do not announce step changes to assistive technology
- Confirmation screens that do not auto-focus to the success message
Insurance verification forms
Almost every practice site has a Verify Insurance form. These often hit a specific cluster of failures:
- Insurance carrier dropdowns with 200 plus options and no type-to-search support
- Member ID fields with placeholder-only labels
- Birthdate fields with strict format requirements communicated only after submission
- PHI warnings (Do not enter your SSN) in light gray text below the contrast threshold
A combobox pattern from the WAI-ARIA Authoring Practices is the right fix for the carrier dropdown. The other items are conventional form-label and contrast fixes.
Patient intake and new patient forms
Many practices still hand new patients a printable PDF intake form. If that PDF is a scanned image, it is invisible to screen readers, and posting it as the only intake option is a documented Section 1557 failure pattern. Either offer a digital intake form built in HTML (with proper labels and validation) or replace the scanned PDF with a tagged PDF that has real text and form fields.
Multi-provider and team pages
A clinic with 4 to 12 providers usually has a Meet Our Team page where each card has a portrait, name, role, education, and a Book button. The patterns we see fail:
- Portrait images with empty or generic alt text
- Provider names rendered as styled images (defeats screen readers entirely)
- Education and credentials in tiny gray text below 4.5:1 contrast
- Book buttons that all have the same accessible name (Book) with no provider context, useless when navigating by buttons
Pattern that works
Each card uses a heading for the provider name (h3 inside an h2 section), portrait alt text describes the person concisely (Photo of Dr. Surname, dentist), and the Book button accessible name includes context (Book with Dr. Surname). One small change, large screen-reader usability gain.
Procedure descriptions with images
Pages explaining root canals, implants, or veneers often include before-and-after photo galleries. These need:
- Alt text describing what the image shows in clinical terms (Before: discolored upper incisor; After: matched veneer), not just IMG_3421.jpg
- A pause control on any auto-playing carousel, plus prefers-reduced-motion respect
- A text alternative for any procedure step that is conveyed only through animation or video
Patient portal links
Most dental practices link out to a third-party patient portal (Dentrix, Open Dental, NexHealth). The portal itself is the vendor's responsibility, but the link from your site is yours. Make sure:
- The portal link clearly says it opens an external site (and a new tab if applicable)
- There is a phone number fallback for patients who cannot use the portal
- Your accessibility statement names the portal vendor and provides a contact channel for portal-specific issues
Accessibility statement for dental practices
Healthcare-specific statements should reference both ADA Title III and Section 1557, name the WCAG version (2.1 Level AA), include language access information (Section 1557 also requires meaningful access for limited-English-proficient patients), and provide a contact email and phone number for accessibility requests. Many practices skip the language access part because they think it is separate, but Section 1557 treats them together.
Quick wins this week
- Replace scanned-image intake PDFs with HTML forms or tagged PDFs
- Audit your booking flow with keyboard only (no mouse) and fix anything that breaks
- Add provider context to all Book button accessible names on team pages
- Verify your accessibility statement names ADA Title III, Section 1557, and WCAG 2.1 AA
- Run a dated baseline scan and store the report for at least 7 years (HHS retention guidance)
Run a free WCAG 2.1 AA scan on your site
Get a dated report you can hand to your attorney or your engineers. No credit card required.
Start free scan