From a809daf2841f65ffac5030b2c6ce6aea60dd6233 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sat, 12 Jan 2013 17:04:51 +0000 Subject: Keyboard accessibility in documentation Removed unnecessary (?) and harmful (from a keyboard access point of view) tabindex=-1 in the documentation examples. --- 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