You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HTML format of the bookdown book is reasonably good from aSection 508 Compliance perspective. It is easy to navigate with the keyboard (up/down to scroll, left/right arrow to change chapters, tab jumps to links/headers, works with screen readers, etc.
This issue is to identify tasks that we can perform to enhance/incrementally improve accessibility of the document.
Add "alt" text to all images and figures that do not already have it (via markdown image syntax ![alttext](path/to/image.jpg), HTML alt tag, or knitr chunk option fig.caption
Provide link to Rmd source of each HTML page and use knitr::purl() to provide an R script with code executed on each page
The HTML format of the bookdown book is reasonably good from aSection 508 Compliance perspective. It is easy to navigate with the keyboard (up/down to scroll, left/right arrow to change chapters, tab jumps to links/headers, works with screen readers, etc.
This issue is to identify tasks that we can perform to enhance/incrementally improve accessibility of the document.
![alttext](path/to/image.jpg)
, HTMLalt
tag, or knitr chunk optionfig.caption
knitr::purl()
to provide an R script with code executed on each pageThe text was updated successfully, but these errors were encountered: