]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
ARIA support for collapse
authorPatrick H. Lauke <redux@splintered.co.uk>
Tue, 15 Jul 2014 10:39:27 +0000 (11:39 +0100)
committerHeinrich Fenkart <hnrch02@gmail.com>
Mon, 8 Sep 2014 23:19:20 +0000 (01:19 +0200)
commitfb1ca10b99edc0f92eddd68b840f021da942afe9
treeb4bbbbd2d9b2b4d1af3d34a9922b8e66ace4df6b
parent9702579aeb3f0aeb677631782c2920d6cd804475
ARIA support for collapse

Added handling of aria-expanded=true/false to collapse.js, updated
documentation to include advice on making expand/collapse controls
accessible, updated examples and javascript documentation to use
aria-expanded and aria-controls (when targetting single collapsible
element, using ID rather than class selector)

Closes #14147.
Closes #14153.
14 files changed:
docs/_includes/js/collapse.html
docs/examples/carousel/index.html
docs/examples/dashboard/index.html
docs/examples/jumbotron/index.html
docs/examples/navbar-fixed-top/index.html
docs/examples/navbar-static-top/index.html
docs/examples/navbar/index.html
docs/examples/non-responsive/index.html
docs/examples/offcanvas/index.html
docs/examples/starter-template/index.html
docs/examples/sticky-footer-navbar/index.html
docs/examples/theme/index.html
js/collapse.js
js/tests/unit/collapse.js