the views accordion is not keyboard accessible

Events happening in the community are now at Drupal community events on www.drupal.org.
Posted by dianacastillo on June 10, 2013 at 3:40pm

Hi, the accordion views I have made are not tabable (you cant read the content by tabbing) which I need for 508 accesability. Does anyone have an answer for this?
thanks

Categories: ,

Comments

solution

Posted by dianacastillo on June 12, 2013 at 4:13pm

i put this in a block at the bottom of the page

(function ($) {
$(document).ready(function(){

$('a')

.each(function(){ // loop through all matched elements

$(this).removeAttr("tabindex");

});

});

})(jQuery);

which module?

Posted by mgifford on June 13, 2013 at 7:25pm

I assume you were using:
https://drupal.org/project/views_accordion

Would be good to report the bug there so the issue can be fixed.

views accordion

Posted by dianacastillo on June 13, 2013 at 7:35pm

yes I did put it there and answered it , I dont know if its a bug or if it has some reason for being there though
https://drupal.org/node/2016961

Accessibility

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

AltStyle によって変換されたページ (->オリジナル) /