Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-14Docs: minor fix for Navbar > Offcanvas examples (#37145)Julien Déramond
2022-09-01More consistency for CSS/Sass vars doc for components with dark variantsJulien Déramond
2022-07-28Fixes #36770: Add navbar image alt text (#36850)Mark Otto
2022-06-15Add example of dark navbar and offcanvas to docs (#36510)Mark Otto
2022-06-03Remove confusing unnecessary id/aria-labelledby for dropdown menus (#36487)Patrick H. Lauke
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)
2022-05-13Prepare v5.2.0-beta1Mark Otto