translate

accessibility

how to provide additional information about custom view for accessibility services [closed]

i'd like to create custom view and provide for talkback information about type, state and may be short description of this view.
how i can to do it?

Tags: 
  • android
  • accessibility
  • talkback

Angular 2 with 508 accessability

Anyone knows anything about, how to implement accessibility in Angular 2 with Typescript?

Tags: 
  • javascript
  • angular
  • accessibility

Is the value of setCustomValidity() accessible to users using AT?

Suppose I set a custom validity message for a field using setCustomValidity() to describe why a form field is not valid. Would this content be available to users using assistive technology?

Tags: 
  • accessibility
  • wai-aria
  • wcag

Heading levels in an accessible modal window

What's the most/correct accessible way to use headings in a web modal window?

Tags: 
  • accessibility
  • web
  • modal-windows
  • screen-reader

With same navigation on 2 places in every page, one is in dropdown and again is in left sider bar will it create difficulties for screen reader user?

If i have same navigation on 2 places in every page , one is in dropdown and again is in left sider bar will it create difficulties for screen reader user?

Tags: 
  • css
  • xhtml
  • accessibility
  • screen-readers

Windows Accessibility using AccEvent.exe

I am using AccEvent.exe and want to extract text from the line where my caret is positioned in any window. Which Events and Object Properties in AccEvent.exe should I use?

Tags: 
  • windows
  • events
  • accessibility
  • executable
  • caret

can <figure> tag in html5 be used for background images?

I started reading upon html5 and I am trying to work on a project so that I can see how things work. I know that the tag can be use like this:

Tags: 
  • html
  • accessibility

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

Aria Live Region Keeps Repeating on Angular 2 ngIf Validation

Stackoverflow

I have:

Tags: 
  • angular
  • accessibility
  • wai-aria
  • wai