Open AntoniusGolly opened 8 years ago
+1
Added
$tabItem.attr('id', 'tab_item-' + (count));
After
$tabItem.attr('aria-controls', 'tab_item-' + (count));
In easyResponsiveTabs.js. Now there are valid ids. It doesn't look like this project is being updated :( so I'm not going to submit a PR.
aria-labelledby and aria-controls do not reference valid Id's