]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Remove confusing unnecessary id/aria-labelledby for dropdown menus (#36487)
authorPatrick H. Lauke <redux@splintered.co.uk>
Fri, 3 Jun 2022 10:18:22 +0000 (11:18 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Jun 2022 10:18:22 +0000 (11:18 +0100)
commit8965b11dd5ec9f6d353c53b58e256880d6a96703
tree03cd881cb6c7d1bb55c87e2a398c17936beb6a2b
parent3102b4a3e9a7af8737b5330ccf5c6879022577b4
Remove confusing unnecessary id/aria-labelledby for dropdown menus (#36487)

see https://github.com/twbs/bootstrap/discussions/35755

Note that even the APG guide for disclosure widgets doesn't use this optional "nice-to-have" extra bit https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/ (though they do use `aria-controls`, which in most current browser/AT combos is borked though)
15 files changed:
js/tests/visual/dropdown.html
js/tests/visual/scrollspy.html
site/content/docs/5.2/components/button-group.md
site/content/docs/5.2/components/dropdowns.md
site/content/docs/5.2/components/navbar.md
site/content/docs/5.2/components/offcanvas.md
site/content/docs/5.2/examples/cheatsheet-rtl/index.html
site/content/docs/5.2/examples/cheatsheet/index.html
site/content/docs/5.2/examples/headers/index.html
site/content/docs/5.2/examples/navbar-bottom/index.html
site/content/docs/5.2/examples/navbars-offcanvas/index.html
site/content/docs/5.2/examples/navbars/index.html
site/content/docs/5.2/examples/offcanvas-navbar/index.html
site/content/docs/5.2/examples/sidebars/index.html
site/layouts/partials/home/masthead-followup.html