From 315755a4141e33ec7b92cede79df2b6d2a0e19ae Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 15 Apr 2016 12:17:44 -0700 Subject: [PATCH] Port #19741 to v4 [ci skip] --- docs/components/collapse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/collapse.md b/docs/components/collapse.md index 57e3cd8296..e328e589e0 100644 --- a/docs/components/collapse.md +++ b/docs/components/collapse.md @@ -86,7 +86,7 @@ Extend the default collapse behavior to create an accordion. Be sure to add `aria-expanded` to the control element. This attribute explicitly defines the current state of the collapsible element to screen readers and similar assistive technologies. If the collapsible element is closed by default, it should have a value of `aria-expanded="false"`. If you've set the collapsible element to be open by default using the `in` class, set `aria-expanded="true"` on the control instead. The plugin will automatically toggle this attribute based on whether or not the collapsible element has been opened or closed. -Additionally, if your control element is targetting a single collapsible element – i.e. the `data-target` attribute is pointing to an `id` selector – you may add an additional `aria-controls` attribute to the control element, containing the `id` of the collapsible element. Modern screen readers and similar assistive technologies make use of this attribute to provide users with additional shortcuts to navigate directly to the collapsible element itself. +Additionally, if your control element is targeting a single collapsible element – i.e. the `data-target` attribute is pointing to an `id` selector – you may add an additional `aria-controls` attribute to the control element, containing the `id` of the collapsible element. Modern screen readers and similar assistive technologies make use of this attribute to provide users with additional shortcuts to navigate directly to the collapsible element itself. ## Usage -- 2.47.2