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

Missing alt= attribute in html vignettes #317

Closed
MichaelChirico opened this issue Sep 14, 2022 · 1 comment
Closed

Missing alt= attribute in html vignettes #317

MichaelChirico opened this issue Sep 14, 2022 · 1 comment
Milestone

Comments

@MichaelChirico
Copy link

MichaelChirico commented Sep 14, 2022

We have tooling that calls out .html images missing alt= tags. Three such examples are in the forcats vignette, e.g.:

```{r initial-plot}
ggplot(starwars, aes(x = hair_color)) +
geom_bar() +
coord_flip()
```

Now that knitr supports adding an image alt, would you like me to flag these accessibility issues as I come across them?

@hadley
Copy link
Member

hadley commented Nov 14, 2022

@MichaelChirico yes please!

@hadley hadley added this to the v1.0.0 milestone Jan 3, 2023
@hadley hadley closed this as completed in b93124d Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants