Hacker News new | ask | show | jobs
by Tagbert 1319 days ago
You can set the tabindex property on SVG elements just like you can do on HTML, then you could setup an understandable navigation.

The point was that this kind of page is not invisible to screen reader but you still need to think about accessibility and put some effort into it, just like a normal html page.

1 comments

Thanks for the tip, I will look into it. I didn't know that was the case.

It will actually be pretty easy to set up.