Is Your Website Compliant with ADA

Americans with Disabilities Act: Is Your Website ADA Compliant?

Building or maintaining an ADA compliant website can help you provide the needed accommodations for your potential customers and avoid lawsuits. Here is what you need to know.

What is the ADA?

Americans-with-Disabilities-Act

ADA or Americans with Disabilities Act is a civil rights law that was passed by George H.W Bush administration in the 1990s. It prohibits discrimination against individuals with disabilities. This act applies to all sectors, such as transport, jobs, schools, commercial establishments, and all government/private places that are open to the public.

What is ADA Compliance for Web Design?

In the year 2010, the scope of ADA was expanded by the US Department of Justice through ADA Standards for Accessible Design. It mandates all electronic and information technology (such as websites) to be accessible to those with disabilities.

However, there are no precise technical requirements for ADA compliance yet, but that does not mean websites are off the hook. They must still prove to be accessible enough to accommodate users with disabilities, which leads us to our next question.

What are the liabilities if you fail to comply with ADA?

In case your website fails to comply with ADA, you end up losing potential customers as you automatically fail to provide accessibility to users with disabilities. Apart from this, you may also have to face regulatory consequences such as lawsuits.

The ADA does not offer any clear guidelines for website compliance, so how do we create an accessible website? By meeting the WCAG recommendations.

What is WCAG?

Web Content Accessibility Guidelines or WCAG is not a legal requirement, rather a point of reference for brands and organizations looking to enhance their digital accessibility

WCAG can put you on the right path towards ADA compliance.

WCAG has three versions and levels, as mentioned below.

Versions:

WCAG 1.0 (replaced by 2.0)

WCAG 2.0 (replaced 1.0)

WCAG 2.1 (extended version of 2.0)

Levels:

A – has low levels of accessibility.

AA – meets accessibility requirements.

AAA – exceeds accessibility requirements.

According to the WCAG 2.1 guidelines, your website must be:

Perceivable: Present your content in a perceivable manner. For example, using Alt text and closed captions.

Operable: Users with disabilities should be able to navigate easily through your website. For example, offer keyboard accessibility.

Understandable: The content on your website must be easy to understand.

Robust: You should be able to interpret your website's content across various devices and platforms.

If you follow WCAG guidelines to at least level AA, your website should be easily compliant with ADA.

How to develop an ADA compliant website & Whom will it help??

A website that is ADA compliant will be helpful for people with:

Vision Impairment or Hearing Loss: Nearly 2.2 billion people are vision-impaired around the globe, and nearly 466 million people suffer from hearing loss. Make use of magnifications, appropriate brightness settings, transcriptions, and closed captions.

Cognition & Learning Difficulties: Factors such as different levels of education, age, dyslexia, ADHD, etc. can make it difficult to process and recall large amounts of information. Create uncomplicated web pages and remove automated videos to make your website easy to access.

Temporary Anxiety, Emotional and Behavioral Disabilities: Help your users perceive the information on your website. Choose an appropriate sentence structure, white spacing, and page layout.

Permanent/Temporary Disabilities or/and Injuries: Not everybody uses a mouse or a pointer or touch screen to navigate. You can provide alternative and inclusive web access by using options such as audible software and keyboard tab navigation.

Checklist for elements that are crucial for website accessibility:

  • Navigation, links, and focus state.
  • Forms and digitally signed forms.
  • Images, galleries, and sliders.
  • Video, podcasts, and audio.
  • Tables and iframes.
  • Maps, infographics, and illustrative graphs.
  • Text layout, fonts, distractions, and color contrasts.
  • Page structure and organization.
  • PDFs, Docs, and PowerPoints.

Website Accessibility designs are never finished. However, WCAG 2.1 has the following recommendations to make.

Utilization of Colors

  • Do not rely only on colors- For example, when indicating "Required Fields" in online forms, try an alternative way to convey a required field for people who do not see red or use a screen reader tool.
  • Maintain a contrast ratio of 4:5:1 for small text and 3:1 for large text against their background.
  • Subject foreground and background colors to see if they pass the color contrast test. There are several free websites and apps available online.
  • Always avoid light grey for text.
  • The text color of buttons must contrast against the background color.

Links

  • Do not make colors the only way to determine links unless the surrounding text size is at least 3:1. Provide underline, outlines, and such when the link is hovered or receives focus.
  • Your design should easily distinguish link text from non-link text.
  • The link text must describe the purpose of the link.
  • Use ARIA aria-labelled by to associate link purpose. See Using aria-labeled by for link purpose.
  • Provide skip links for navigation so that keyboard users can navigate directly to the main content.
  • Always keep in mind that mobile devices and touch screens do not have a hover state.

Screen Reader Reminders

  • A properly coded link will be automatically announced as a link in screen readers.
  • The best method is to make sure all links make sense out of context.
  • A properly coded button will be announced as a button in screen readers.
  • Skip links help screen reader users directly jump over the navigation menu to the main content each time a new page loads, else the page will be read from the top all over again.
  • Forms should include buttons to be activated on screen readers.

Content Structure and Semantics

  • Every page should have a title.
  • The first heading should be an H1.
  • Avoid skipping hierarchical levels by using consecutive headings.
  • Use HTML5 landmarks and ARIA equivalents to designate content areas.
  • The source page of an inline frame (iframe) must have a valid, and meaningful .</li><li>The text size must be easy to see and readable. The navigation link text is usually 6 – 18px and the regular content is 14 – 16px.</li><li>All content should be left-aligned. However, headings and subheadings can be centered or left-aligned. This helps users with dyslexia and poor eyesight. Also, it is the way we read (left to right).</li></ul> </div> </div> <p><strong>Images and Media</strong></p> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <ul class="wp-block-list"><li>All images must have alt text.</li><li>Images should describe the link destination for screen readers.</li><li>Have the courtesy to warn both visual and non-visual users when a link will take them off-site.</li><li>Alt text should be concise and less than 250 characters. Never use – an image of – graphic of – or picture of – in the alt description.</li></ul> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <ul class="wp-block-list"><li>Add alt text to images that are inside Word and PDF documents.</li><li>For example, use alt="", ARIA role="presentation" or implement a CSS background for images that are decorative, or redundant to content.</li><li>Avoid using images as text.</li><li>Videos must be closed captioned.</li></ul> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <ul class="wp-block-list"><li>Videos must be presented with a transcribed dialog, and narration, along with other meaningful sounds.</li><li>Podcasts must provide a transcript.</li><li>Provide an option to pause, stop, or hide automatically playing media content.</li></ul> </div> </div> <p><strong>Keyboard Tab Navigation and Accessible Documents</strong></p> <ul class="wp-block-list"><li>Keyboard navigation is used when there is no mouse or a pointer device. Links should contain focus states and follow the reading order of <em>the Document Object Model</em> (<em>DOM</em>).</li><li>Every time you press the Tab key, you should move to a link with a focus state such as a border or border with a background color.</li><li>Files such as PDF documents, PowerPoint, and Word documents must be accessible.</li><li>When creating documents, search for how to save as accessible documents in settings.</li></ul> <h2 class="wp-block-heading">Is it worth the efforts?</h2> <p>Making your website accessible is rewarding and valued. It prevents a lot of potential customers from leaving your website due to poor accessibility. It also safeguards your website from legal ramifications. If your website caters to the general public, ADA compliance becomes all the more necessary.</p></div><style data-emotion="css 1cmrbxw">.css-1cmrbxw{margin-top:32px;padding-top:24px;border-top:1px solid;border-color:rgba(0, 0, 0, 0.12);padding-bottom:32px;}</style><div class="MuiBox-root css-1cmrbxw"><style data-emotion="css o97rpj">.css-o97rpj{margin:0;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:500;font-size:1.25rem;line-height:1.6;letter-spacing:0.0075em;margin-bottom:0.35em;font-weight:600;font-family:Georgia,AdobeInvisFont,MyriadPro-Regular!important;}</style><h6 class="MuiTypography-root MuiTypography-h6 MuiTypography-gutterBottom css-o97rpj">Share this article</h6><style data-emotion="css 1i27l4i">.css-1i27l4i{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;}</style><div class="MuiBox-root css-1i27l4i"><style data-emotion="css 2n26e5">.css-2n26e5{text-align:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.5rem;padding:8px;border-radius:50%;color:rgba(0, 0, 0, 0.54);-webkit-transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;--IconButton-hoverBg:rgba(0, 0, 0, 0.04);color:#1877F2;}.css-2n26e5:hover{background-color:var(--IconButton-hoverBg);}@media (hover: none){.css-2n26e5:hover{background-color:transparent;}}.css-2n26e5.Mui-disabled{background-color:transparent;color:rgba(0, 0, 0, 0.26);}.css-2n26e5.MuiIconButton-loading{color:transparent;}</style><style data-emotion="css jiqf1">.css-jiqf1{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-moz-appearance:none;-webkit-appearance:none;-webkit-text-decoration:none;text-decoration:none;color:inherit;text-align:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.5rem;padding:8px;border-radius:50%;color:rgba(0, 0, 0, 0.54);-webkit-transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;--IconButton-hoverBg:rgba(0, 0, 0, 0.04);color:#1877F2;}.css-jiqf1::-moz-focus-inner{border-style:none;}.css-jiqf1.Mui-disabled{pointer-events:none;cursor:default;}@media print{.css-jiqf1{-webkit-print-color-adjust:exact;color-adjust:exact;}}.css-jiqf1:hover{background-color:var(--IconButton-hoverBg);}@media (hover: none){.css-jiqf1:hover{background-color:transparent;}}.css-jiqf1.Mui-disabled{background-color:transparent;color:rgba(0, 0, 0, 0.26);}.css-jiqf1.MuiIconButton-loading{color:transparent;}</style><button class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-jiqf1" tabindex="0" type="button"><style data-emotion="css q7mezt">.css-q7mezt{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;fill:currentColor;font-size:1.5rem;}</style><svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-q7mezt" focusable="false" aria-hidden="true" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m13 2h-2.5A3.5 3.5 0 0 0 12 8.5V11h-2v3h2v7h3v-7h3v-3h-3V9a1 1 0 0 1 1-1h2V5z"></path></svg></button><style data-emotion="css 1g0y0zx">.css-1g0y0zx{text-align:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.5rem;padding:8px;border-radius:50%;color:rgba(0, 0, 0, 0.54);-webkit-transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;--IconButton-hoverBg:rgba(0, 0, 0, 0.04);color:#1DA1F2;}.css-1g0y0zx:hover{background-color:var(--IconButton-hoverBg);}@media (hover: none){.css-1g0y0zx:hover{background-color:transparent;}}.css-1g0y0zx.Mui-disabled{background-color:transparent;color:rgba(0, 0, 0, 0.26);}.css-1g0y0zx.MuiIconButton-loading{color:transparent;}</style><style data-emotion="css 1ehxuw6">.css-1ehxuw6{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-moz-appearance:none;-webkit-appearance:none;-webkit-text-decoration:none;text-decoration:none;color:inherit;text-align:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.5rem;padding:8px;border-radius:50%;color:rgba(0, 0, 0, 0.54);-webkit-transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;--IconButton-hoverBg:rgba(0, 0, 0, 0.04);color:#1DA1F2;}.css-1ehxuw6::-moz-focus-inner{border-style:none;}.css-1ehxuw6.Mui-disabled{pointer-events:none;cursor:default;}@media print{.css-1ehxuw6{-webkit-print-color-adjust:exact;color-adjust:exact;}}.css-1ehxuw6:hover{background-color:var(--IconButton-hoverBg);}@media (hover: none){.css-1ehxuw6:hover{background-color:transparent;}}.css-1ehxuw6.Mui-disabled{background-color:transparent;color:rgba(0, 0, 0, 0.26);}.css-1ehxuw6.MuiIconButton-loading{color:transparent;}</style><button class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-1ehxuw6" tabindex="0" type="button"><svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-q7mezt" focusable="false" aria-hidden="true" viewBox="0 0 24 24"><path d="M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z"></path></svg></button><style data-emotion="css 9sevxz">.css-9sevxz{text-align:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.5rem;padding:8px;border-radius:50%;color:rgba(0, 0, 0, 0.54);-webkit-transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;--IconButton-hoverBg:rgba(0, 0, 0, 0.04);color:#0A66C2;}.css-9sevxz:hover{background-color:var(--IconButton-hoverBg);}@media (hover: none){.css-9sevxz:hover{background-color:transparent;}}.css-9sevxz.Mui-disabled{background-color:transparent;color:rgba(0, 0, 0, 0.26);}.css-9sevxz.MuiIconButton-loading{color:transparent;}</style><style data-emotion="css 163eb4m">.css-163eb4m{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-moz-appearance:none;-webkit-appearance:none;-webkit-text-decoration:none;text-decoration:none;color:inherit;text-align:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.5rem;padding:8px;border-radius:50%;color:rgba(0, 0, 0, 0.54);-webkit-transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;--IconButton-hoverBg:rgba(0, 0, 0, 0.04);color:#0A66C2;}.css-163eb4m::-moz-focus-inner{border-style:none;}.css-163eb4m.Mui-disabled{pointer-events:none;cursor:default;}@media print{.css-163eb4m{-webkit-print-color-adjust:exact;color-adjust:exact;}}.css-163eb4m:hover{background-color:var(--IconButton-hoverBg);}@media (hover: none){.css-163eb4m:hover{background-color:transparent;}}.css-163eb4m.Mui-disabled{background-color:transparent;color:rgba(0, 0, 0, 0.26);}.css-163eb4m.MuiIconButton-loading{color:transparent;}</style><button class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-163eb4m" tabindex="0" type="button"><svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-q7mezt" focusable="false" aria-hidden="true" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"></path></svg></button></div></div></div><style data-emotion="css 1iuwsok">.css-1iuwsok{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;top:108px;z-index:10;}@media (min-width:0px){.css-1iuwsok{position:static;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}}@media (min-width:1200px){.css-1iuwsok{width:400px;position:-webkit-sticky;position:sticky;}}@media (min-width:1536px){.css-1iuwsok{-webkit-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start;}}</style><div class="MuiBox-root css-1iuwsok"></div></div></main><div class="container1" id="footerSection"><div><div class="SearchEngineOptimisation_hrline1__RTpsc"></div><div class="consult"><div class="SearchEngineOptimisation_Banner_padding3__5GxIa" style="padding-top:0px"><div class="row"><div class="col-md-7"><h2 class="t32"><strong>Ready to get started?</strong></h2><h3 class="t28">Learn how AiPlex Digital can solve <br class="brhide"/>your more complex needs</h3></div><div class="col-md-3 float-bottom gettouch"><a href="/blog/is-your-website-compliant-with-ada#contact"><span class="btn btn-primary1 ">Get In Touch</span></a></div></div></div></div><div class="SearchEngineOptimisation_hrline1__RTpsc"></div></div><div _ngcontent-qht-c34="" class="container1 hrline1"></div><div class="" id="contactus"></div><div style="background-color:#e4e4e4" id="contact" class="container1"><div class="row px-2 py-5"><div class="col-md-5 pl-5 faq"><h6 class="pb-3 p16"><strong>Drop us a line</strong></h6><form action="#" class="formtext"><div class="form-group"><input name="name" type="text" placeholder="Name" class="form-control inpt p16" value=""/></div><div class="form-group"><input name="email" type="email" placeholder="Email" class="form-control inpt p16" value=""/></div><div class="form-group"><input name="mobile_number" type="text" placeholder="Phone Number" class="form-control inpt p16" value=""/></div><div class="form-group"><textarea name="comment" placeholder="Your Comment" class="form-control inpt p16"></textarea></div><button type="submit" class="btn btn-color mt-2 p16"><strong>Send a Message</strong></button></form></div><div class="col-md-7 pt-4 faq"><div class="row "><div class="col-md-4 mobb "><p class="first-latter mb-2 p16" style="font-weight:bold">Registered Office</p><p class="p16"><span itemprop="streetAddress">91A, N Cube Centre Ideal Homes Circle,</span><span itemprop="addressLocality"> <!-- -->RR Nagar, Bengaluru,</span><span itemprop="addressRegion"> Karnataka</span><span itemprop="postalCode"> 560098</span></p></div><div class="col-md-4 mobb "><p class="first-latter mb-2 p16" style="font-weight:bold">Sitemap</p><div class=""><a class="pointer colorChange p16" href="https://aiplexantipiracy.com/" target="_blank" rel="noreferrer">Antipiracy</a><br/></div><div class=""><a class="pointer colorChange p16" href="https://aiplexorm.com/" target="_blank" rel="noreferrer">Online Reputation Management</a><br/></div><div class=" p16"><a class="pointer colorChange" href="https://aiplexads.com/" target="_blank" rel="noreferrer"> <!-- -->Online Advertising</a></div></div><div class="col-md-3 mobb "><p class="first-latter mb-2 p16" style="font-weight:bold">Legal</p><p><a href="/cookies" class="pointer colorChange p16"> <!-- -->Cookies Policy</a><br/><a href="/terms-condition" class="pointer colorChange p16">Terms And Conditions</a><br/><a href="/privacy-policy" class="pointer colorChange p16">Privacy Policy</a></p></div></div><div class="row mtop"><div class="col-md-4 p16 px-1"><p><a href="https://www.facebook.com/aiplexsoftware" target="_blank" title=" Facebook/Aiplex "><style data-emotion="css ypwb1w">.css-ypwb1w{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;fill:currentColor;font-size:1.5rem;color:grey;margin-right:3px;}@media (min-width:0px){.css-ypwb1w{margin-left:10px;}}@media (min-width:900px){.css-ypwb1w{margin-left:0px;}}.css-ypwb1w:hover{-webkit-transition:-webkit-transform 0.2s;transition:transform 0.2s;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);color:#2a5e6c;}</style><svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-ypwb1w" focusable="false" aria-hidden="true" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m13 2h-2.5A3.5 3.5 0 0 0 12 8.5V11h-2v3h2v7h3v-7h3v-3h-3V9a1 1 0 0 1 1-1h2V5z"></path></svg></a><a href="https://www.instagram.com/aiplexsoftware/" target="_blank" title=" Instagram/aiplexsoftware " class="ficon"><style data-emotion="css n9lxtz">.css-n9lxtz{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;fill:currentColor;font-size:1.5rem;color:grey;}.css-n9lxtz:hover{-webkit-transition:-webkit-transform 0.2s;transition:transform 0.2s;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);color:#2a5e6c;}</style><svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-n9lxtz" focusable="false" aria-hidden="true" viewBox="0 0 24 24"><path d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8 1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z"></path></svg></a><a href="https://twitter.com/aiplexsoftware" target="_blank" title=" Twitter/AiPlex Software Pvt. Ltd. " class="ficon"><style data-emotion="css n9lxtz">.css-n9lxtz{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;fill:currentColor;font-size:1.5rem;color:grey;}.css-n9lxtz:hover{-webkit-transition:-webkit-transform 0.2s;transition:transform 0.2s;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);color:#2a5e6c;}</style><svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-n9lxtz" focusable="false" aria-hidden="true" viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></svg></a><a href="https://www.youtube.com/channel/UCKZsdWVRrTjzzoMbYmnCgtg" target="_blank" title=" Youtube/AiPlex Software Pvt Ltd. " class="ficon"><style data-emotion="css n9lxtz">.css-n9lxtz{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;fill:currentColor;font-size:1.5rem;color:grey;}.css-n9lxtz:hover{-webkit-transition:-webkit-transform 0.2s;transition:transform 0.2s;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);color:#2a5e6c;}</style><svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-n9lxtz" focusable="false" aria-hidden="true" viewBox="0 0 24 24"><path d="M10 15l5.19-3L10 9v6m11.56-7.83c.13.47.22 1.1.28 1.9.07.8.1 1.49.1 2.09L22 12c0 2.19-.16 3.8-.44 4.83-.25.9-.83 1.48-1.73 1.73-.47.13-1.33.22-2.65.28-1.3.07-2.49.1-3.59.1L12 19c-4.19 0-6.8-.16-7.83-.44-.9-.25-1.48-.83-1.73-1.73-.13-.47-.22-1.1-.28-1.9-.07-.8-.1-1.49-.1-2.09L2 12c0-2.19.16-3.8.44-4.83.25-.9.83-1.48 1.73-1.73.47-.13 1.33-.22 2.65-.28 1.3-.07 2.49-.1 3.59-.1L12 5c4.19 0 6.8.16 7.83.44.9.25 1.48.83 1.73 1.73z"></path></svg></a><a href="https://www.linkedin.com/company/aiplexsoftware" target="_blank" title=" LinkedIn/AiPlex Software Pvt. Ltd. " class="ficon"><style data-emotion="css n9lxtz">.css-n9lxtz{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;fill:currentColor;font-size:1.5rem;color:grey;}.css-n9lxtz:hover{-webkit-transition:-webkit-transform 0.2s;transition:transform 0.2s;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);color:#2a5e6c;}</style><svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-n9lxtz" focusable="false" aria-hidden="true" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"></path></svg></a><a href="https://in.pinterest.com/aiplexdigital/" target="_blank" title=" Pintrest/AiPlex " class="ficon"><style data-emotion="css n9lxtz">.css-n9lxtz{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;fill:currentColor;font-size:1.5rem;color:grey;}.css-n9lxtz:hover{-webkit-transition:-webkit-transform 0.2s;transition:transform 0.2s;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);color:#2a5e6c;}</style><svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-n9lxtz" focusable="false" aria-hidden="true" viewBox="0 0 24 24"><path d="M9.04 21.54c.96.29 1.93.46 2.96.46a10 10 0 0 0 10-10A10 10 0 0 0 12 2 10 10 0 0 0 2 12c0 4.25 2.67 7.9 6.44 9.34-.09-.78-.18-2.07 0-2.96l1.15-4.94s-.29-.58-.29-1.5c0-1.38.86-2.41 1.84-2.41.86 0 1.26.63 1.26 1.44 0 .86-.57 2.09-.86 3.27-.17.98.52 1.84 1.52 1.84 1.78 0 3.16-1.9 3.16-4.58 0-2.4-1.72-4.04-4.19-4.04-2.82 0-4.48 2.1-4.48 4.31 0 .86.28 1.73.74 2.3.09.06.09.14.06.29l-.29 1.09c0 .17-.11.23-.28.11-1.28-.56-2.02-2.38-2.02-3.85 0-3.16 2.24-6.03 6.56-6.03 3.44 0 6.12 2.47 6.12 5.75 0 3.44-2.13 6.2-5.18 6.2-.97 0-1.92-.52-2.26-1.13l-.67 2.37c-.23.86-.86 2.01-1.29 2.7v-.03z"></path></svg></a></p></div><div class="col-md-6 p16 mr-auto pb-3"><p class="ftext" style="display:flex;align-items:center"><style data-emotion="css 185tx24">.css-185tx24{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;fill:currentColor;font-size:1.5rem;font-size:15px;}</style><svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-185tx24" focusable="false" aria-hidden="true" viewBox="0 0 24 24"><path d="M11.88 9.14c1.28.06 1.61 1.15 1.63 1.66h1.79c-.08-1.98-1.49-3.19-3.45-3.19C9.64 7.61 8 9 8 12.14c0 1.94.93 4.24 3.84 4.24 2.22 0 3.41-1.65 3.44-2.95h-1.79c-.03.59-.45 1.38-1.63 1.44-1.31-.04-1.86-1.06-1.86-2.73 0-2.89 1.28-2.98 1.88-3M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8"></path></svg>  <!-- -->2026<!-- --> AiPlex. All Rights Reserved</p></div><div class="col-md-3 p16 "></div></div></div></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"post":{"id":9865,"date":"2020-11-09T17:10:01","date_gmt":"2020-11-09T11:40:01","guid":{"rendered":"https://aiplexdigital.com/?p=9865"},"modified":"2022-05-04T15:01:32","modified_gmt":"2022-05-04T09:31:32","slug":"is-your-website-compliant-with-ada","status":"publish","type":"post","link":"https://blog.aiplexdigital.com/blog/is-your-website-compliant-with-ada/","title":{"rendered":"Americans with Disabilities Act: Is Your Website ADA Compliant?"},"content":{"rendered":"\n\u003cp\u003e\u003c/p\u003e\n\n\n\n\u003cp\u003eBuilding or maintaining an ADA compliant website can help you provide the needed accommodations for your potential customers and avoid lawsuits. Here is what you need to know.\u003c/p\u003e\n\n\n\n\u003ch2 class=\"wp-block-heading\"\u003eWhat is the ADA?\u003c/h2\u003e\n\n\n\n\u003cdiv class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\"\u003e\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\"\u003e\n\u003cdiv class=\"wp-block-image\"\u003e\u003cfigure class=\"aligncenter size-full\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"110\" src=\"https://blog.aiplexdigital.com/wp-content/uploads/2020/11/Americans-with-Disabilities-Act-1.png\" alt=\"Americans-with-Disabilities-Act\" class=\"wp-image-11092\"/\u003e\u003c/figure\u003e\u003c/div\u003e\n\u003c/div\u003e\n\n\n\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\"\u003e\n\u003cp class=\"has-text-align-left\"\u003e ADA or Americans with Disabilities Act is a civil rights law that was passed by George H.W Bush administration in the 1990s. It prohibits discrimination against individuals with disabilities. This act applies to all sectors, such as transport, jobs, schools, commercial establishments, and all government/private places that are open to the public. \u003c/p\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\n\n\n\u003cdiv class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\"\u003e\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003ch3 class=\"wp-block-heading\"\u003eWhat is ADA Compliance for Web Design?\u003c/h3\u003e\n\n\n\n\u003cp\u003eIn the year 2010, the scope of ADA was expanded by the US Department of Justice through ADA Standards for Accessible Design. It mandates all electronic and information technology (such as websites) to be accessible to those with disabilities.\u003c/p\u003e\n\n\n\n\u003cp\u003eHowever, there are no precise technical requirements for ADA compliance yet, but that does not mean websites are off the hook. They must still prove to be accessible enough to accommodate users with disabilities, which leads us to our next question.\u003c/p\u003e\n\u003c/div\u003e\n\n\n\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003ch2 class=\"wp-block-heading\"\u003eWhat are the liabilities if you fail to comply with ADA?\u003c/h2\u003e\n\n\n\n\u003cp\u003eIn case your website fails to comply with ADA, you end up losing potential customers as you automatically fail to provide accessibility to users with disabilities. Apart from this, you may also have to face regulatory consequences such as lawsuits.\u003c/p\u003e\n\n\n\n\u003cp\u003eThe ADA does not offer any clear guidelines for website compliance, so how do we create an accessible website? By meeting the WCAG recommendations.\u003c/p\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\n\n\n\u003ch3 class=\"wp-block-heading\"\u003eWhat is WCAG?\u003c/h3\u003e\n\n\n\n\u003cdiv class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\"\u003e\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\"\u003e\n\u003cfigure class=\"wp-block-gallery aligncenter has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\"\u003e\n\u003cfigure class=\"wp-block-image size-large\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" data-id=\"11095\" src=\"https://blog.aiplexdigital.com/wp-content/uploads/2021/11/W3C.png\" alt=\"\" class=\"wp-image-11095\"/\u003e\u003c/figure\u003e\n\u003c/figure\u003e\n\u003c/div\u003e\n\n\n\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\"\u003e\n\u003cp\u003e Web Content Accessibility Guidelines or WCAG is not a legal requirement, rather a point of reference for brands and organizations looking to enhance their digital accessibility \u003c/p\u003e\n\n\n\n\u003cdiv class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\"\u003e\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003cp\u003eWCAG can put you on the right path towards ADA compliance.\u003c/p\u003e\n\u003c/div\u003e\n\n\n\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003cp\u003eWCAG has three versions and levels, as mentioned below.\u003c/p\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\n\n\n\u003cdiv class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\"\u003e\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003ch4 class=\"wp-block-heading\"\u003e\u003cstrong\u003eVersions:\u003c/strong\u003e\u003c/h4\u003e\n\n\n\n\u003cp\u003eWCAG 1.0 (replaced by 2.0)\u003c/p\u003e\n\n\n\n\u003cp\u003eWCAG 2.0 (replaced 1.0)\u003c/p\u003e\n\n\n\n\u003cp\u003eWCAG 2.1 (extended version of 2.0)\u003c/p\u003e\n\u003c/div\u003e\n\n\n\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003cp\u003e\u003cstrong\u003eLevels:\u003c/strong\u003e\u003c/p\u003e\n\n\n\n\u003cp\u003eA – has low levels of accessibility.\u003c/p\u003e\n\n\n\n\u003cp\u003eAA – meets accessibility requirements.\u003c/p\u003e\n\n\n\n\u003cp\u003eAAA – exceeds accessibility requirements.\u003c/p\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\n\n\n\u003ch3 class=\"wp-block-heading\"\u003eAccording to the WCAG 2.1 guidelines, your website must be:\u003c/h3\u003e\n\n\n\n\u003cdiv class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\"\u003e\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003cp\u003e\u003cstrong\u003ePerceivable:\u003c/strong\u003e\u0026nbsp;Present your content in a perceivable manner. For example, using Alt text and closed captions.\u003c/p\u003e\n\n\n\n\u003cp\u003e\u003cstrong\u003eOperable:\u003c/strong\u003e\u0026nbsp;Users with disabilities should be able to navigate easily through your website. For example, offer keyboard accessibility.\u003c/p\u003e\n\u003c/div\u003e\n\n\n\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003cp\u003e\u003cstrong\u003eUnderstandable\u003c/strong\u003e: The content on your website must be easy to understand.\u003c/p\u003e\n\n\n\n\u003cp\u003e\u003cstrong\u003eRobust:\u0026nbsp;\u003c/strong\u003eYou should be able to interpret your website’s content across various devices and platforms.\u003c/p\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\n\n\n\u003cp\u003eIf you follow WCAG guidelines to at least level AA, your website should be easily compliant with ADA.\u003c/p\u003e\n\n\n\n\u003ch3 class=\"wp-block-heading\"\u003eHow to develop an ADA compliant website \u0026amp; Whom will it help??\u003c/h3\u003e\n\n\n\n\u003cp\u003eA website that is ADA compliant will be helpful for people with:\u003c/p\u003e\n\n\n\n\u003cdiv class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\"\u003e\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003cp\u003e\u003cstrong\u003eVision Impairment or Hearing Loss:\u0026nbsp;\u003c/strong\u003eNearly 2.2 billion people are vision-impaired around the globe, and nearly 466 million people suffer from hearing loss. Make use of magnifications, appropriate brightness settings, transcriptions, and closed captions.\u003c/p\u003e\n\n\n\n\u003cp\u003e\u003cstrong\u003eCognition \u0026amp; Learning Difficulties:\u0026nbsp;\u003c/strong\u003eFactors such as different levels of education, age, dyslexia, ADHD, etc. can make it difficult to process and recall large amounts of information. Create uncomplicated web pages and remove automated videos to make your website easy to access.\u003c/p\u003e\n\u003c/div\u003e\n\n\n\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003cp\u003e\u003cstrong\u003eTemporary Anxiety, Emotional and Behavioral Disabilities:\u003c/strong\u003e Help your users perceive the information on your website. Choose an appropriate sentence structure, white spacing, and page layout.\u003c/p\u003e\n\n\n\n\u003cp\u003e\u003cstrong\u003ePermanent/Temporary Disabilities or/and Injuries:\u003c/strong\u003e Not everybody uses a mouse or a pointer or touch screen to navigate. You can provide alternative and inclusive web access by using options such as audible software and keyboard tab navigation.\u003c/p\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\n\n\n\u003cdiv class=\"wp-block-image\"\u003e\u003cfigure class=\"aligncenter size-full\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"448\" src=\"https://blog.aiplexdigital.com/wp-content/uploads/2021/11/Improving-Your-Websites-Accessibility-1024x448-1.jpg\" alt=\"\" class=\"wp-image-11096\" srcset=\"https://blog.aiplexdigital.com/blog/wp-content/uploads/2021/11/Improving-Your-Websites-Accessibility-1024x448-1.jpg 1024w, https://blog.aiplexdigital.com/blog/wp-content/uploads/2021/11/Improving-Your-Websites-Accessibility-1024x448-1-300x131.jpg 300w, https://blog.aiplexdigital.com/blog/wp-content/uploads/2021/11/Improving-Your-Websites-Accessibility-1024x448-1-768x336.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /\u003e\u003c/figure\u003e\u003c/div\u003e\n\n\n\n\u003ch2 class=\"wp-block-heading\"\u003eChecklist for elements that are crucial for website accessibility:\u003c/h2\u003e\n\n\n\n\u003cdiv class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\"\u003e\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003cul class=\"wp-block-list\"\u003e\u003cli\u003eNavigation, links, and focus state.\u003c/li\u003e\u003cli\u003eForms and digitally signed forms.\u003c/li\u003e\u003cli\u003eImages, galleries, and sliders.\u003c/li\u003e\u003cli\u003eVideo, podcasts, and audio.\u003c/li\u003e\u003cli\u003eTables and iframes.\u003c/li\u003e\u003c/ul\u003e\n\u003c/div\u003e\n\n\n\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003cul class=\"wp-block-list\"\u003e\u003cli\u003eMaps, infographics, and illustrative graphs.\u003c/li\u003e\u003cli\u003eText layout, fonts, distractions, and color contrasts.\u003c/li\u003e\u003cli\u003ePage structure and organization.\u003c/li\u003e\u003cli\u003ePDFs, Docs, and PowerPoints.\u003c/li\u003e\u003c/ul\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\n\n\n\u003cp\u003eWebsite Accessibility designs are never finished. However, WCAG 2.1 has the following recommendations to make.\u003c/p\u003e\n\n\n\n\u003cdiv class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\"\u003e\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003cp\u003e\u003cstrong\u003eUtilization of Colors\u003c/strong\u003e\u003c/p\u003e\n\n\n\n\u003cul class=\"wp-block-list\"\u003e\u003cli\u003eDo not rely only on colors- For example, when indicating “Required Fields” in online forms, try an alternative way to convey a required field for people who do not see red or use a screen reader tool.\u003c/li\u003e\u003cli\u003eMaintain a contrast ratio of 4:5:1 for small text and 3:1 for large text against their background.\u003c/li\u003e\u003cli\u003eSubject foreground and background colors to see if they pass the color contrast test. There are several free websites and apps available online.\u003c/li\u003e\u003cli\u003eAlways avoid light grey for text.\u003c/li\u003e\u003cli\u003eThe text color of buttons must contrast against the background color\u003cstrong\u003e.\u003c/strong\u003e\u003c/li\u003e\u003c/ul\u003e\n\n\n\n\u003cp\u003e\u003cstrong\u003eLinks\u003c/strong\u003e\u003c/p\u003e\n\n\n\n\u003cul class=\"wp-block-list\"\u003e\u003cli\u003eDo not make colors the only way to determine links unless the surrounding text size is at least 3:1. Provide underline, outlines, and such when the link is hovered or receives focus.\u003c/li\u003e\u003cli\u003eYour design should easily distinguish link text from non-link text.\u003c/li\u003e\u003cli\u003eThe link text must describe the purpose of the link.\u003c/li\u003e\u003cli\u003eUse ARIA aria-labelled by to associate link purpose.\u0026nbsp;See\u0026nbsp;\u003ca href=\"https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA7\" target=\"_blank\" rel=\"noreferrer noopener\"\u003eUsing aria-labeled by for link purpose\u003c/a\u003e.\u003c/li\u003e\u003cli\u003eProvide skip links for navigation so that keyboard users can navigate directly to the main content.\u003c/li\u003e\u003cli\u003eAlways keep in mind that mobile devices and touch screens do not have a hover state\u003cstrong\u003e.\u003c/strong\u003e\u003c/li\u003e\u003c/ul\u003e\n\u003c/div\u003e\n\n\n\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003cp\u003e\u003cstrong\u003eScreen Reader Reminders\u003c/strong\u003e\u003c/p\u003e\n\n\n\n\u003cul class=\"wp-block-list\"\u003e\u003cli\u003eA properly coded link will be automatically announced as a link in screen readers.\u003c/li\u003e\u003cli\u003eThe best method is to make sure all links make sense out of context.\u003c/li\u003e\u003cli\u003eA properly coded button will be announced as a button in screen readers.\u003c/li\u003e\u003cli\u003eSkip links help screen reader users directly jump over the navigation menu to the main content each time a new page loads, else the page will be read from the top all over again.\u003c/li\u003e\u003cli\u003eForms should include buttons to be activated on screen readers.\u003c/li\u003e\u003c/ul\u003e\n\n\n\n\u003cp\u003e\u003cstrong\u003eContent Structure and Semantics\u003c/strong\u003e\u003c/p\u003e\n\n\n\n\u003cul class=\"wp-block-list\"\u003e\u003cli\u003eEvery page should have a title.\u003c/li\u003e\u003cli\u003eThe first heading should be an H1.\u003c/li\u003e\u003cli\u003eAvoid skipping hierarchical levels by using consecutive headings.\u003c/li\u003e\u003cli\u003eUse HTML5 landmarks and ARIA equivalents to designate content areas.\u003c/li\u003e\u003cli\u003eThe source page of an inline frame (iframe) must have a valid, and meaningful \u0026lt;title\u0026gt;.\u003c/li\u003e\u003cli\u003eThe text size must be easy to see and readable. The navigation link text is usually 6 – 18px and the regular content is 14 – 16px.\u003c/li\u003e\u003cli\u003eAll content should be left-aligned. However, headings and subheadings can be centered or left-aligned. This helps users with dyslexia and poor eyesight. Also, it is the way we read (left to right).\u003c/li\u003e\u003c/ul\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\n\n\n\u003cp\u003e\u003cstrong\u003eImages and Media\u003c/strong\u003e\u003c/p\u003e\n\n\n\n\u003cdiv class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\"\u003e\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003cul class=\"wp-block-list\"\u003e\u003cli\u003eAll images must have alt text.\u003c/li\u003e\u003cli\u003eImages should describe the link destination for screen readers.\u003c/li\u003e\u003cli\u003eHave the courtesy to warn both visual and non-visual users when a link will take them off-site.\u003c/li\u003e\u003cli\u003eAlt text should be concise and less than 250 characters. Never use – an image of – graphic of – or picture of – in the alt description.\u003c/li\u003e\u003c/ul\u003e\n\u003c/div\u003e\n\n\n\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003cul class=\"wp-block-list\"\u003e\u003cli\u003eAdd alt text to images that are inside Word and PDF documents.\u003c/li\u003e\u003cli\u003eFor example, use alt=””, ARIA role=”presentation” or implement a CSS background for images that are decorative, or redundant to content.\u003c/li\u003e\u003cli\u003eAvoid using images as text.\u003c/li\u003e\u003cli\u003eVideos must be closed captioned.\u003c/li\u003e\u003c/ul\u003e\n\u003c/div\u003e\n\n\n\n\u003cdiv class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"\u003e\n\u003cul class=\"wp-block-list\"\u003e\u003cli\u003eVideos must be presented with a transcribed dialog, and narration, along with other meaningful sounds.\u003c/li\u003e\u003cli\u003ePodcasts must provide a transcript.\u003c/li\u003e\u003cli\u003eProvide an option to pause, stop, or hide automatically playing media content.\u003c/li\u003e\u003c/ul\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\n\n\n\u003cp\u003e\u003cstrong\u003eKeyboard Tab Navigation and Accessible Documents\u003c/strong\u003e\u003c/p\u003e\n\n\n\n\u003cul class=\"wp-block-list\"\u003e\u003cli\u003eKeyboard navigation is used when there is no mouse or a pointer device. Links should contain focus states and follow the reading order of \u003cem\u003ethe Document Object Model\u003c/em\u003e (\u003cem\u003eDOM\u003c/em\u003e).\u003c/li\u003e\u003cli\u003eEvery time you press the Tab key, you should move to a link with a focus state such as a border or border with a background color.\u003c/li\u003e\u003cli\u003eFiles such as PDF documents, PowerPoint, and Word documents must be accessible.\u003c/li\u003e\u003cli\u003eWhen creating documents, search for how to save as accessible documents in settings.\u003c/li\u003e\u003c/ul\u003e\n\n\n\n\u003ch2 class=\"wp-block-heading\"\u003eIs it worth the efforts?\u003c/h2\u003e\n\n\n\n\u003cp\u003eMaking your website accessible is rewarding and valued. It prevents a lot of potential customers from leaving your website due to poor accessibility. It also safeguards your website from legal ramifications. If your website caters to the general public, ADA compliance becomes all the more necessary.\u003c/p\u003e\n\n\n\n\u003cp\u003e\u003c/p\u003e\n","protected":false},"excerpt":{"rendered":"\u003cp\u003eBuilding or maintaining an ADA compliant website can help you provide the needed accommodations for your potential customers and avoid lawsuits.\u003c/p\u003e\n","protected":false},"author":10,"featured_media":11806,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[1],"tags":[109,110,111],"class_list":["post-9865","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-digital","tag-ada","tag-ada-compliant","tag-americans-with-disabilities-act"],"aioseo_notices":[],"_links":{"self":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/posts/9865","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/posts"}],"about":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/types/post"}],"author":[{"embeddable":true,"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/users/10"}],"replies":[{"embeddable":true,"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/comments?post=9865"}],"version-history":[{"count":20,"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/posts/9865/revisions"}],"predecessor-version":[{"id":11906,"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/posts/9865/revisions/11906"}],"wp:featuredmedia":[{"embeddable":true,"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/media/11806"}],"wp:attachment":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/media?parent=9865"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/categories?post=9865"},{"taxonomy":"post_tag","embeddable":true,"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/tags?post=9865"}],"curies":[{"name":"wp","href":"https://api.w.org/{rel}","templated":true}]},"_embedded":{"author":[{"id":10,"name":"AX Admin","url":"","description":"","link":"https://blog.aiplexdigital.com/blog/author/axadmin/","slug":"axadmin","avatar_urls":{"24":"https://secure.gravatar.com/avatar/e2e9ca0132a7c69c19442aa838eeb3e2394400b875f95236b9bce3040275ca44?s=24\u0026d=mm\u0026r=g","48":"https://secure.gravatar.com/avatar/e2e9ca0132a7c69c19442aa838eeb3e2394400b875f95236b9bce3040275ca44?s=48\u0026d=mm\u0026r=g","96":"https://secure.gravatar.com/avatar/e2e9ca0132a7c69c19442aa838eeb3e2394400b875f95236b9bce3040275ca44?s=96\u0026d=mm\u0026r=g"},"_links":{"self":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/users/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/users"}]}}],"wp:featuredmedia":[{"id":11806,"date":"2022-01-12T15:38:20","slug":"is-your-website-compliant-with-ada-2","type":"attachment","link":"https://blog.aiplexdigital.com/blog/is-your-website-compliant-with-ada/is-your-website-compliant-with-ada-2/","title":{"rendered":"Is Your Website Compliant with ADA"},"author":10,"featured_media":0,"aioseo_notices":[],"caption":{"rendered":""},"alt_text":"Is Your Website Compliant with ADA","media_type":"image","mime_type":"image/jpeg","media_details":{"width":2560,"height":1338,"file":"2020/11/Is-Your-Website-Compliant-with-ADA-scaled.jpg","sizes":{"medium":{"file":"Is-Your-Website-Compliant-with-ADA-300x157.jpg","width":300,"height":157,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-300x157.jpg"},"large":{"file":"Is-Your-Website-Compliant-with-ADA-1024x535.jpg","width":1024,"height":535,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-1024x535.jpg"},"thumbnail":{"file":"Is-Your-Website-Compliant-with-ADA-150x150.jpg","width":150,"height":150,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-150x150.jpg"},"medium_large":{"file":"Is-Your-Website-Compliant-with-ADA-768x401.jpg","width":768,"height":401,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-768x401.jpg"},"1536x1536":{"file":"Is-Your-Website-Compliant-with-ADA-1536x803.jpg","width":1536,"height":803,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-1536x803.jpg"},"2048x2048":{"file":"Is-Your-Website-Compliant-with-ADA-2048x1070.jpg","width":2048,"height":1070,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-2048x1070.jpg"},"et-pb-post-main-image":{"file":"Is-Your-Website-Compliant-with-ADA-400x250.jpg","width":400,"height":250,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-400x250.jpg"},"et-pb-post-main-image-fullwidth":{"file":"Is-Your-Website-Compliant-with-ADA-1080x675.jpg","width":1080,"height":675,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-1080x675.jpg"},"et-pb-portfolio-image":{"file":"Is-Your-Website-Compliant-with-ADA-400x284.jpg","width":400,"height":284,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-400x284.jpg"},"et-pb-portfolio-module-image":{"file":"Is-Your-Website-Compliant-with-ADA-510x382.jpg","width":510,"height":382,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-510x382.jpg"},"et-pb-portfolio-image-single":{"file":"Is-Your-Website-Compliant-with-ADA-1080x564.jpg","width":1080,"height":564,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-1080x564.jpg"},"et-pb-gallery-module-image-portrait":{"file":"Is-Your-Website-Compliant-with-ADA-400x516.jpg","width":400,"height":516,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-400x516.jpg"},"et-pb-post-main-image-fullwidth-large":{"file":"Is-Your-Website-Compliant-with-ADA-2880x1800.jpg","width":2880,"height":1800,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-2880x1800.jpg"},"et-pb-image--responsive--desktop":{"file":"Is-Your-Website-Compliant-with-ADA-1280x669.jpg","width":1280,"height":669,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-1280x669.jpg"},"et-pb-image--responsive--tablet":{"file":"Is-Your-Website-Compliant-with-ADA-980x512.jpg","width":980,"height":512,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-980x512.jpg"},"et-pb-image--responsive--phone":{"file":"Is-Your-Website-Compliant-with-ADA-480x251.jpg","width":480,"height":251,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-480x251.jpg"},"full":{"file":"Is-Your-Website-Compliant-with-ADA-scaled.jpg","width":2560,"height":1338,"mime_type":"image/jpeg","source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-scaled.jpg"}},"image_meta":{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0","keywords":[]},"original_image":"Is-Your-Website-Compliant-with-ADA.jpg"},"source_url":"https://blog.aiplexdigital.com/blog/wp-content/uploads/2020/11/Is-Your-Website-Compliant-with-ADA-scaled.jpg","_links":{"self":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/media/11806","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/media"}],"about":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/types/attachment"}],"author":[{"embeddable":true,"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/users/10"}],"replies":[{"embeddable":true,"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/comments?post=11806"}],"wp:attached-to":[{"embeddable":true,"post_type":"post","id":9865,"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/posts/9865"}],"curies":[{"name":"wp","href":"https://api.w.org/{rel}","templated":true}]}}],"wp:term":[[{"id":1,"link":"https://blog.aiplexdigital.com/blog/category/digital/","name":"Digital","slug":"digital","taxonomy":"category","_links":{"self":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/categories/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/categories"}],"about":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/taxonomies/category"}],"wp:post_type":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/posts?categories=1"}],"curies":[{"name":"wp","href":"https://api.w.org/{rel}","templated":true}]}}],[{"id":109,"link":"https://blog.aiplexdigital.com/blog/tag/ada/","name":"ADA","slug":"ada","taxonomy":"post_tag","_links":{"self":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/tags/109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/tags"}],"about":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/taxonomies/post_tag"}],"wp:post_type":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/posts?tags=109"}],"curies":[{"name":"wp","href":"https://api.w.org/{rel}","templated":true}]}},{"id":110,"link":"https://blog.aiplexdigital.com/blog/tag/ada-compliant/","name":"ADA Compliant","slug":"ada-compliant","taxonomy":"post_tag","_links":{"self":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/tags/110","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/tags"}],"about":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/taxonomies/post_tag"}],"wp:post_type":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/posts?tags=110"}],"curies":[{"name":"wp","href":"https://api.w.org/{rel}","templated":true}]}},{"id":111,"link":"https://blog.aiplexdigital.com/blog/tag/americans-with-disabilities-act/","name":"Americans with Disabilities Act","slug":"americans-with-disabilities-act","taxonomy":"post_tag","_links":{"self":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/tags/111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/tags"}],"about":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/taxonomies/post_tag"}],"wp:post_type":[{"href":"https://blog.aiplexdigital.com/blog/wp-json/wp/v2/posts?tags=111"}],"curies":[{"name":"wp","href":"https://api.w.org/{rel}","templated":true}]}}]]}},"error":null},"__N_SSG":true},"page":"/blog/[slug]","query":{"slug":"is-your-website-compliant-with-ada"},"buildId":"CK6sLNHFs-Rt-qXXQZl3A","isFallback":false,"isExperimentalCompile":false,"gsp":true,"scriptLoader":[]}</script></body></html>