Skip to content

Commit

Permalink
indicate that delay timing is important for VoiceOver as well, see #491
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg authored and zepumph committed Oct 22, 2019
1 parent 47687a3 commit e3dba2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/accessibility/ariaHerald.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ define( require => {
AccessibilityUtil.setTextContent( liveElement, textContent );

// Hide the content so that it cant be read with the virtual cursor. Must be done
// behind at least 200 ms delay or else alerts may be missed by NVDA, see
// behind at least 200 ms delay or else alerts may be missed by NVDA and VoiceOver, see
// https://github.com/phetsims/scenery-phet/issues/491
timer.setTimeout( () => {

Expand Down

0 comments on commit e3dba2e

Please sign in to comment.