Skip to content
Snippets Groups Projects
Commit 64f1fac9 authored by Hayley Corson-Dosch's avatar Hayley Corson-Dosch
Browse files

make aria-label more specific

parent 93973859
No related branches found
No related tags found
1 merge request!79Fii edits
......@@ -330,7 +330,7 @@
crossSectionSVG.select(`#photo-lg-${photo_id}-${id}`)
.attr("tabindex", 0)
.attr("role", "button")
.attr("aria-label", 'field photo')
.attr("aria-label", 'button to show field photo and descriptive text')
.on("keydown", function(event) {
if(event.code == 'Enter' | event.code == 'Space'){
draw_image(photo_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment