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 161 - 180 of 198 questions

How do screen readers read <abbr> tags?

Stackoverflow

I learned that the <abbr> tag is supposed to be interpreted by screen readers in a way that its title attribute would replace its content when read by a screen reade

Tags: 
  • html
  • accessibility
  • screen-readers
  • abbr

Prevent certain elements from receiving focus

Stackoverflow

So I have the following function. What it does is listens for the focus event on all elements.

Tags: 
  • javascript
  • jquery
  • html
  • accessibility

Icon link without text eslint error

Stackoverflow

I have a React project that shows a bunch of social media links that are just icons to their respective sites.

Tags: 
  • accessibility
  • eslint

Accessibility of Hamburger Menu?

Stackoverflow

I am currently working on making a responsive website accessible and I wonder whether a blind person who opens the page on a smartphone will be able to open the hidden menu somehow, or if he/she "s

Tags: 
  • css
  • mobile
  • responsive-design
  • accessibility
  • screen-readers

Side-by-side code diff view UX

UX_StackExchange

I'm working on code diff view design, and would like to gather your opinion on two existing patterns.

Below are screenshots of two different side-by-side diff view designs.

Tags: 
  • usability
  • accessibility
  • comparison

Colour blindness simulator

Stackoverflow

Like any responsible developer, I'd like to make sure that the sites I produce are accessible to the widest possible audience, and that includes the significant fraction of the population with some

Tags: 
  • colors
  • accessibility
  • color-blindness

How to read window content (using accessibilityService) and evoking UI using draw over other app permission in Android?

Stackoverflow

My last question about the same topic was not clear enough and was put on hold by c

Tags: 
  • java
  • android
  • accessibility
  • accessibilityservice
  • android-accessibility

MacOS OSX How to change the text to speech voice in terminal or with a keyboard shortcut?

Stackoverflow

I'm looking for a way to change the voice with a shortcut:
going in to settings->accessibility->Speech and setting the voice "Alex"
take's to long.

Tags: 
  • macos
  • terminal
  • accessibility
  • text-to-speech
  • macos-sierra

side-by-side code diff view for comparing code change [closed]

UX_StackExchange

Can I get your thoughts on the pros and cons of keeping or removing the white space of removed lines in a split diff view?

Tags: 
  • design
  • accessibility
  • comparison
  • code

onServiceConnected not called after enable my AccessibilityService

Stackoverflow

After I open my app, it jumps to the accessibility settings.

Tags: 
  • java
  • android
  • service
  • accessibility
  • onserviceconnected

onKeyEvent & Accessibility Service

Stackoverflow

My users will be using TalkBack enabled or some other Accessible Service.

Tags: 
  • android
  • accessibility
  • keyevent
  • android-a11y

Safari ignoring tabindex

Stackoverflow

I have 2 buttons next to a textbox and another textbox after the 2 buttons. The tabindex for the first textbox is 1000, the first button is 1001 and the second button is 1002.

Tags: 
  • safari
  • accessibility

Change order of read items with VoiceOver

Stackoverflow

I have a bunch of buttons on the screen which are positioned intuitively visually but are not read in an intuitive order by VoiceOver.

Tags: 
  • ios
  • accessibility
  • voiceover

How to read Text on any view of any application using AccessibilityInfo?

Stackoverflow

I am trying to read every item inside a ListView of any application by using AccessibilityInfo class.

Tags: 
  • android
  • accessibility
  • android-accessibility

HTML and Accessibility mode differences in Blue Prism

Stackoverflow

What are the differences in properties while using HTML or Accessibility mode in blue prism.

Tags: 
  • html
  • process
  • automation
  • accessibility
  • spying

iOS VoiceOver wait on element to finish reading before changing to next element

Stackoverflow

I have a button that can toggle a label being shown:

Tags: 
  • ios
  • accessibility
  • voiceover
  • uiaccessibility

Accessibility Check fail when using TextInputLayout

Stackoverflow

I'm using the new TextInputLayout provided by Android.support to do floating label.

Tags: 
  • android
  • accessibility

For iOS, Safari, VoiceOver, how do I get VoiceOver to read something other than the text content?

Stackoverflow

I am trying to get VoiceOver to say something other than the specified text content in an HTML span element:

Tags: 
  • ios
  • accessibility
  • voiceover
  • wai-aria

Remove blue outline on links when clicking, but keep the outline for TAB selection (accessibility)

Stackoverflow

I have a Burger Menu Button which is selectable via TAB. When I click on it and the menu opens up the burger has this blue outline to make it clear that it is focused.

Tags: 
  • css
  • focus
  • accessibility
  • selection
  • outline

How to make a UL list of buttons accessible?

Stackoverflow

In my code I have a list of buttons stored in an unordered list.

Tags: 
  • html
  • accessibility
  • web-accessibility