Skip to content

Commit 151f32b

Browse files
Rafal Jozwikmportuga
Rafal Jozwik
authored andcommitted
feat(cellnav): output aria text for cells that come from selection feature - works on IE with JAWS screen reader
1 parent 553d72b commit 151f32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/cellnav/js/cellnav.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@
792792
'id="' + grid.id +'-aria-speakable" ' +
793793
'class="ui-grid-a11y-ariascreenreader-speakable ui-grid-offscreen" ' +
794794
'aria-live="assertive" ' +
795-
'role="region" ' +
795+
'role="alert" ' +
796796
'aria-atomic="true" ' +
797797
'aria-hidden="false" ' +
798798
'aria-relevant="additions" ' +

0 commit comments

Comments
 (0)