translate

accessibility

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

Is it mandatory to show user name next to the user icon?

I've come across this simple question while designing an application. The application requires a person to login to the system.

Tags: 
  • design
  • accessibility
  • users
  • header

aria role=alert used for each validation error

I have code that generates an inline validation error for each form field that is invalid, e.g.

Tags: 
  • accessibility
  • wai-aria

How do I support large tab bar previews in iOS 11?

In some of Apple's apps like Photos in iOS 11 if you hold down on a tab bar icon while your phone is in landscape and you have the larger accessibility size Dynamic Text turned on a large preview o

Tags: 
  • ios
  • uikit
  • accessibility
  • uitabbar
  • dynamic-text

State change of field is not accessible to screen reader

I have a form with 10 fields. By changing the checkbox changes the select and text input values and those form fields will be disabled. How can we achieve this for screen readers using ARIA?

Tags: 
  • accessibility

How to make Accessible drop-down & sub drop-down?

Below, the code is given for menu. It is having Home Link, Category Bar with Dropdown link and sub-dropdown links. How to make this code accessible with keyboard/tab key?

Tags: 
  • accessibility
  • dropdown

NVDA is triggering the wrong button press script for my menu

Stackoverflow

The link below contains my expansion of the pull-out menu design originally conceived by Marcy Sutton. My desired effect was to create a navigation menu that included sub-menus.

Tags: 
  • javascript
  • accessibility
  • nvda

Has anyone used Chrome Lighthouse Node CLI to automate running audits (accessibility especially)?

Stackoverflow

Has anyone used the Node CLI version of the Google Chrome Lighthouse to automate the website auditing process?

Tags: 
  • node.js
  • continuous-integration
  • accessibility
  • lighthouse

How to simulate Switch Control on iOS simulator?

The switch control setting which should be in [Settings] > [General] > [Accessibility] > [Switch Control] is not shown on iOS simulator. (ref:

Tags: 
  • ios-simulator
  • accessibility

Adding controls to HTML5 background video with CSS

I've stuggled to find an answer to this problem, I would like to add controls to HTML5 background video, so that users can at least choose to pause the video for accessibility reasons.

Tags: 
  • css
  • html5
  • video
  • accessibility