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 - 5 of 5 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

Developing an entire website with only SVGs

Stackoverflow

I've been using SVGs for a multitude of things and I was able to get the exact result I was looking for. This got me wondering why we can't build entire websites with them...

Tags: 
  • html
  • SVG
  • web
  • 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

SVG accessibility causing invalid HTML (duplicate ID's)

Have an interesting one for the hive. I've done quite a bit of searching about and haven't found an answer to this on S.O. or elsewhere.

Tags: 
  • SVG
  • accessibility
  • screen-readers
  • wcag

Do screen readers treat SVG and raster images different?

Unlike a raster image (e.g. a PNG), a screen reader could in theory read and somewhat understand the content of an SVG file.

Tags: 
  • SVG
  • accessibility
  • screen-readers