From 50de029efa08b10c18bc7934a04ca71c1ff64002 Mon Sep 17 00:00:00 2001 From: "Milos Brzakovic (E-Search)" Date: Tue, 30 Nov 2021 11:16:32 +0100 Subject: [PATCH] role=button on help --- modules/ui/panes/help.js | 1 + 1 file changed, 1 insertion(+) 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) {