pmndrs / react-three-a11y

♿️ Accessibility tools for React Three Fiber

Home Page:https://docs.pmnd.rs/a11y/introduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need for a role image

AlaricBaraou opened this issue · comments

In order to keep using proper semantic, some app need to have the ability to have an img in the dom when displaying images in there canvas in ways that is very similar to the way we see them in the web.

If we take a look at this kind of website
https://www.muse.place/muse
I believe all frames should be associated to an img instead of the current p tag.

How it would behave of outside of the accessibility tree is still to be discussed.

For instance I'm considering the option to have these images accessible to download etc through context menu.
Something similar to the current copy paste in canvas that we're experimenting in troika three text.

To be discussed, all opinions on this are welcomed, I'll make a PR this Sunday to try this out.