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/offcanvas/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/offcanvas') diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index aaf875ba2..74d249d95 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -31,7 +31,7 @@