translate

accessibility

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

How i make TouchableHightLight (checkbox) in React Native Accessibility?

Stackoverflow

I work on accessibility for an ios app.

I use TouchableHightLight on checkboxes.

Tags: 
  • react-native
  • touch
  • accessibility
  • react-native-ios

How to hide CSS generated content from screen readers without HTML markup?

Stackoverflow

How would one hide CSS certain generated content (used for pure styling) from screen reader? Is it possible without using HTML hacks like aria-hidden?

Tags: 
  • html
  • css
  • accessibility

Clean and accesible Other option (Check box and text box)

Stackoverflow

When I have a set of either check boxes or radio buttons I often need to have an Other choice.

Tags: 
  • javascript
  • html
  • forms
  • accessibility

What are the accessibility implications of forcing a user to read terms and conditions before they can accept them?

UX_StackExchange

I'm working on a project currently where the client organisation deals with vulnerable people regularly.

Tags: 
  • website-design
  • forms
  • accessibility

How to update WKWebView when Dynamic Type size changes?

Stackoverflow

I must be missing something simple:

Tags: 
  • ios
  • dynamic
  • types
  • accessibility
  • wkwebview

Skip navigation menu with links to different pages?

Stackoverflow

We're currently updating our site for ADA compliance and want to implement a skip navigation menu on the main landing pages.

Tags: 
  • accessibility
  • wai-aria
  • wai
  • web-accessibility
  • ada-compliance

How can I preserve null alt attributes in Sightly?

Stackoverflow

I'm working on an ADA level AAA compliant site.

Tags: 
  • accessibility
  • aem
  • sightly
  • htl

What is causing this accordion nav to lose browser default focus?

Stackoverflow

What is causing this accordion nav to lose browser default focus?

Tags: 
  • html
  • css
  • twitter-bootstrap
  • accessibility

Accessibility: Can a label have children besides the input?

Stackoverflow

Accessibility question: Can a <label>...</label> have children besides an <input ... />?

Tags: 
  • html
  • accessibility
  • material-ui