aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.6/examples/offcanvas
AgeCommit message (Collapse)AuthorFilesLines
2021-07-21Backport #34336XhmikosR1-2/+0
Remove unneeded `.text-white-50` CSS rule This is already part of Bootstrap 4.6 and 5.0.
2021-04-15Remove aria-haspopup from dropdowns (#33624)Patrick H. Lauke1-1/+1
`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-01-19Release v4.6.0. (#32726)v4.6.0XhmikosR3-0/+220
* Bump version to v4.6.0. * Dist