thomasp85/ggraph

[Accessibility] Vignette plots lack alt= attributes

Open

#340 创建于 2023年2月8日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)R (114 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (1,115 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

We have a tool that flags images that lack an alt= attribute. See https://help.siteimprove.com/support/solutions/articles/80000863904-accessibility-image-alt-text-best-practices -- these are essential for conveying the image contents to users on screen readers.

You can add these to your vignettes by using the recent-ish fig.alt chunk option in knitr; see https://www.rstudio.com/blog/knitr-fig-alt/.

There are a lot of issues, so I'll just name the vignettes:

  • Edges
  • Layouts
  • Nodes
  • tidygraph

If you'd like more details I can provide, but I'm assuming it's basically clear enough what plots are at issue.

贡献者指南