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 - 2 of 2 questions

Accessibility: d3 brush/zoom can get focus and be controlled with keyboard

Stackoverflow

Any hints how to control d3 brush/zoom with keyboard:
1. Ability to focus on brush control
2. Ability to change brush area using keyboard

Is it supported out of the box?

Tags: 
  • javascript
  • d3.js
  • SVG
  • accessibility

Multiple SVGs with filters breaking accessibility

I have a page with four dynamically created SVGs

In order to add a drop-shadow to my elements, we have created a filter and set

Tags: 
  • javascript
  • SVG
  • accessibility