Law firms occupy an awkward position in the ADA web accessibility conversation. According to multiple Seyfarth Shaw and UsableNet annual reports, legal services consistently ranks in the top three industries by lawsuit volume, alongside retail and food service. The cases name everyone from solo practitioners with a single landing page to AmLaw 200 firms with hundreds of attorney bios. The patterns of failure are remarkably consistent. This is the working WCAG 2.1 AA checklist for a typical law firm site.
Why law firms get hit so often
Three structural factors put legal websites near the top of the lawsuit list:
- Law firm sites depend heavily on PDF uploads (case results, briefs, white papers, intake packets) and PDFs are the single most cited category of accessibility failure
- Attorney bio pages tend to be image-heavy with custom layouts that break heading hierarchy and skip alt text
- Contact intake forms collect sensitive information through multi-step flows that frequently fail keyboard accessibility
Contact and intake forms
Intake forms are the highest-risk surface on a legal site because they are exactly where a plaintiff alleges they could not reach the firm. Common failures:
- Required fields marked only by a red asterisk with no programmatic indication of required state
- Practice area dropdowns with 30 plus options and no type-to-search
- Date-of-incident pickers that respond only to mouse
- Confidentiality disclaimers in 9 to 11 pixel light gray text below the contrast threshold
- Submission errors announced only through color, with no text describing what went wrong
- reCAPTCHA challenges with no audio alternative, blocking screen reader users entirely
If your intake form is the only way to reach the firm, the form is also the only place a disability-rights plaintiff has to point to. Rebuild it with semantic labels, error messages tied to fields by aria-describedby, and a phone or email fallback printed below the form for users who cannot complete it.
Case study and verdict result PDFs
Personal injury, employment, and class action firms publish settlement amounts and verdict results as evidence of capability. These are almost always uploaded as scanned image PDFs of court documents or press releases. Three problems:
- Scanned image PDFs have no extractable text, invisible to screen readers and to search engines
- Headlines like $2.5M settlement are rendered as part of the image, not as text
- The page linking to the PDF rarely summarizes the result in HTML, so a screen reader user cannot get any information without opening the file
Pattern that works
Summarize each result in HTML on the page itself: case type, jurisdiction, year, amount, and a one-sentence description. Link to a tagged-text PDF as a supplemental document, not as the only source. This also helps SEO, since search engines index the HTML summary.
Attorney bio pages
A typical 30 attorney firm has 30 bio pages built from a template. The template is where most failures live. Repeated patterns:
- Headshots with empty alt text, or alt text that is the photographer credit instead of the attorney's name
- Practice area lists rendered as styled divs with no semantic list element
- Education and bar admission listed in a tiny gray sidebar below 4.5:1 contrast
- vCard download buttons with the same accessible name on every page (Download), useless when announced out of context
- Contact buttons that all say Email Me, with no attorney context
Each bio page should treat the attorney's name as the page h1, the headshot alt should identify the person (Photo of Surname, partner), and any contact buttons should include the attorney's name in the accessible name (Email Surname, Download Surname vCard).
Multi-office and practice area pages
Firms with multiple offices and 6 to 20 practice areas tend to have a Locations page and a Practice Areas page. Both follow the same failure pattern as multi-location restaurant pages: address blocks with no semantic structure, hours rendered as images, map embeds with no iframe title, and grid layouts where each card has the same accessible name.
Secure document upload portals
Many firms link out to a third-party document portal (Clio, Filevine, NetDocuments, MyCase) for client uploads. The portal vendor's accessibility is the vendor's responsibility, but the link from your site is yours. Make sure:
- The portal link clearly indicates it opens an external system
- There is a phone-or-email fallback for clients who cannot complete the upload through the portal
- Your accessibility statement names the portal vendor and provides a contact channel for portal-specific issues
Practice area pages with charts and statistics
Mass tort and class action sites often use infographic charts to show settlement averages, case timelines, or eligibility flowcharts. Failures we see at every other firm:
- Statistics communicated only inside a chart image with no HTML data table beside it
- Eligibility flowcharts rendered as PNG images with no text alternative
- Color-coded severity scales where color is the only differentiator (no pattern, no label)
Accessibility statement specifics for law firms
A law firm accessibility statement should reference WCAG 2.1 Level AA, ADA Title III, and (where applicable) the relevant state civil rights or disability-rights statute. It should provide a non-form contact channel (a direct email and a phone number staffed during business hours) so that a prospective client who cannot complete the intake form has a documented alternative path to reach the firm. Many demand letters cite the absence of this fallback channel explicitly.
Quick wins this week
- Audit your intake form with keyboard only, fix anything that breaks, and add a visible phone fallback below the submit button
- Replace scanned-image case result PDFs with HTML summaries plus optional tagged-text PDFs
- Add attorney name context to every Email Me and Download vCard button on bio pages
- Verify your accessibility statement names ADA Title III, WCAG 2.1 AA, and a non-form contact channel
- Run a dated baseline scan and store the report for at least 7 years (file retention norms in legal services)
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