From 370fa45fbe4ee879a626a67bb4df0ec9495102be Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Tue, 15 Jan 2013 07:16:33 +0000 Subject: Leave tabindex=-1 alone It seems that, as misguided as I personally think it is, ARIA does indeed want dropdown menus not to behave as regular keyboard users expect them, killing TAB/SHIFT+TAB in favor of cursor keys. Fair enough, the issue I have is then with ARIA, not with bootstrap. I would sugges thought that if you really do want to follow ARIA consistently, *any* navigation bar should also become an ARIA menu, further making it impossible for keyboard users to use TAB/SHIFT+TAB to navigate through it, and that these changes should be reflected in the bootstrap examples as well... --- docs/javascript.html | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 3e9892843..131924e0c 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -405,21 +405,21 @@ $('#myModal').on('hidden', function () { @@ -427,11 +427,11 @@ $('#myModal').on('hidden', function () { @@ -447,31 +447,31 @@ $('#myModal').on('hidden', function () { -- cgit v1.2.3