0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00
Bootstrap/site
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
..
assets Backport #32760 (#32827) 2021-01-18 20:59:59 +02:00
content/docs Remove aria-haspopup from dropdowns (#33624) 2021-04-15 06:35:54 +03:00
data Release v4.6.0. (#32726) 2021-01-19 18:16:38 +02:00
layouts Remove aria-haspopup from dropdowns (#33624) 2021-04-15 06:35:54 +03:00
static Release v4.6.0. (#32726) 2021-01-19 18:16:38 +02:00
.eslintrc.json Update devDependencies (#32852) 2021-01-27 18:37:18 +02:00