diff --git a/man/rmd-fragments/authors-configuration.Rmd b/man/rmd-fragments/authors-configuration.Rmd index cdf9d9752..5b45a382f 100644 --- a/man/rmd-fragments/authors-configuration.Rmd +++ b/man/rmd-fragments/authors-configuration.Rmd @@ -58,12 +58,14 @@ and can contain `href` and/or `html` fields: * If `html` is provided, it will be shown instead of the author's name. This is particularly useful if you want to display the logo of a corporate sponsor. Use an absolute URL to an image, not a relative link. + Use an empty alternative text rather than no alternative text so a screen-reader + would skip over it. ```yaml authors: firstname lastname: href: "http://name-website.com" - html: "Name Website" + html: "" ```