rstudio / vetiver.posit.co

Website for the vetiver 🏺 framework
https://vetiver.posit.co/
12 stars 8 forks source link

Add alt-text for logo in navbar #6

Closed batpigandme closed 1 year ago

batpigandme commented 2 years ago

I filed an issue (https://github.com/quarto-dev/quarto-cli/issues/711) to make this possible in Quarto, and am marking it here so that we remember to do it here once it is possible.

The logo in the navbar currently has no alt-text: https://github.com/juliasilge/vetiver.dev/blob/4424dadcf46e5a1cf9bf40784ebe4dc6b31c3381/_quarto.yml#L29

Hopefully a parameter à-la logo-alt or aria-label (which you can use with the icon links) will get added, and it'll be a quick fix.

Issue details from accessibility audit: https://axe.deque.com/issues/a2b268e8-644e-4139-8708-f5c4cff4710a

batpigandme commented 2 years ago

This is implemented in the dev version of Quarto, now. https://github.com/quarto-dev/quarto-cli/commit/eab69da389ae4b9e9ac0c7382a6948e14939dc87

The YAML parameter is logo-alt.