Skip to content

Commit

Permalink
remove aria-hidden from sim div, see phetsims/john-travoltage#220
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Apr 13, 2017
1 parent 1e105a1 commit 187fa57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/Sim.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ define( function( require ) {

var simDiv = self.display.domElement;
simDiv.id = 'sim';
simDiv.setAttribute( 'aria-hidden', true );
document.body.appendChild( simDiv );

// for preventing Safari from going to sleep. see https://github.com/phetsims/joist/issues/140
Expand Down

0 comments on commit 187fa57

Please sign in to comment.