#Why a PDF is not exempt just because it is not a web page
A PDF linked from a dealership's website is still content the dealership is making available to the public through that website, and courts assessing ADA Title III claims have generally not treated the file format as a meaningful distinction from an HTML page carrying the same information.
The most common PDF failures are structural, not visual: no document tags describing headings, paragraphs and lists, no defined reading order for a screen reader to follow, tables with no header cells identified, images with no alternative text, and form fields (common on finance and credit application PDFs) with no labels a screen reader can announce.
#Where this shows up on a typical dealership site
Brochures are the most common source. Model brochures and spec sheets, usually produced by a marketing team or an OEM asset library and uploaded as-is, are where this shows up first. Many are built in a page-layout tool designed for print, then exported to PDF with no accessibility tagging pass at all.
Finance and credit application PDFs carry a second layer of exposure: an inaccessible form field is both an accessibility failure and, separately, a usability failure for the person trying to complete the form, which is the combination that tends to generate complaints.
TABLE
The most commonly cited PDF accessibility failures
Compiled from public reporting on digital accessibility complaints; not a substitute for an actual PDF accessibility audit.
| Failure | What it breaks |
|---|---|
| No document tags | A screen reader cannot identify headings, paragraphs or lists at all |
| No defined reading order | Content is read in the order it was placed on the page, not the order a sighted reader would follow |
| Untagged tables | Spec and pricing tables are read as an unstructured wall of numbers |
| Images with no alt text | A vehicle photo or diagram conveys nothing to a screen reader |
| Unlabeled form fields | A finance or credit application form cannot be completed with a screen reader |
Compiled 2026-09-13 from public accessibility-litigation reporting; individual document review is required to confirm any specific file's status.
This sits alongside the broader question covered on accessibility overlay widgets and dealership website ADA exposure, which addresses the web-page side of the same underlying obligation.