Amusement Park & FEC Website Accessibility Guide 2026 | ADA & WCAG 2.2
Last updated: 2026-07-20
Amusement parks, water parks, trampoline parks, and family entertainment centers sell an experience that a guest has to plan before arriving, and nearly all of that planning happens on a website that was built for a mouse. Timed-entry and date-based ticketing with dynamic pricing, season pass purchase and renewal with a photo upload, party and lane reservations, a rider safety guide describing height, health, and mobility requirements for every attraction, a disability access program that requires registration and sometimes document upload, an interactive park map, and a mobile app with virtual queues and live wait times. For a guest with a disability, the accessibility information is the product: whether a wheelchair user can ride depends on transfer requirements published in a rider guide, and if that guide is a scanned PDF, the person who most needs it is the one who cannot read it. Family entertainment centers face the same pattern at smaller scale, where waiver signing, lane and party booking, and safety rules all live in inaccessible embedded widgets. Parks are public accommodations under the ADA, municipally owned water parks and recreation centers additionally carry Title II duties, and the ADA's specific rules on ticketing and on not requiring documentation of a disability shape exactly how these flows must be built. This guide covers the legal requirements, the most common failures, and a practical compliance checklist for amusement parks and family entertainment centers.
Legal Requirements
| Law / Standard | Effective Date | Summary | Penalty |
|---|---|---|---|
| ADA Title III and the Ticketing Rule (28 CFR 36.302(f)) | In effect | Amusement parks and family entertainment centers are public accommodations under Title III, and their ticketing, reservation, and information websites are treated as extensions of that accommodation, with WCAG 2.1/2.2 Level AA as the practical benchmark. The ADA's ticketing provisions require that accessible seating and equivalent ticketing options be sold during the same hours, through the same methods, and on the same terms as all other tickets, and that information about accessible features be provided to purchasers. Title III also requires effective communication, which is what makes an unreadable rider safety guide a compliance problem and not just a usability one. | Title III provides injunctive relief requiring remediation plus the plaintiff's attorney's fees. Ticketing platforms, timed-entry calendars, and PDF-only accessibility guides are frequent demand-letter targets, and a park's accessibility page is often the first thing a plaintiff's firm reviews. |
| ADA Title II and the DOJ Web Accessibility Rule (Municipal Parks and Aquatic Centers) | In effect | City and county water parks, aquatic centers, and recreation facilities are public entities under Title II, as are private operators running them under a public contract. The Department of Justice's 2024 web accessibility rule sets WCAG 2.1 Level AA as the technical standard for public entities' web content and mobile apps, with compliance deadlines that began on 24 April 2026 for larger entities and run to 24 April 2027 for smaller ones. Online registration for swim lessons, camps, and pool passes is squarely covered, and so is the mobile app a guest uses on site. | Title II exposure includes DOJ investigation and enforcement, private suits with injunctive relief and attorney's fees, and risk to federal funding and to the operating agreement for a contracted operator. |
| State and Local Civil Rights Laws and Disability Documentation Limits | In effect | California's Unruh Civil Rights Act, New York's Human Rights Laws, and Colorado's HB21-1110 provide additional grounds and monetary damages for an inaccessible park website, independent of a federal ADA claim. Separately, ADA principles limit what an operator may demand as a condition of access: a park generally may not require medical documentation or proof of disability to use an access program, and for service animals may ask only whether the animal is required because of a disability and what work or task it performs. Disability access registration forms that demand a doctor's letter therefore create a substantive violation on top of any technical one. | California's Unruh Act provides minimum statutory damages of $4,000 per offense, and New York and Colorado claims can add compensatory damages and attorney's fees, while improper documentation demands support an independent discrimination claim regardless of the site's technical conformance. |
Key Accessibility Issues in Amusement Parks & Family Entertainment Centers
Rider Safety and Accessibility Guides Published Only as Scanned PDFs
The document that tells a guest whether they can ride, covering height minimums, transfer requirements, prosthetic and cast restrictions, seat and restraint dimensions, and evacuation considerations for each attraction, is almost always a print-designed PDF converted from a brochure, frequently scanned and untagged, and laid out in multi-column tables with icon keys. A blind guest hears a blank page, a low-vision guest cannot enlarge it without losing the columns, and the icon key carries meaning through shape and color alone. The single most disability-relevant document in the business is the one disabled guests cannot read.
Publish rider requirements as an HTML page with a real data table, one row per attraction and header cells for each requirement, as the primary format, keeping any PDF as a tagged, text-based secondary copy with correct reading order (WCAG 2.2 1.3.1, 1.3.2). Replace icon-only keys with text, never convey a restriction by color or symbol alone (1.4.1), and keep the table usable at 400 percent zoom (1.4.10) (see accessible PDF and accessible tables guidance).
Timed-Entry Ticketing With Session Countdowns and Color-Coded Date Calendars
Date-based tickets and reservations run through a calendar that shows price tiers and sold-out days as colored cells, followed by a checkout that holds inventory behind a visual countdown timer. These calendars are commonly mouse-only, convey both price tier and availability through color alone, and fail to announce the selected date, while the checkout timer expires without warning and dumps the cart. A guest using a screen reader or switch device, or anyone who needs more time to enter payment details, loses the tickets repeatedly with no explanation.
Make the date calendar keyboard operable and announce each date's price and availability as text rather than color alone (WCAG 2.2 1.4.1), and expose the selected date programmatically. Warn before any checkout hold expires with at least twenty seconds to extend it and allow the extension (2.2.1), announce the remaining time through a live region instead of a silent visual countdown, and preserve cart contents across the timeout (see countdown timer and booking guidance).
Disability Access Program Registration Forms That Are Unlabeled or Demand Documentation
Parks operating a disability access or ride-boarding program collect registration online, typically through a form with unlabeled fields, a document or photo upload control styled as a custom button with no accessible name or file-type feedback, and a submission confirmation shown only visually. Many of these forms also require a doctor's letter or proof of disability as a condition of enrollment. The result is a program intended to accommodate disabled guests that disabled guests cannot complete, and that asks for documentation the ADA generally does not permit a public accommodation to require.
Give every field a persistent label, use a native file input or a custom control with a proper accessible name that announces selected files, accepted types, and size limits, and announce upload errors and submission confirmation through a live region (WCAG 2.2 3.3.1, 4.1.3). Remove medical documentation requirements, limit service animal questions to whether the animal is required because of a disability and what task it performs, and offer an accessible non-web channel as an alternative rather than a replacement (see file upload and accessible forms guidance).
Interactive Park Maps and Wait-Time Displays With No Text Alternative
Park maps showing attractions, restrooms, first aid, accessible entrances, and companion restrooms are usually a single zoomable image or a canvas widget with clickable hotspots, and live wait-time boards render as color-coded tiles updated silently in place. Neither is reachable by keyboard or readable by a screen reader, and the accessible-entrance information a wheelchair user specifically needs exists only as an icon on that image. A guest planning their day cannot locate accessible facilities or learn which attraction has a short queue.
Provide a keyboard-accessible text list of every attraction and facility with location, accessible entrance details, and current wait time as real HTML alongside the map, and give hotspots accessible names and keyboard focus. Announce wait-time updates through a polite live region rather than silently replacing content (WCAG 2.2 4.1.3), and never convey queue length by color alone (1.4.1) (see store locator map guidance).
Homepage Carousels, Autoplaying Promo Video, and Motion-Heavy Attraction Pages
Park marketing leans on auto-rotating hero carousels announcing new attractions, full-bleed autoplaying ride-POV video with sound, and parallax and animation on attraction pages. Auto-advancing carousels move before a screen reader finishes reading a slide and before a guest with a motor or cognitive disability can act, autoplaying audio drowns out screen reader speech, and rapid ride footage can trigger vestibular symptoms or, with strobe-heavy content, seizures.
Give any auto-advancing carousel a visible, labeled pause control and keyboard-operable previous and next buttons, and ensure hidden slides are removed from the tab order (WCAG 2.2 2.2.2). Never autoplay audio, honor the prefers-reduced-motion setting for parallax and decorative animation (2.3.3), and keep content free of anything that flashes more than three times per second (2.3.1) (see carousel and motion guidance).
Compliance Checklist
- Rider height, health, transfer, and restraint requirements are published as an HTML data table with header cells, not only as a PDF or image
- Restrictions and requirement keys are stated in text and never conveyed by icon, shape, or color alone
- The ticketing date calendar is keyboard operable and announces price tier and availability as text rather than color alone
- Checkout and inventory-hold timers warn before expiring, can be extended, and preserve cart contents across a timeout
- Accessible and equivalent ticket options are sold online during the same hours, through the same method, and on the same terms as all other tickets
- Disability access program registration has labeled fields, an accessible file upload that announces selected files and errors, and announced confirmation
- The access program does not require medical documentation, and service animal questions are limited to what the ADA permits
- A keyboard-accessible text list of attractions and facilities gives location, accessible entrance details, and wait times alongside the park map
- Live wait-time updates are announced through a polite live region and are not conveyed by color alone
- Auto-advancing carousels have a labeled pause control, no audio autoplays, and decorative motion honors prefers-reduced-motion
Further Reading
- Accessible Booking Systems Guide
- Accessible Pdf Guide
- Countdown Timer Accessibility Screen Readers
- Accessible File Upload Fields Guide
- Image Carousel Accessibility Lawsuits
Other Industry Guides
- Event-venues-banquet-halls Accessibility Guide
- Performing-arts-theaters Accessibility Guide
- Museums-galleries Accessibility Guide
- Hospitality Accessibility Guide
Get our free accessibility toolkit
We're building a simple accessibility checker for non-developers. Join the waitlist for early access and a free EAA compliance checklist.
No spam. Unsubscribe anytime.