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 21 - 40 of 463 questions

Custom Accessibility for NSSegmentedControl's Segments

Stackoverflow

I have a NSTouchBar with an item whose view is a NSSegmentedControl that has 4 items - A, B, C, D.

Tags: 
  • macos
  • accessibility

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

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 to update WKWebView when Dynamic Type size changes?

Stackoverflow

I must be missing something simple:

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

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

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

Is it possible to programatically enable/ disable large text accessibility option?

Stackoverflow

I'm working on a app that has a Settings screen and in that activity user has option to go to native settings accessibility options and switch on the large text feature.

Tags: 
  • android
  • mobile
  • accessibility

Prevent voice over (Accessibility) from announcing UITableViewCell as selected

Stackoverflow

When a UITableViewCell is selected, voice over announces "selected", I don't want voice over to say "selected". How can i achieve this ?

Tags: 
  • ios
  • uitableview
  • accessibility
  • voiceover
  • uiaccessibility

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

Breadcrumbs: Abbreviated but still accessible

Stackoverflow

Above you se a typical breadcrumb.

Tags: 
  • accessibility
  • breadcrumbs
  • screen-readers

JAWS starts announcing content in the middle of the page when navigating via form submission in IE11

Stackoverflow

I'm encountering something bizarre in which a page with a form and fairly minimal layout is read correctly by JAWS 16 and 18 in IE11 on initial load.

Tags: 
  • html
  • forms
  • accessibility
  • screen-readers
  • jaws

High Contrast and CSS sprites

Stackoverflow

I'm working on a project that it has to be accessible to everyone and I have some problems when the PC is in High Contrast mode.

Tags: 
  • css
  • user-interface
  • firefox
  • accessibility
  • opera

AXObserverCreate with notification example in Swift, Accessibility API

Stackoverflow

I'm trying to make use of Accesibility API in Swift, to register for notifications of window properties of the current frontmost app.

Tags: 
  • swift
  • osx
  • syntax
  • notifications
  • accessibility

How can I enable VoiceOver for webview content on tableview

Stackoverflow

Normally, VoiceOver correctly reads web contents loaded with WKWebView and it is possible to read buttons and links.

Tags: 
  • ios
  • swift
  • accessibility
  • voiceover
  • uiaccessibility

How to force VoiceOver to not read the "heading" word for view controller title

Stackoverflow

Is There any way to force VoiceOver to not read view controller title "heading" word after reading title/accessibilityLabel?

Tags: 
  • ios
  • objective-c
  • accessibility
  • voiceover

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

ios voiceover for UITableView sections

Stackoverflow

Is there some way that I can avoid the section titles of the UITableView from saying "heading" in the voiceover mode after the text on the section is read?

Tags: 
  • ios
  • uitableview
  • accessibility
  • voiceover

What's the difference between tabindex="false" and empty tabindex?

Stackoverflow

As per the title, what is the difference when I have tabIndex="false" versus having empty tabIndex?

Tags: 
  • html
  • focus
  • accessibility
  • tabindex