14 Accessibility
14.1 General Information/Checks
- WebAIM | Color Contrast Checker
- WAVE Web Accessibility Evaluation Tool (for website/Rshiny app)
- RStudio Community | Making Shiny apps accessible for all humans - shiny
- GitHub | thedaviddias/Front-End-Checklist; https://frontendchecklist.io/
- A11Y Project | Checklist
- Smashing Magazine | Color Contrast And Why You Should Rethink It
- Peatworks | Creating Accessible Data Visualizations on the Web
- Inclusive Components | Tooltips & Toggletips
14.2 {shiny}
- GitHub | Issues · rstudio/shiny · Type: Accessiblity, check to see what has become accessible and current open issues on shiny’s github
- GitHub | Shiny HTML element has no lang attribute · Issue #2844 · rstudio/shiny; closed:
tags$html(lang="en")
- GitHub | Added alt param by jooyoungseo · Pull Request #3006
14.3 Specific Issues
14.3.1 Roman Numerals
goal was trying to figure out how to get the screen reader to read ‘III’ as ‘3’ instead of as ‘I I I’; couldn’t figure out how to get it to work last time but here are some links I found about it