Hacker News new | ask | show | jobs
by t0astbread 1798 days ago
What about accessibility? As far as I know canvases don't offer ways to expose the same semantic information about their contents as the DOM.
1 comments

Yeah, they don't but perhaps the necessary meta could be generated as things are being rendered. It's certainly possible, though I haven't done any actual work on accessibility tools myself. I guess it's not a trivial problem to solve without breaking things here and there, otherwise someone would've done it already. Not impossible I'd think