diff --git a/js/view/ISLCRulerNode.js b/js/view/ISLCRulerNode.js index af2d283..25d764c 100644 --- a/js/view/ISLCRulerNode.js +++ b/js/view/ISLCRulerNode.js @@ -182,9 +182,6 @@ define( require => { // whenever converting from draggable -> grabbable, this function is called onGrabbable: () => { - if ( this.hasAccessibleAttribute( 'aria-roledescription' ) ) { - this.removeAccessibleAttribute( 'aria-roledescription' ); - } this.ariaDescribedbyAssociations = []; },