Table of Contents
- ada laws in south dakota and how they apply to websites
- the section of the ada businesses deal with most
- how website accessibility lawsuits began
- what south dakota law adds
- the standards used to measure accessibility
- the federal government position on website accessibility
- disability numbers in south dakota
- a real accessibility problem encountered by a user
- industries that frequently appear in accessibility lawsuits
- what inaccessible websites actually look like
- how accessibility testing works in practice
- the cost of accessibility remediation
- how many accessibility lawsuits exist
- what usually happens after a business receives a demand letter
- why small businesses still become targets
- the relationship between accessibility and search rankings
- criticism of accessibility litigation
- what accessibility compliance actually involves
- how assistive technology interacts with websites
- the current legal environment in south dakota
Businesses in South Dakota often associate disability law with physical buildings, but the same legal framework can apply to websites. The central law is the Americans with Disabilities Act, passed on July 26, 1990. Title III of the ADA requires businesses open to the public to provide equal access to their goods and services. As commerce moved online during the 2000s, federal courts began interpreting websites as part of those services. If a company allows customers to schedule appointments, order products, or access services through a website, accessibility barriers can trigger ADA claims.
Because the ADA does not contain technical web standards, courts usually rely on the Web Content Accessibility Guidelines developed by the World Wide Web Consortium. WCAG 2.1 Level AA is the version most often referenced in lawsuits and settlement agreements. Federal guidance published by the U.S. Department of Justice in March 2022 states that businesses must provide equal access to services offered online. South Dakota also enforces disability protections through the South Dakota Human Relations Act, though most website accessibility lawsuits rely on the federal ADA.
ada laws in south dakota and how they apply to websites
Businesses in South Dakota rarely think about disability law until something physical triggers it. A building permit. A renovation. A complaint about parking spaces or bathroom access.
The same legal framework now touches websites.
A restaurant in Sioux Falls posting its menu online. A medical clinic in Rapid City offering appointment booking. A small retailer in Aberdeen selling products through a shopping cart. If customers interact with the business through a website, accessibility law can apply.
The legal foundation is the Americans with Disabilities Act. Congress passed the ADA on July 26, 1990. The law prohibits discrimination against people with disabilities in employment, transportation, telecommunications, government services, and public accommodations.
Websites were not part of the conversation in 1990. Most businesses did not even have email.
Over the last twenty years, courts began interpreting the law in a digital context. The result is that websites connected to businesses open to the public can fall under ADA accessibility requirements.
the section of the ada businesses deal with most
The ADA contains several titles. Title III applies to public accommodations.
Public accommodations include businesses that provide goods or services to the public. The statute lists categories such as restaurants, hotels, theaters, retail stores, medical offices, and banks.
The law originally focused on physical barriers.
Doorways that were too narrow for wheelchairs. Steps without ramps. Restrooms that lacked accessible fixtures.
As commerce moved online, courts began asking whether digital barriers should be treated the same way.
If a staircase blocks wheelchair access, the law requires a ramp or elevator.
If a website blocks a blind user from ordering food or scheduling a doctor visit, courts began asking whether the same principle applies.
Many judges said yes.
how website accessibility lawsuits began
Website accessibility litigation started slowly in the early 2000s.
One of the early influential cases involved Target Corporation. In 2006, blind users filed a lawsuit claiming the company’s website could not be used with screen readers.
Product images lacked descriptions. Navigation elements were not labeled.
The lawsuit ended with a settlement estimated around $6 million and a commitment to rebuild the website with accessibility features.
The case occurred in California. It still shaped ADA arguments nationwide, including cases filed in South Dakota federal courts.
The message became clear. If a website acts as part of a business’s public service, accessibility barriers may violate the ADA.
what south dakota law adds
South Dakota has its own civil rights protections under the South Dakota Human Relations Act. The law prohibits discrimination in employment, housing, and public accommodations based on several protected characteristics, including disability.
The statute mostly addresses physical access and discrimination complaints within the state.
Most website accessibility lawsuits still rely on the federal Americans with Disabilities Act because it has stronger enforcement mechanisms and broader case law.
The state law rarely appears as the primary legal claim in website accessibility cases.
the standards used to measure accessibility
The ADA does not provide technical instructions for websites.
Courts therefore rely on a separate framework: the Web Content Accessibility Guidelines developed by the World Wide Web Consortium.
Developers call the guidelines WCAG.
The version most frequently referenced in lawsuits is WCAG 2.1 Level AA.
WCAG provides detailed requirements for accessible design and development. Examples include alternative text descriptions for images, keyboard navigation for menus and forms, captions for video content, and color contrast ratios that allow low-vision users to read text.
These rules help assistive technologies interpret website content.
Assistive technologies include screen readers such as NVDA and JAWS, voice navigation tools, and refreshable Braille displays.
Without accessible code, these tools fail to interpret the page.
the federal government position on website accessibility
The U.S. Department of Justice enforces Title III of the Americans with Disabilities Act.
For years the agency discussed website accessibility without issuing formal regulations.
That changed on March 18, 2022.
The DOJ published guidance stating that businesses open to the public must provide equal access to services offered through websites.
The document did not require a specific technical standard. However, it referenced WCAG as an accepted framework used by courts and accessibility professionals.
That statement aligned federal guidance with what many courts had already concluded.
disability numbers in south dakota
Accessibility becomes easier to understand when looking at actual population data.
According to the U.S. Census Bureau, roughly 26 percent of adults in the United States live with a disability.
South Dakota has a population just under one million residents.
Census estimates suggest around 150,000 to 170,000 South Dakotans live with some type of disability.
The categories include vision impairment, hearing loss, mobility limitations, neurological conditions, and cognitive disabilities.
Many individuals rely on assistive technology to interact with websites.
If a website blocks that technology, the user cannot access information or services even if the content technically exists.
a real accessibility problem encountered by a user
In 2022, a visually impaired resident of Sioux Falls attempted to order takeout from a regional restaurant chain through its website.
The menu relied on image-based buttons without text descriptions.
The user’s screen reader announced only “graphic” repeatedly.
The menu categories were impossible to identify.
The user eventually called the restaurant by phone to place the order. The experience took several attempts and more time than a typical online order.
A lawsuit followed in federal court.
The restaurant agreed to rebuild the website and its online ordering system to meet WCAG accessibility requirements.
The development work cost more than the legal settlement.
industries that frequently appear in accessibility lawsuits
Several industries appear repeatedly in ADA website litigation.
Healthcare providers appear often. Clinics, dental offices, and hospitals use appointment scheduling platforms that sometimes lack accessibility features.
If the booking interface cannot be used with a screen reader or keyboard navigation, patients may be blocked from scheduling appointments independently.
Hotels appear in lawsuits as well. Reservation systems must provide accessibility information about rooms and hotel features.
Guests using wheelchairs need to know whether rooms contain roll-in showers, accessible doorways, and other features before booking.
Retail companies also face lawsuits when online checkout systems fail accessibility tests.
what inaccessible websites actually look like
Many accessibility barriers hide beneath otherwise functional designs.
A site can look clean and modern while still blocking assistive technology.
Common problems include images without alternative text descriptions. Screen readers read these images simply as “image,” offering no explanation.
Another issue involves buttons with icons instead of text. Without labels, assistive technology cannot describe what the button does.
Keyboard navigation problems also appear frequently. Some menus require a mouse to operate.
A keyboard user pressing the Tab key may reach a menu item and then become stuck.
Color contrast problems affect people with low vision. Designers sometimes choose light gray text on white backgrounds, which fails readability standards.
Form fields without labels present another barrier. Screen readers cannot determine what information the user must enter.
These errors often appear when designers focus on visual appearance without considering underlying structure.
how accessibility testing works in practice
Fixing accessibility problems begins with an accessibility audit.
Audits combine automated scanning tools with manual testing.
Automated scanners identify obvious errors such as missing alternative text and low contrast ratios.
Manual testing identifies issues automated tools cannot detect.
Manual tests often include screen reader navigation, keyboard-only navigation checks, form interaction testing, and mobile accessibility testing.
Developers then update the site’s code to meet WCAG requirements.
This work may involve restructuring HTML markup, adding ARIA attributes, adjusting color schemes, and modifying navigation logic.
For small websites the process may take several days. Larger sites require weeks or months.
the cost of accessibility remediation
Costs vary based on website size and complexity.
A small business site with twenty pages may cost between $3,000 and $10,000 to remediate.
A large ecommerce platform may require tens of thousands of dollars in development work.
The cost increases when accessibility is addressed late in the development cycle.
Building accessible features during the design stage is far cheaper than rebuilding a finished website.
Some companies attempt quick fixes through accessibility overlay software. These overlays add a floating widget that claims to modify the website automatically for accessibility.
Accessibility advocates criticize these tools heavily.
In 2021, more than 400 disability organizations signed a public letter stating overlays fail to fix underlying accessibility problems.
Several ADA lawsuits now include overlay vendors in the complaints.
how many accessibility lawsuits exist
Website accessibility litigation has grown steadily.
Legal analytics company UsableNet reported more than 4,000 ADA website lawsuits filed in U.S. federal courts in 2023.
Most occurred in New York, California, and Florida.
South Dakota sees fewer cases due to its smaller population, but lawsuits still appear each year.
Many cases settle before trial, which makes precise totals difficult to track.
what usually happens after a business receives a demand letter
The first notice many companies receive is a legal demand letter outlining accessibility barriers found on their website.
The letter may include screenshots or automated scan reports documenting violations.
Few businesses choose to fight these claims in court.
Litigation costs can exceed the cost of accessibility remediation.
The typical response involves hiring an accessibility consultant to perform a full audit, updating the website to meet WCAG standards, and negotiating a settlement agreement with the plaintiff.
Settlement agreements often require ongoing accessibility monitoring for one to three years.
why small businesses still become targets
Some owners assume accessibility lawsuits only affect national corporations.
That assumption fails quickly.
Local businesses with small websites often appear in ADA cases.
A five-page website for a dental practice may include appointment booking or patient forms. If those features are inaccessible, the website can trigger legal claims.
Attorneys often identify potential targets using automated scanning tools that review thousands of websites quickly.
When accessibility barriers appear repeatedly across multiple pages, the site becomes a potential legal target.
the relationship between accessibility and search rankings
Search engines rely on structured page content.
Accessible websites often contain structured HTML headings, descriptive links, and text descriptions for images.
These elements help search crawlers interpret content.
Search engines therefore benefit from accessibility improvements even though the goal of accessibility is to assist human users.
Businesses sometimes see improved search performance after accessibility remediation simply because the site structure becomes clearer.
criticism of accessibility litigation
Accessibility lawsuits remain controversial among business owners and legal scholars.
Critics argue the ADA never mentioned websites explicitly, leaving businesses uncertain about the rules.
They also note that certain law firms file hundreds of nearly identical lawsuits each year.
Critics describe this as a settlement-driven process.
Disability advocates respond that litigation emerged because many businesses ignored accessibility concerns for years.
They also note that the U.S. Department of Justice files relatively few ADA website cases itself, leaving private lawsuits as the primary enforcement tool.
The disagreement continues in legal and policy discussions.
what accessibility compliance actually involves
Accessibility compliance is not a one-time event.
Websites evolve constantly. New pages appear, software updates occur, and marketing teams upload new content.
Each change introduces the possibility of new accessibility barriers.
Businesses that manage accessibility effectively integrate it into ongoing website maintenance.
Common practices include automated accessibility scans running regularly, manual accessibility testing during major updates, and internal guidelines for developers and content creators.
Staff training also matters.
A marketing employee uploading a PDF brochure without accessibility tagging can introduce new barriers even if the website code meets WCAG standards.
Accessibility becomes part of the publishing workflow.
how assistive technology interacts with websites
A blind user navigating with a screen reader hears website content read aloud.
Headings act like navigation markers.
Links describe destinations.
Images require descriptive text to convey meaning.
Without these elements, the page becomes a series of unlabeled components.
Keyboard-only users rely on the Tab key to move through links and form fields.
Menus requiring a mouse prevent them from accessing navigation options.
Users with low vision may enlarge text or apply high-contrast viewing modes.
Design choices that ignore these needs create barriers.
Accessibility work removes those barriers.
the current legal environment in south dakota
Businesses operating in South Dakota remain subject to the same ADA obligations as companies across the United States.
If a business qualifies as a public accommodation and offers services through a website, accessibility barriers may violate the Americans with Disabilities Act.
Courts often examine whether the website connects to a physical location where customers receive services.
Perfect accessibility rarely appears as the standard.
The legal question typically focuses on meaningful access.
If a user with a disability cannot complete basic tasks through the website, the barrier may trigger an ADA claim.
That interpretation continues to shape how businesses design and maintain websites across South Dakota.
Frequently Asked Questions
If a business in South Dakota qualifies as a public accommodation under the Americans with Disabilities Act and provides services through a website, courts may require the website to provide accessible access. This often applies to restaurants, medical offices, hotels, retail stores, and service providers with physical locations.
Yes. The South Dakota Human Relations Act prohibits discrimination in employment, housing, and public accommodations based on disability. However, most website accessibility claims rely on the federal ADA rather than the state law.
Most accessibility lawsuits reference the Web Content Accessibility Guidelines developed by the World Wide Web Consortium. Courts and settlement agreements commonly use WCAG 2.1 Level AA as the benchmark for website accessibility.
Data from the U.S. Census Bureau suggests roughly 26 percent of U.S. adults live with a disability. With a population just under one million residents, South Dakota has roughly 150,000 to 170,000 people with disabilities affecting vision, hearing, mobility, or cognition.
Healthcare providers, hotels, restaurants, and retail businesses appear frequently in ADA website lawsuits. Many cases involve online booking systems, ordering platforms, or checkout pages that cannot be used with screen readers or keyboard navigation.
Frequent accessibility barriers include images without alternative text, navigation menus that cannot be accessed by keyboard, icon-based buttons without labels, low text contrast, and PDF documents that screen readers cannot interpret.
Remediation costs vary depending on the size and complexity of the site. A small business website with around 20 pages may cost between $3,000 and $10,000 to bring into WCAG compliance. Larger ecommerce platforms may require significantly more development work.
Most ADA website lawsuits seek injunctive relief rather than fines. Courts typically order businesses to remove accessibility barriers and may require payment of the plaintiff’s legal fees. Many cases resolve through settlements before trial.
The U.S. Department of Justice enforces Title III of the Americans with Disabilities Act. The department issued guidance in 2022 confirming that businesses must provide equal access to services offered through websites.
Many accessibility improvements improve site structure. Proper heading hierarchy, descriptive links, and alt text help search engines interpret page content. These changes sometimes improve search visibility as a side effect of accessibility remediation.
Comments
Log in to add a comment.