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 - 9 of 9 questions

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

How to keep focus within modal dialog?

Stackoverflow

I'm developing an app with Angular and Semantic-UI. The app should be accessible, this means it should be compliant with WCAG 2.0.

Tags: 
  • modal-dialog
  • accessibility
  • semantic-ui
  • wai-aria
  • wcag2.0

Is it important to have relative units to ensure Section 508 / WCAG 2.0 Level AA compatibility?

I have all my font sizes defined in pixels, e.g.

body {
font-size: 14px;
}
h1 {
font-size: 42px;
}

Tags: 
  • html
  • css
  • accessibility
  • section508
  • wcag2.0

Equivalent to null alt text for purely decorative videos

Our marketing department has made a new homepage for our site that uses a looped .mp4 file of people walking down a hallway that's being used as the background for our header/logo area.

Tags: 
  • html
  • html5-video
  • accessibility
  • alt
  • wcag2.0

div button accessibility clickable

Stackoverflow

I have a div element (which has another div inside it) which currently has role="button".
This element is under the body, and this creates a violation when

Tags: 
  • accessibility
  • wai-aria
  • screen-readers
  • jaws-screen-reader
  • wcag2.0

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

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