From: Kerim Kabirov Date: Thu, 24 Oct 2024 20:52:21 +0000 (+0200) Subject: gh-125933: Add ARIA labels to select elements in the version switcher (#125934) X-Git-Tag: v3.14.0a2~309 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1306f33c84b2745aa8af5e3e8f680aa80b836c0e;p=thirdparty%2FPython%2Fcpython.git gh-125933: Add ARIA labels to select elements in the version switcher (#125934) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/Doc/tools/static/rtd_switcher.js b/Doc/tools/static/rtd_switcher.js index f5dc7045a0db..2bf01a002db9 100644 --- a/Doc/tools/static/rtd_switcher.js +++ b/Doc/tools/static/rtd_switcher.js @@ -7,7 +7,7 @@ document.addEventListener("readthedocs-addons-data-ready", function(event) { const config = event.detail.data() const versionSelect = ` - ${ config.versions.active.map( (version) => `