How to Incorporate Accessibility in Your Website

How to Incorporate Accessibility in Your Website

Incorporating accessibility on your website is the right thing to do today.

Because 25% of adults in the U.S. live with a disability, according to the CDC.

However, too many websites still lack accessibility features.

That means millions of users are struggling to use the web.

Web accessibility is about designing and developing websites, tools, and technologies that people with disabilities can use, according to the World Wide Web Consortium (W3C).

People with disabilities should be able to perceive, understand, navigate, and interact with, and contribute to the web.

Web accessibility applies to all disabilities that affect access to the web, including:

The most relevant sections of the ADA to web accessibility are Title II and Title III.

While the ADA does not clearly address the question of web accessibility, websites and apps are often considered as part of a business.

Recent years have seen a spike in the number of ADA-based web accessibility lawsuits.

There were 2,256 ADA website-accessibility lawsuits filed in federal courts in 2019.

However, it appears the curve is flattening.

You can cater to a broader market segment while building a positive brand image.

Once you have tested your website for web accessibility, you can implement the following steps:

A picture may be worth a thousand words, but visual elements like images are an accessibility barrier to blind users and those with low vision.

They often have to rely on assistive technologies such as Screen Readers and refreshable Braille Readers.

Screen Readers are software programs that read the text on the screen using a synthesizer or Braille display.

However, neither of these technologies can read images or the text in the images.

So, you need to add Alt Text to describe your images to disabled users.

Make sure to describe the image as clearly as possible.

You can use alt attribute for brief descriptions and “Longdesc Tag” for lengthy descriptions.

People with low vision often can’t read small text sizes.

So, they have to use specific font settings when browsing your website.

Offering an alternate style sheet with the ability to enlarge the font size without breaking your page layout should make it easier for them to read your content.

Also, make sure your CTA buttons have a larger font size.

Also, make these buttons visible to people with impaired vision.

Along with text size, think about color and contrast.

People with vision impairments such as retinitis pigmentosa, glaucoma, diabetic retinopathy, and cataract have low color contrast sensitivity.

When designing your webpages, make sure to have a high contrast between the foreground and background, such as yellow letters on a black background.

Also, try to avoid using any JavaScript or CSS features that will prevent visually impaired users from increasing the contrast.

Just like the text size, color contrast is also critical for CTAs.

While black text on a white background has the highest readability, you can also use a combination of black text on a yellow background and yellow text on a blue background.

Avoid using combinations like green text on red background and vice versa as they are hard to read.

For blind and visually impaired users, navigation is a challenge.

As they can’t use a mouse to browse the site, you have to incorporate keyboard navigation into your website.

Blind users will use Braille keyboards to access your site.

Make sure disabled users can access all interactive elements of your website, including:

Also, make JavaScript widgets accessible with the keyboard.

Alternatively, you can use HTML links, buttons, and form fields alone to make sure all elements of your website are keyboard-accessible.

Videos and other multimedia elements on your website play a critical role in increasing the user-engagement on your website.

While blind and visually-impaired users can’t see visuals, deaf users and those hard-of-hearing can’t hear audio.

You can use an audio description to describe visuals-only parts such as images, gestures, and changes in settings, among others. It will help blind users to enjoy the video.

However, use your better judgment when adding an audio description.

Make sure you don’t end up with hours of audio description, making it a meaningless experience for the user.

You can provide text captions that synchronize with the video and audio tracks for users who are deaf or hard-of-hearing.

Make sure to use the right color contrast to highlight the captions correctly.

Finally, you will have to use an accessible multimedia player.

Screen readers can quickly and precisely read descriptive URLs, offering blind and visually-impaired users some context.

Meaningful descriptions also make it easier to skip to the right content.

For example, when describing the link of the “About” page, keep the following mind.

Avoid using anchor text like “Read More” or “Click Here” anywhere on the page.

Also, don’t add links to images that can’t support Alt Text.

It helps you make dynamic content more accessible.

ARIA roles and attributes provide more information or context about a website element to screen readers and other assistive tools.

You can add the ARIA role using a role=”

The six most common categories of ARIA roles include:

However, only people with access to source code and with the knowledge of ARIA and HTML5 can and should make these changes.

You should contact your website developer for further details.

Online forms often use placeholder text to describe various elements to save space.

However, placeholder text is usually gray.

Visually impaired users can’t read it due to the low contrast.

It is also a non-label text, which means screen readers will usually skip place holder text. As a result, blind users won’t be able to read this text either.

So, instead of placeholder text, use the

tag or an ARIA attribute that doesn’t go away. Also, use the highest text and background contrast. These steps will improve usability for blind and visually impaired users. However, when taking these steps, make sure to avoid creating a cluttered web form. Try to keep it as simple as possible. 9. Minimize the Use of Tables Usually, screen readers will inform blind users of how many rows and columns a table has. However, it is often challenging for screen readers to read the tabular data in the same flow that matches the visual order. So, wherever possible, use CSS for data presentation. If you must create a table, use the correct headers for each row and column. You can also use HTML5 table captions to provide additional context to your disabled users. Creating an accessible website not only makes good business sense, it is also the morally right thing to do. So always keep accessibility in mind. Hopefully, these tips will help you as you optimize your website for disabled users.

Images Powered by Shutterstock