mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
role=button on help
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user