0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-07 00:46:15 +01:00
Bootstrap/js/tests/visual
Patrick H. Lauke d967553913
Remove aria-haspopup from dropdowns (#33624)
`aria-haspopup="true"` is really intended to signal that an ARIA `menu` will be opened on activation. as a result, some assistive technologies will announce controls with `aria-haspopup="true"` as a menu or menu item (e.g. JAWS and NVDA).
In addition, `aria-haspopup` seems to trigger a bug in Edge/Narrator where the `aria-expanded` state is not correctly announced at the moment when `aria-haspopup` is present.
This now makes the dropdown button more like a generic disclosure widget control - see also https://www.w3.org/TR/wai-aria-practices-1.2/examples/disclosure/disclosure-navigation.html01
2021-04-15 06:35:54 +03:00
..
alert.html tests: use jQuery from node_modules. (#28059) 2019-01-15 18:01:40 +02:00
button.html Ensure button plugin sets/removes active class correctly on page load (#28952) 2019-07-10 11:03:54 +03:00
carousel.html Manual backport of #32627 (#33165) 2021-03-11 09:23:46 +02:00
collapse.html v4 tabs - accessibility issue when using ul/li semantic (#30381) 2020-04-10 08:35:09 +03:00
dropdown.html Remove aria-haspopup from dropdowns (#33624) 2021-04-15 06:35:54 +03:00
modal.html Remove redundant visually hidden "(current)" from pagination controls (#31892) 2020-10-27 12:11:01 +02:00
popover.html tests: use jQuery from node_modules. (#28059) 2019-01-15 18:01:40 +02:00
scrollspy.html Remove aria-haspopup from dropdowns (#33624) 2021-04-15 06:35:54 +03:00
tab.html Remove aria-haspopup from dropdowns (#33624) 2021-04-15 06:35:54 +03:00
toast.html tests: use jQuery from node_modules. (#28059) 2019-01-15 18:01:40 +02:00
tooltip.html tests: use jQuery from node_modules. (#28059) 2019-01-15 18:01:40 +02:00