vega-embed icon indicating copy to clipboard operation
vega-embed copied to clipboard

Automatically set aria:false if the renderer is canvas

Open kanitw opened this issue 1 year ago • 1 comments

We should automatically set aria: false if the renderer is canvas since aria descriptions are not used on canvas (they only make sense for SVG), and they can be expensive to compute.

kanitw avatar Jun 19 '24 06:06 kanitw

Why should embed do this and not Vega or Vega-Lite? I see that the information is here and not in Vega-Lite but it feels odd.

domoritz avatar Jun 19 '24 15:06 domoritz