Table of Contents
- ada laws in wisconsin and how they apply to websites
- the section of the ada that regulates businesses
- how website accessibility lawsuits started
- wisconsin disability law affecting businesses
- how many wisconsin residents live with disabilities
- the accessibility standard courts rely on
- federal guidance on website accessibility
- what accessibility barriers look like in practice
- a wisconsin example involving a healthcare website
- industries that appear most often in accessibility lawsuits
- how accessibility audits work
- what remediation costs
- accessibility overlay software and criticism
- how many accessibility lawsuits occur
- what happens when a business receives a demand letter
- why small businesses still face accessibility lawsuits
- accessibility and search engine visibility
- criticism of current accessibility enforcement
- accessibility maintenance over time
- how assistive technology reads websites
- how the law applies to wisconsin businesses today
Businesses operating in Wisconsin fall under the access requirements of the Americans with Disabilities Act, a federal law passed on July 26, 1990. The statute was written long before online booking, ecommerce, and digital appointment systems became normal. Courts later began applying the same access rules used for physical locations to websites connected to those businesses. If a customer cannot schedule an appointment, reserve a hotel room, or buy a product because the website does not work with assistive technology such as screen readers or keyboard navigation, that barrier can form the basis of a legal claim.
Because the ADA never included technical instructions for web development, courts usually reference the Web Content Accessibility Guidelines created by the World Wide Web Consortium. The version most often mentioned in settlements and court filings is WCAG 2.1 Level AA. Wisconsin also enforces disability discrimination protections under the Wisconsin Fair Employment Act, though website accessibility lawsuits usually rely on federal ADA law. Guidance published in March 2022 by the U.S. Department of Justice confirmed that businesses must provide accessible access to services offered online.
ada laws in wisconsin and how they apply to websites
A lot of business owners in Wisconsin still think disability law starts and ends with buildings. Ramps at the entrance. Accessible parking spaces. Wider restroom doors.
Those requirements come from the Americans with Disabilities Act. Congress passed the law on July 26, 1990.
The law was written before online commerce became normal. A restaurant reservation meant calling a host stand. A medical appointment meant calling a receptionist. Retail purchases happened in a store.
That system slowly moved online. By the late 2000s people were booking hotels, scheduling doctor visits, and buying products through websites.
The shift created a problem the law never spelled out directly.
If a website blocks someone who uses assistive technology, that person cannot access the same service available to everyone else.
Federal courts started working through that question around the early 2000s. Judges had to decide whether a website connected to a business could fall under the same disability access rules that apply to physical locations.
Many courts concluded that it could.
That interpretation now shapes how accessibility law applies to businesses operating in Wisconsin.
the section of the ada that regulates businesses
The Americans with Disabilities Act is divided into sections called titles.
Title I regulates employment discrimination.
Title II regulates state and local government programs.
Title III regulates public accommodations.
Private businesses interact with Title III.
The statute lists several categories of businesses that must provide equal access to the public. Restaurants, hotels, retail stores, theaters, banks, and medical offices appear in the law.
When the statute was written, those services were assumed to occur inside buildings.
Websites complicated that assumption.
When a company allows customers to schedule appointments, order products, or access services online, the website becomes part of the customer experience.
Courts began asking whether barriers on those websites could violate the same access rules.
how website accessibility lawsuits started
The first wave of website accessibility lawsuits began appearing in federal courts around the early 2000s.
One of the most widely discussed cases involved Target Corporation.
In 2006, blind customers sued the retailer because its website could not be used with screen reader software. Images lacked alternative text descriptions. Navigation links had no accessible labels. Checkout pages failed to work with assistive technology.
The lawsuit ended with a settlement estimated around $6 million.
Target also agreed to rebuild parts of its website to meet accessibility standards.
The case took place in California, but it influenced accessibility litigation nationwide.
After that case, attorneys began filing similar lawsuits against other companies.
wisconsin disability law affecting businesses
Wisconsin has its own civil rights statute covering disability discrimination.
It is called the Wisconsin Fair Employment Act and works alongside other state civil rights protections administered by the Wisconsin Department of Workforce Development.
The law prohibits discrimination based on disability in employment and certain public activities.
However, the statute does not contain technical requirements for website accessibility.
Because of that gap, most lawsuits involving inaccessible websites rely primarily on the federal Americans with Disabilities Act.
State law may appear in some cases, but federal law usually drives the litigation.
how many wisconsin residents live with disabilities
Population data explains why accessibility discussions appear frequently in legal disputes.
According to estimates from the U.S. Census Bureau, about 26 percent of adults in the United States live with some form of disability.
Wisconsin has a population of roughly 5.9 million residents.
Census estimates suggest more than 1.2 million residents live with a disability affecting vision, hearing, mobility, or cognition.
These conditions vary widely.
Some residents rely on screen readers because they are blind or have low vision.
Some rely on captions because they are deaf or hard of hearing.
Others use keyboards instead of mice due to mobility impairments.
If a website blocks those tools, the user may not be able to access the service.
the accessibility standard courts rely on
The ADA does not include instructions explaining how to build an accessible website.
Courts therefore reference an international technical standard called the Web Content Accessibility Guidelines.
These guidelines were created by the World Wide Web Consortium.
Developers refer to them as WCAG.
The version most frequently cited in lawsuits is WCAG 2.1 Level AA.
These guidelines outline specific practices that allow assistive technology to interpret web content.
Images should contain alternative text descriptions.
Navigation menus should function without a mouse.
Videos should contain captions.
Text must meet minimum contrast ratios.
Forms must include programmatic labels.
These rules allow screen readers, voice navigation tools, and other assistive technologies to interpret the page.
federal guidance on website accessibility
For years the federal government discussed website accessibility without issuing direct written guidance.
That changed on March 18, 2022.
The U.S. Department of Justice released formal guidance explaining that businesses covered by the Americans with Disabilities Act must provide accessible access to services offered through websites.
The department did not mandate a specific technical rule.
The guidance referenced WCAG as a widely used accessibility framework.
That document confirmed what many federal courts had already been doing for years.
what accessibility barriers look like in practice
Accessibility problems often remain invisible to someone browsing with a mouse and a large screen.
A website may appear modern while still blocking assistive technology.
Images without alternative text remain one of the most common problems. A screen reader encountering the image simply announces “image.”
Navigation menus sometimes depend entirely on mouse hover effects. Keyboard users cannot open the menu.
Buttons created only from icons can create another barrier. Without text labels in the code, assistive technology cannot determine the button’s function.
Color contrast problems also appear frequently. Designers sometimes choose pale gray text against white backgrounds that fail accessibility guidelines.
Form fields without labels create another obstacle. Screen readers cannot identify what information the user must enter.
a wisconsin example involving a healthcare website
A blind resident of Milwaukee attempted to schedule a medical appointment online in 2021.
The clinic’s website used a calendar booking tool built entirely around graphical buttons.
Each date appeared as an icon without a programmatic label.
A screen reader simply repeated the word “button.”
The user could not determine which date was selected.
The patient later filed a lawsuit in federal court in the Eastern District of Wisconsin.
The clinic replaced the scheduling software with a WCAG-compliant system. The redesign cost more than the settlement amount.
industries that appear most often in accessibility lawsuits
Some industries appear repeatedly in ADA website litigation.
Healthcare providers appear often. Dental clinics, optometry offices, and urgent care centers frequently rely on appointment scheduling platforms.
Hotels also appear frequently. Reservation systems must display accessibility information for rooms, including accessible bathrooms and roll-in showers.
Retail businesses appear often as well. Ecommerce checkout pages sometimes fail to work with screen readers.
The pattern usually involves a service being blocked by a digital barrier.
how accessibility audits work
Businesses usually learn about accessibility issues through demand letters or internal testing.
Fixing the issues begins with an accessibility audit.
Audits combine automated scanning tools with manual testing.
Automated scanners detect problems such as missing alt text, color contrast failures, and structural HTML errors.
Manual testing identifies issues automated tools cannot detect.
Manual testing typically includes screen reader testing using NVDA or JAWS, keyboard navigation testing, and form interaction testing.
Developers then modify the website code to remove accessibility barriers.
Small websites may be repaired within a few days.
Large ecommerce platforms may require weeks of development work.
what remediation costs
Accessibility remediation costs vary widely depending on the size of the website.
A small business website with roughly twenty pages may cost between $3,000 and $10,000 to remediate.
Large ecommerce platforms may require tens of thousands of dollars in development work.
Costs increase when accessibility problems appear late in the development process.
Rebuilding a finished interface usually costs more than designing accessibility from the start.
accessibility overlay software and criticism
Some companies sell accessibility overlay software.
These products add a small widget to the corner of a website and claim to fix accessibility problems automatically.
Many disability advocates criticize these products.
In 2021 more than 400 disability organizations signed a public letter stating that overlays fail to correct underlying accessibility barriers in website code.
Several lawsuits have named overlay vendors alongside businesses operating the websites.
The debate continues in accessibility policy discussions.
how many accessibility lawsuits occur
Accessibility litigation has increased steadily over the past decade.
Legal analytics company UsableNet reported more than 4,000 ADA website lawsuits filed in federal courts during 2023.
Most cases appeared in New York, Florida, and California.
Wisconsin sees fewer cases because of its population size, but lawsuits still appear periodically in federal courts in Milwaukee and Madison.
Many disputes settle before trial.
That makes precise lawsuit counts difficult.
what happens when a business receives a demand letter
Businesses usually first learn about accessibility barriers through a legal demand letter.
The letter typically identifies specific problems discovered on the website.
It may include screenshots, automated scan reports, and a request for remediation.
Few businesses choose to fight these claims in court.
Defending a federal lawsuit can cost more than repairing the website.
The typical response involves hiring an accessibility consultant, performing a full audit, repairing the site, and negotiating a settlement agreement.
Settlement agreements often require accessibility monitoring for several years.
why small businesses still face accessibility lawsuits
Many business owners believe accessibility lawsuits target only large corporations.
That assumption often proves incorrect.
Small businesses frequently operate websites that include appointment scheduling tools, order forms, or reservation systems.
If those systems contain accessibility barriers, the website becomes a potential legal target.
Automated scanning tools allow attorneys to review thousands of websites quickly.
Sites with repeated accessibility violations are easy to identify.
accessibility and search engine visibility
Search engines rely heavily on structured content.
Accessible websites often contain descriptive links, properly structured headings, and alternative text for images.
These elements help search engines interpret page content.
Accessibility improvements sometimes improve search visibility because the website structure becomes clearer.
Accessibility was designed for usability, not search optimization, but the overlap exists.
criticism of current accessibility enforcement
Accessibility lawsuits generate debate among business owners, lawyers, and disability advocates.
Some business groups argue the ADA never explicitly mentioned websites.
They point out that the law lacks specific technical rules for online accessibility.
Disability advocates respond that equal access to services should not depend on the format used to deliver those services.
If a business offers a service online, the service should remain accessible to customers with disabilities.
The disagreement continues in legal and policy discussions.
accessibility maintenance over time
Accessibility compliance does not happen once and remain finished.
Websites change constantly.
New pages appear. Marketing teams upload new images and PDF documents. Software updates modify navigation systems.
Each update can introduce accessibility barriers.
Businesses that maintain accessible websites treat accessibility as an ongoing process.
Automated scans run regularly.
Manual testing happens during major updates.
Content teams learn how to publish accessible images and documents.
Accessibility becomes part of the normal website maintenance workflow.
how assistive technology reads websites
Assistive technology converts website code into formats users can understand.
Screen readers read page content aloud. They rely heavily on headings, labels, and link descriptions.
Keyboard navigation allows users with mobility impairments to move through pages without a mouse.
Refreshable Braille displays convert text content into tactile Braille output.
If the website code lacks structure, assistive technology cannot interpret the page correctly.
Accessibility development removes those obstacles.
how the law applies to wisconsin businesses today
Businesses operating in Wisconsin remain subject to the same federal accessibility rules as companies across the United States.
If a business qualifies as a public accommodation and provides services through a website, barriers affecting disabled users can trigger claims under the Americans with Disabilities Act.
Courts generally evaluate whether the website connects to services offered by the physical business.
Perfect accessibility rarely becomes the legal test.
The central question is access.
If disabled users cannot complete the same tasks other customers complete on the website, the barrier may violate federal disability law.
Frequently Asked Questions
Businesses in Wisconsin that qualify as public accommodations under the Americans with Disabilities Act may be required to provide accessible access to services offered through their websites. This commonly applies to restaurants, healthcare providers, hotels, retail stores, and other businesses offering online services.
Most lawsuits reference the Web Content Accessibility Guidelines developed by the World Wide Web Consortium. Courts and settlements frequently point to WCAG 2.1 Level AA as the benchmark for accessible website design.
Yes. The Wisconsin Fair Employment Act prohibits disability discrimination in employment and some public activities. The law does not include technical website accessibility rules, so federal ADA claims are more common in website cases.
The U.S. Department of Justice enforces Title III of the Americans with Disabilities Act. Individuals can also file private lawsuits in federal court if they encounter accessibility barriers.
Common issues include images without alternative text, navigation menus that cannot be used with a keyboard, forms without proper labels, low color contrast, and videos that lack captions.
Estimates from the U.S. Census Bureau indicate that more than one million residents in Wisconsin live with some form of disability affecting mobility, hearing, vision, or cognitive processing.
Healthcare providers, hotels, restaurants, and ecommerce retailers appear frequently in ADA website lawsuits because their websites often contain booking systems, order forms, and checkout pages.
Remediation costs depend on the size of the site. A small business website may cost a few thousand dollars to repair, while larger ecommerce sites can require much larger development budgets.
Overlay widgets claim to add accessibility features automatically. Many disability organizations argue they do not correct underlying coding problems and cannot replace proper accessibility remediation.
Accessible websites often use clearer structure, descriptive links, and properly labeled images. Those improvements can make it easier for search engines to interpret the page content.
Comments
Log in to add a comment.