diff --git a/modules/ui/panes/help.js b/modules/ui/panes/help.js index 9b003cd21..27afc3e9c 100644 --- a/modules/ui/panes/help.js +++ b/modules/ui/panes/help.js @@ -361,6 +361,7 @@ export function uiPaneHelp(context) { .enter() .append('li') .append('a') + .attr('role', 'button') .attr('href', '#') .html(function(d) { return d.title; }) .on('click', function(d3_event, d) {