mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Accessibility: Adds aria tags to VizTooltip so screen readers announce them (#68247)
This commit is contained in:
parent
c025783367
commit
a19189af13
@ -100,6 +100,8 @@ export const VizTooltipContainer = ({
|
||||
transform: `translate(${placement.x}px, ${placement.y}px)`,
|
||||
transition: 'transform ease-out 0.1s',
|
||||
}}
|
||||
aria-live="polite"
|
||||
aria-atomic="true"
|
||||
{...otherProps}
|
||||
className={cx(styles.wrapper, className)}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user