Skip to main content


I am extremely clumsy when it comes to testing things with #VoiceOver for #accessibility, but I do try. I have a question:

Is it possible to completely skip over a table on a web page? I know VoiceOver has options to navigate it, but is there a way (or best practice I can implement) to just skip right past it?

Context: Planning handling accessibility for Chart.js. Planned MVP is to add an accessible description. Potential enhancement is to embed the data as a table.

Continued…