From b97285e4996de7c7ecf68e113cc4ee6010005733 Mon Sep 17 00:00:00 2001 From: Michael Jordan Date: Tue, 23 Oct 2012 15:14:44 -0400 Subject: [PATCH] WAI-ARIA Accessibility updates Implement WAI-ARIA combobox/listbox design patterns to improve accessibility for keyboard-only users and users of assistive technology. http://www.w3.org/WAI/PF/aria-practices/#combobox http://www.w3.org/WAI/PF/aria-practices/#Listbox Improved behavior of keyboard-only multiselect. Added keyboard support for home, end, page_up, page_down, ctrl+a to select all, space bar, alt+down_arrow, alt+up_arrow, and the obscure, yet useful, shift+f8 multiselect toggle. --- index.html | 106 +++++-- jquery.selectBox.css | 232 ++++++++++++++- jquery.selectBox.js | 665 +++++++++++++++++++++++++++++++++---------- 3 files changed, 820 insertions(+), 183 deletions(-) diff --git a/index.html b/index.html index 22520df..e4e1a88 100755 --- a/index.html +++ b/index.html @@ -1,10 +1,11 @@ - + + jQuery selectBox (select replacement plugin) - +