From 64f1fac971d3b88a21c0bcc1e29a5535e7720279 Mon Sep 17 00:00:00 2001 From: Corson-Dosch <hcorson-dosch@usgs.gov> Date: Fri, 13 Dec 2024 21:01:08 -0600 Subject: [PATCH] make aria-label more specific --- src/components/GlacierScanViz.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GlacierScanViz.vue b/src/components/GlacierScanViz.vue index 9ecda4c..66e24fc 100644 --- a/src/components/GlacierScanViz.vue +++ b/src/components/GlacierScanViz.vue @@ -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) -- GitLab