Scandinavian Airlines were fined $, for accessibility bugs
They faced legal action in two different markets.
Did you know, in 2017 the Norwegian government gave Scandinavian Airlines (SAS) 12 months to fix accessibility bugs on their website.
Instead of building their main website so that it was accessible inline with WCAG, SAS made a separate website after advice from a third-party company. They created a separate “assistive” experience for people with disabilities.
Creating a separate experience for people with disabilities might seem like a good idea, it’s not. A separate experience is continued discrimination not equality.
Meanwhile in the United States, the Department of Transport (DOT), also found that SAS’s website had accessibility bugs and ordered them to fix them. Airlines operating in the U.S. have to make their main website accessible to people with disabilities, as per the Air Carrier Access Act (ACAA).
Why did SAS create a different experience?
They were sold the wrong solution by a third party. They were told this new, different, website would fix all of their accessibility issues and legally protect them - it didn’t.
Separate assistive websites have more issues
- They often don’t have all the same information as the main site.
- They can be hard to keep up to date, maintaining two codebases.
- They might not have all the features of the main site.
What happened next?
SAS were told by the Norwegian government they would be charged €15,000 per day should they not fix the issues. In under 10 days they resolved many of the issues.
However in the US, DOT fined SAS $100,000. They then had 12 months to fix their website otherwise they would face another £100,000 fine. SAS also had to stop using this different website, they had to make their main website accessible.
They were told user journeys have to be able to be used by all people, including:
- Booking or changing reservation (including all flight amenities)
- Checking in for a flight,
- Accessing a personal itinerary
- Accessing a personal frequent flyer account,
- Accessing flight schedules, and
- Accessing carrier contact information.
Companies should focus on making their main site accessible to everyone.
A competitor Norwegian Airlines didn’t face such issues. If SAS simply made their website accessible from the start they wouldn’t have faced legal action in two different markets.
Read more about this case and why separate but equal is never OK by Sheri Byrne-Haber
The European Accessibility Act
The European Accessibility Act (EAA), which will come into force in 2025 is a law designed to create equal access for Europeans with disabilities by requiring a mix of products and services to be accessible. This will impact private companies should they wish to operate in the EU.
The above is the detailed content of Scandinavian Airlines were fined $, for accessibility bugs. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Frequently Asked Questions and Solutions for Front-end Thermal Paper Ticket Printing In Front-end Development, Ticket Printing is a common requirement. However, many developers are implementing...

JavaScript is the cornerstone of modern web development, and its main functions include event-driven programming, dynamic content generation and asynchronous programming. 1) Event-driven programming allows web pages to change dynamically according to user operations. 2) Dynamic content generation allows page content to be adjusted according to conditions. 3) Asynchronous programming ensures that the user interface is not blocked. JavaScript is widely used in web interaction, single-page application and server-side development, greatly improving the flexibility of user experience and cross-platform development.

There is no absolute salary for Python and JavaScript developers, depending on skills and industry needs. 1. Python may be paid more in data science and machine learning. 2. JavaScript has great demand in front-end and full-stack development, and its salary is also considerable. 3. Influencing factors include experience, geographical location, company size and specific skills.

Learning JavaScript is not difficult, but it is challenging. 1) Understand basic concepts such as variables, data types, functions, etc. 2) Master asynchronous programming and implement it through event loops. 3) Use DOM operations and Promise to handle asynchronous requests. 4) Avoid common mistakes and use debugging techniques. 5) Optimize performance and follow best practices.

Discussion on the realization of parallax scrolling and element animation effects in this article will explore how to achieve similar to Shiseido official website (https://www.shiseido.co.jp/sb/wonderland/)...

The latest trends in JavaScript include the rise of TypeScript, the popularity of modern frameworks and libraries, and the application of WebAssembly. Future prospects cover more powerful type systems, the development of server-side JavaScript, the expansion of artificial intelligence and machine learning, and the potential of IoT and edge computing.

How to merge array elements with the same ID into one object in JavaScript? When processing data, we often encounter the need to have the same ID...

Data update problems in zustand asynchronous operations. When using the zustand state management library, you often encounter the problem of data updates that cause asynchronous operations to be untimely. �...
