Skip to content

Commit

Permalink
feat(cellnav): output aria text for cells that come from selection fe…
Browse files Browse the repository at this point in the history
…ature - works on IE with JAWS screen reader
  • Loading branch information
Rafal Jozwik authored and mportuga committed Aug 11, 2017
1 parent 553d72b commit 151f32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/cellnav/js/cellnav.js
Expand Up @@ -792,7 +792,7 @@
'id="' + grid.id +'-aria-speakable" ' +
'class="ui-grid-a11y-ariascreenreader-speakable ui-grid-offscreen" ' +
'aria-live="assertive" ' +
'role="region" ' +
'role="alert" ' +
'aria-atomic="true" ' +
'aria-hidden="false" ' +
'aria-relevant="additions" ' +
Expand Down

0 comments on commit 151f32b

Please sign in to comment.