Skip to content

Commit

Permalink
promote TODO to issue, phetsims/gravity-force-lab-basics#134
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed May 26, 2020
1 parent 33c44c1 commit 72340f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/accessibility/AccessibleValueHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ const AccessibleValueHandler = {
shiftKeyboardStep: ( rangeProperty.get().max - rangeProperty.get().min ) / 100,
pageKeyboardStep: ( rangeProperty.get().max - rangeProperty.get().min ) / 10,

// TODO: this should be an enumeration, https://github.com/phetsims/gravity-force-lab-basics/issues/134
ariaOrientation: 'horizontal', // specify orientation, read by assistive technology

// {boolean} - When setting the Property value from the PDOM input, this option controls whether or not to
Expand Down

0 comments on commit 72340f0

Please sign in to comment.