Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARIA Live region (aria-live="polite"): image's alt texts are not announced by screen reader #3757

Open
jmuheim opened this issue Feb 26, 2025 · 0 comments

Comments

@jmuheim
Copy link

jmuheim commented Feb 26, 2025

I think it's wonderful that Reveal.js announces slide contents to screen readers using an aria-live region. I first thought that the whole slide is such a region, but then I realised that there's a dedicated visually hidden <div aria-live="polite"> which is fed with the current slide's contents manually. Fair enough, as long as it works, this looks solid and reasonable!

But then I realised that images aren't announced at all through this mechanism. Here the alt value is "Abbildung 2":

Image

But this isn't fed to the ARIA Live region:

Image

Probably alt-texts aren't treated as "real" content, which is a shame. The same is the case for <iframe>'s titles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant