From f3f6631d2abddf1b8c3bbfd611a4d1842aede098 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Fri, 28 Apr 2023 07:25:15 -0700 Subject: [PATCH] Fix accessibility issue with top-level breadcrumb in ReadTheDocs theme (#3129) Change top-level breadcrumb link's inappropriate alt tag to aria-label for accessibility Co-authored-by: Oleh Prypin --- mkdocs/themes/readthedocs/breadcrumbs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/themes/readthedocs/breadcrumbs.html b/mkdocs/themes/readthedocs/breadcrumbs.html index c40968ed..2b0d30ca 100644 --- a/mkdocs/themes/readthedocs/breadcrumbs.html +++ b/mkdocs/themes/readthedocs/breadcrumbs.html @@ -1,6 +1,6 @@
    -
  • »
  • +
  • »
  • {%- if page %} {%- for doc in page.ancestors[::-1] %} {%- if doc.link %}