translate

src

Displaying 1261 - 1280 of 1717

how to add Additional information to the android ui element

I'd like to add to android widget more detailed description I.E I need an alternative to the HTML attribute aria-describedby for android.

Tags: 
  • java
  • android
  • accessibility

WHere to scroll to in a react app when route changes for screen reader

Currently I am working on an app. that uses react and react-router v4 dom.

The screen reader is not recognising the screen changing despite using react-document-title.

Tags: 
  • reactjs
  • react-router
  • accessibility
  • react-router-dom

Angular 2 - Data attribute or not?

I'm doing a bit of research into accessibility and one of the things that is asked is to put data- in-front of any data attributes.

Tags: 
  • angular
  • accessibility
  • angular2-directives

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

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

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

Find out how to manage focus on a webpage or in a web application.

Find out how to be sure your website or web application works with the keyboard alone.

There are a number of standards that can be considered, depending on whether you are creating a static or dynamic web site, an authoring tool, or perhaps even a PDF document.

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

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

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

The MasterList contains information on access techniques and approaches for all known barriers and disability categories.

Tanaguru-Survey

by Tanaguru

Web accessibility (a11y) observatory and monitoring tool (based on Tanaguru)

iOS VoiceOver Button not Calling Target Method

I have a UIButton subclass, ACTLanguageButton that really just does some custom UI changes so that I can reuse the style.

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

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

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