Richard Leyshon

Results 10 issues of Richard Leyshon

Many of the various styling options result in accessibility errors of [varying kinds](https://r-leyshon.github.io/access_rmd_docs/#Themes). The approach that passed the audit for us was to enforce the use `theme: default` and `highlight:...

theme: accessibility

Accessibility audit pointed to unreliable rendering of image alt text when using markdown syntax in Rmd documents knitted to html. At times, the markdown syntax renders correctly - image with...

theme: accessibility

Once the approach to implementing html language attribute value has been decided, it would be advisable to check that the language value is a valid language subtag. The approach in...

theme: accessibility

Documents rendered with inappropriate alt text for images and charts result in accessibility issues for screen reader users. The [approach taken with `accessrmd`](https://github.com/datasciencecampus/accessrmd/blob/main/R/sus_alt.R). It could be best to raise warnings...

feature
next
theme: accessibility

WCAG2.1 expects the use of headings to follow as h1, h2, h3. Skipping from h1 to h3 would not be permitted. Likewise, headings should always contain content. These issues are...

theme: accessibility

Issues found in testing .rmds on [WAVE](https://wave.webaim.org/report#/https://datasciencecampus.github.io/DSCA_WCAG-2.1-Compliance/): - [ ] author & date are specified as h4, should be h2 with styling in css. - [ ] no page regions...

feature
next
theme: accessibility

Hi there, Will you be maintaining the uk_all_trends csv as new data is published? Many thanks.

Add reasons for why stating 'you will learn' is a poor choice of words. Exemplify with potential factors that may limit knowledge acquisition.

**Describe the bug** `osm.get_buildings()` throws a pygeos.GEOSException with what appears to be a valid boundary geometry. **To Reproduce** Steps to reproduce the behavior: 1. Please see reprex at bottom of...

# Description If I only want internal dependencies, would be great to have an [internal flag as in snakefood](https://furius.ca/snakefood/doc/snakefood-doc.html#restricting-dependencies). I'm left to grep stuff out otherwise. ## Environment - language...