Introduction

Web accessibility refers to the practice of designing web content that can be used by a wide range of people, including individuals who have visual, motor, auditory, speech, or cognitive disabilities.There is a myth that making a website accessible is difficult and expensive, but it doesn’t have to be. Designing a product from scratch that meets the requirements for accessibility doesn’t add extra features or content; therefore there shouldn’t be additional cost and effort. However, fixing a site that is already inaccessible will require some extra effort.

In the past, popular web design was a simple business. All you had to do was ensure that the design looked good in Internet Explorer or Netscape, and your job was pretty much done. Designers took it upon themselves to tell users which browser to use, and for many designers, the visual design was not only a primary concern, but the only concern. This created a bad precedent which is still experienced today, where web content is given secondary importance to eye candy and window dressing.

Things have now changed a great deal. Users have a multitude of different devices and browsers to choose from, so there is a real challenge to create a design that will work consistently on any device and browser combination. Unfortunately the challenge involved in meeting the task of ensuring total browser compatibility often leads to designers forgetting to ensure total user compatibility. In other words, where accessibility should be given utmost importance, it is often forgotten entirely or merely added in as an afterthought.This kind of approach can be costly for a number of reasons, not all of which are immediately apparent.

8 Motivators For Designing Accessible Web Sites

1.) Are you robbing your client?

According to data sourced from the CDC, almost one-in-five American adults have trouble with their hearing and almost
one-in-ten adults have trouble with vision. The bottom line just for these two disability categories totals over 58 million individuals in the U.S. alone.

How many business owners do you think would be pleased at the prospect of losing up to 20% of the potential market for their products and services for no valid reason? If your design is not accessible, you are robbing your client of that potential market.

2.)Are you ethical?

It is ethically and morally right to make your website inclusive. When your website does not include accessibility features, some people won’t be able to use it, and that simply isn’t fair. While some users with disabilities may just shrug it off as being exactly what they expected, many will be angry and feel that by not including accessibility you are not respecting them – and they’d be right! Either way both groups will leave your site and probably never return.

disability rights activists marching Photo by: Jamelle Bouie 08/24/2013

4.) Are you creating a PR disaster?

People with disabilities are not a silent minority. Now, more than ever, the Internet has given a voice to people who previously may not have had much opportunity to speak their minds in public. In a very large way, access to communications through the Internet has leveled the playing field between disabled and non-disabled computer users. If there is a perception that a business or other organization doesn’t support the disabled, then the PR consequences can be disastrous.

5.) Are you trustworthy?

If your competitor’s website is not accessible and yours is, guess which one will get more repeat traffic? Remember, some 20% of the population have a disability, and in fact people with disabilities are more likely to engage in online shopping activity than the average citizen. Shopping in the offline world suffers from accessibility issues too, and the Internet provides a way for everybody to get equal treatment and service without any physical and social barriers.

6.) Are you inclusive?

Accessibility is not just about the blind. The Internet is largely a visual environment, so it is no surprise that a lot of literature dealing with accessibility has focused heavily on the needs of visually impaired users. Obviously those users are important, but that focus has led many designers to believe that accessibility just means adding an alt attribute to images. There are many other disabilities that require equal attention.

True accessibility is about providing universal access. That means anyone who wants to access information on the website can do it, regardless of platform or physical ability. Accessibility is about enabling any user to access content, however they choose; rather than forcing users to engage with your site in a way you favor. Many people who would not be classed as disabled take advantage of accessible features. For example, a lot of people dislike trackpads on laptops and prefer to navigate webpages with the keyboard.

Conclusion

Accessibility carries with it an economic benefit, it has social and PR benefits, it avoids potential litigation issues, and it will help you sleep that little bit better. Implementation is simple in a new site, which should be using semantic markup anyway.

Improving the accessibility of a website does not need to be a difficult process. Always use responsive design this enables access by the widest range of devices, and allows vision-impaired people to scale the site content to suit their needs. Ensure your content still has logical flow when CSS is turned off. Add closed captions and/or transcripts to all video and audio content. When writing transcripts, consider describing any significant actions in text form.

If you’re upgrading a legacy website to be accessible, or building JavaScript-heavy sites, then take a look at Aria.

One of the main reasons why many designers and developers don’t include accessibility is because they think it will be too difficult. In fact, with semantic markup, and a small amount of planning, it is not necessarily difficult to make a website more accessible. All it really takes is an awareness of accessibility. In many case you’ll find it harder to make a site that isn’t accessible. Don’t make accessibility an afterthought, treat is as part of a responsive design process, and plan to work this way from the start of every project.