the views accordion is not keyboard accessible

Events happening in the community are now at Drupal community events on www.drupal.org.
dianacastillo's picture

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

Comments

solution

dianacastillo's picture

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?

mgifford's picture

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

dianacastillo's picture

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: