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 1 - 12 of 12 questions

Material Design Selection List Keyboard Actions

Stackoverflow

I'm totally new to accessibility technology in angular and material design. In my project I would like to have selection list where one item can be selected.

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

Controlling screen reader form behavior

Stackoverflow

I have following form with input fields in my angular 2 Application

Tags: 
  • angular
  • accessibility
  • jaws-screen-reader

Angular 4 Skip Links

Working on making an angular project accessible. Page has a frame like this: where each element is a component.

Tags: 
  • javascript
  • angular
  • focus
  • accessibility

making focus invisible for radio buttons on click but focus should be visible on keyboard navigation

How do I make focus invisible for radio buttons only on click (focus should be visible through keyboard navigation)

Tags: 
  • javascript
  • jquery
  • css
  • angular
  • accessibility

Angular2 - give focus to button into a div hidden

I work on an Angular project where I try to implement a11y for each button and link which are tabbable.

Tags: 
  • angular
  • accessibility

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

Accessibility in Google Chrome

So I'm working on updating an angular 4 application to meet WCAG AA conformance for accessibility.

Tags: 
  • angular
  • google-chrome
  • accessibility

ARIA Accessibility in Angular 2 and 4

I have been manually including ARIA attributes in my component templates when I came across the angular-aria module: https:

Tags: 
  • angular
  • accessibility
  • wai-aria

Angular i18n localization of label containing interpolation

In my template I have a bunch of cards, each has name and a button. Button title should contain name. Simplified:

Tags: 
  • html
  • angular
  • localization
  • accessibility

Aria live and angular pages

Stackoverflow

I am trying to implement aria live function on a angular page. please find below a sample code which I am implementing.

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

Angular 2 with 508 accessability

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

Tags: 
  • javascript
  • angular
  • accessibility

Aria Live Region Keeps Repeating on Angular 2 ngIf Validation

Stackoverflow

I have:

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