Skip to content

Commit

Permalink
update accessible name and roledescription to support touch interacti…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2019
1 parent f1e72a4 commit 7dbdd1d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/view/ISLCRulerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
},

Expand Down

0 comments on commit 7dbdd1d

Please sign in to comment.