mrjs
mrjs copied to clipboard
Accessibility
This is be an umbrella issue to discuss and break down the work. We'll need help to support:
- screen readers: the content of all the nodes is in clear in the DOM, so it might be a matter of pointing the reader to the right element?
- keyboard navigation: same, can we use the invisible Dom elements to capture the tab order and trigger the navigation?
- alt text on
<mr-img>and other media. For example, 3D models<mr-model>should also support alt texts, but there is no standard for this I believe?