From fb1ca10b99edc0f92eddd68b840f021da942afe9 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Tue, 15 Jul 2014 11:39:27 +0100 Subject: 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. --- docs/examples/carousel/index.html | 4 ++-- docs/examples/dashboard/index.html | 4 ++-- docs/examples/jumbotron/index.html | 4 ++-- docs/examples/navbar-fixed-top/index.html | 4 ++-- docs/examples/navbar-static-top/index.html | 4 ++-- docs/examples/navbar/index.html | 4 ++-- docs/examples/non-responsive/index.html | 4 ++-- docs/examples/offcanvas/index.html | 4 ++-- docs/examples/starter-template/index.html | 4 ++-- docs/examples/sticky-footer-navbar/index.html | 4 ++-- docs/examples/theme/index.html | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 193a92657..3b185dcd9 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -35,7 +35,7 @@