translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 17 of 17 questions

aria-label being read when it should not screen reader : WCAG

Stackoverflow

The html structure looks like this

Tags: 
  • html
  • html5
  • accessibility
  • uiaccessibility
  • wcag

WCAG 2.0 Using tables for layout

Stackoverflow

Does WCAG 2.0 allow tables for layout, I can't see anything in the guidelines saying you can't but this suprises me.

Tags: 
  • html-table
  • accessibility
  • wcag

WCAG2.0 AA Test lead

Stackoverflow

Recently I've been put in charge of testing and implementing WCAG 2.0 AA compliance into our websites (php CMS based). However, my experience with this is pretty limited. My questions are:

Tags: 
  • accessibility
  • wcag

If an iframe has role="presentation" is a title attribute still required for accessibility purposes?

Stackoverflow

We are using Google reCaptcha for our web forms.

Tags: 
  • iframe
  • accessibility
  • recaptcha
  • wcag
  • wcag2.0

WCAG 2.0 guidelines mailto link text

Stackoverflow

I'm trying to find guidance from WCAG guidelines about link text in an anchor with a mailto:email address.

Tags: 
  • anchor
  • accessibility
  • mailto
  • wcag
  • wcag2.0

ARIA state for current page in navigation

Stackoverflow

Recently I've been implementing ARIA into a web application and I found this quest

Tags: 
  • html
  • html5
  • accessibility
  • wai-aria
  • wcag

SVG accessibility causing invalid HTML (duplicate ID's)

Have an interesting one for the hive. I've done quite a bit of searching about and haven't found an answer to this on S.O. or elsewhere.

Tags: 
  • SVG
  • accessibility
  • screen-readers
  • wcag

Accessibility for custom dropdown button

Hi I need add keyboard navigation and accessibility to my custom dropdown button. Do you have any ideas? I thought about using aria?

Tags: 
  • javascript
  • html5
  • accessibility
  • wcag
  • wcag2.0

Contrast requirements for WCAG level A?

I am trying to adapt an older website to become accessible.

Tags: 
  • accessibility
  • contrast
  • wcag
  • wcag2.0

Color Contrast WCAG 2.0 SC 1.4.3 and Video / Motion Content

UX_StackExchange

There is no reference to motion/video found in SC 1.4.3 — simple "images" and "bac

Tags: 
  • accessibility
  • content
  • video
  • wcag
  • inclusive-design

Can NVDA product certify web app for WCAG 2.0 AA level web accessibility?

One customer wanting their website to be WCAG 2.0 AA level compliance is asking the website to be tested using JAWS, Talkback and Voiceover.

Tags: 
  • accessibility
  • wcag
  • wcag2.0
  • nvda
  • web-accessibility

Is the value of setCustomValidity() accessible to users using AT?

Suppose I set a custom validity message for a field using setCustomValidity() to describe why a form field is not valid. Would this content be available to users using assistive technology?

Tags: 
  • accessibility
  • wai-aria
  • wcag

Accessibility first steps: screen reader compliance [closed]

We have been mandated with making our sites WCAG 2.0 compliant. This is very new to us.

Tags: 
  • accessibility
  • screen-reader
  • wcag

Accessible website with multiple homepages

UX_StackExchange

We're building a website, that people will be sent to from an email. There's multiple home pages, because there are different groups in the email list that the home pages correspond to.

Tags: 
  • accessibility
  • html
  • wcag

How to make a decorative video accessible

UX_StackExchange

Our clients gave us a video that is mostly B-roll so they are saying they do not need to add captions to make is ADA compliant, but I'm not sure that is true.

Tags: 
  • accessibility
  • html
  • wcag

Is forcing a user to open a link in the current tab WCAG2.0 accessible

We have inherited the maintenance of a 10+ year old website which has a few links in it that force the link to be opened in the current tab.

Tags: 
  • accessibility
  • browser
  • wcag

Web accessibility: input type="button" that submits

I have some forms that use submit butttons like this:
<input type="button" onclick="validateAndSubmit()">

Tags: 
  • accessibility
  • wai-aria
  • wcag
  • web-accessibility