File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ export const AutoVizuA11y = ({
391
391
) ;
392
392
393
393
return (
394
- < >
394
+ < div className = { constants . AUTOVIZUA11Y_CLASSES . a11yWrapper } role = "application" >
395
395
< div
396
396
ref = { chartRef }
397
397
onKeyDown = { handleOnKeyDown }
@@ -409,6 +409,6 @@ export const AutoVizuA11y = ({
409
409
setIsShortcutGuideOpen = { setIsShortcutGuideOpen }
410
410
t = { t }
411
411
/>
412
- </ >
412
+ </ div >
413
413
) ;
414
414
} ;
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ export const FOCUS_CLASS = "focused";
21
21
export const ALERT_DURATION = 1000 ;
22
22
export const AUTOVIZUA11Y_CLASSES = {
23
23
alertDiv : "a11y_alert visually-hidden" ,
24
+ a11yWrapper : "a11y_wrapper" ,
24
25
a11yChart : "a11y_chart" ,
25
26
a11yDesc : "a11y_desc visually-hidden" ,
26
27
a11yNavGuide : "a11y_nav_guide" ,
You can’t perform that action at this time.
0 commit comments