From f111c3e763b4a3e10efe0da4e41cd5b4847a2b74 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 12 Aug 2013 19:45:13 -0700 Subject: [PATCH] Components docs: Dropdowns section: add .sr-only toggle buttons so aria-labelledby validates --- components.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/components.html b/components.html index a632194444..bbfcf69c6b 100644 --- a/components.html +++ b/components.html @@ -19,7 +19,8 @@ base_url: "../"

Wrap the dropdown's trigger and the dropdown menu within .dropdown, or another element that declares position: relative;. Then add the menu's HTML.