You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something that's just occurred to me is that I'm not sure whether d3js or other JavaScript drawing APIs will generate accessible trees. Specifically, I'm concerned about screen readers. I suspect we could make our existing tree renderer work with a screen reader since it's just standard DOM elements, so we might want to port it to React and use it as an accessible renderer.
The text was updated successfully, but these errors were encountered:
Something that's just occurred to me is that I'm not sure whether d3js or other JavaScript drawing APIs will generate accessible trees. Specifically, I'm concerned about screen readers. I suspect we could make our existing tree renderer work with a screen reader since it's just standard DOM elements, so we might want to port it to React and use it as an accessible renderer.
The text was updated successfully, but these errors were encountered: