translate

accessibility

How to make clickable <tr> accessible?

Stackoverflow

I have a table where every <tr> opens the <tr> below it.
How can I make it accessible to the user

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

Screen reader skipping content

Stackoverflow

I am using a screen reader (Chrome Vox) to test my site's accessibility. The problem is that after reading the menu, the reader skips all the content and goes direct to the footer.

Tags: 
  • screen
  • accessibility
  • reader

Checkbox accessibility using tab

I have a table with header and some data. The checkbox used for "SelectAll" purpose is inside which is not focused while using tab though whole th cell is focused.

Tags: 
  • accessibility

Traverse AccessibilityNodeInfos in AccessibilityService

I currently retrieve the root node of the active window with getRootInActiveWindow(). Afterwards, I perform a breadth first search to get a list of all nodes.

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

How to setContentDescription to a RecylerView item

I'm changing my ListView to use a RecylerView and I would like to add a content description for each item.

Tags: 
  • android
  • recyclerview
  • accessibility
  • android-view
  • android-accessibility

How to set accessibility to circles drawn using Canvas?

I have a custom view where in I'm drawing 6 circles using canvas in Android.

Tags: 
  • android
  • accessibility

How to use aria to label a button with non-intuitive text tabel

I have a button that looks like this:

<button type="button">
Remove
</button>

Tags: 
  • html
  • accessibility
  • wai-aria

using h4 to denote offscreen text [closed]

Hello I am reviewing the accessibility of a website and have noticed heading tags being used for off screen text that would only be read by a screen reader.

Tags: 
  • accessibility
  • semantics
  • heading

Anchor links inside div aren't accessible by tab key anymore

I'm currently delving on an A11y issue the project I'm working on has.

Tags: 
  • javascript
  • jquery
  • html
  • coffeescript
  • accessibility