From 0fa8095462bf264d6956ee0af95902d6f5cc6de5 Mon Sep 17 00:00:00 2001 From: "Hill, John (ARC-TI)[KBR Wyle Services, LLC]" Date: Tue, 23 Jul 2024 11:57:38 -0700 Subject: [PATCH] move role around --- src/plugins/gauge/components/GaugeComponent.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/gauge/components/GaugeComponent.vue b/src/plugins/gauge/components/GaugeComponent.vue index 8106a58d80..201e3c4911 100644 --- a/src/plugins/gauge/components/GaugeComponent.vue +++ b/src/plugins/gauge/components/GaugeComponent.vue @@ -26,7 +26,6 @@ :class="gaugeClasses" :title="gaugeTitle" :aria-label="`${domainObject.name}`" - role="meter" :aria-valuemin="rangeLow" :aria-valuemax="rangeHigh" :aria-valuenow="curVal" @@ -37,6 +36,7 @@ ref="gauge" class="c-gauge c-dial" viewBox="0 0 10 10" + role="meter" @mouseover.ctrl="showToolTip" @mouseleave="hideToolTip" > @@ -238,7 +238,7 @@