From 72340f02557481a54428a46c08e5138de646a223 Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 26 May 2020 09:56:46 -0800 Subject: [PATCH] promote TODO to issue, https://github.com/phetsims/gravity-force-lab-basics/issues/134 https://github.com/phetsims/sun/issues/596 --- js/accessibility/AccessibleValueHandler.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/accessibility/AccessibleValueHandler.js b/js/accessibility/AccessibleValueHandler.js index 87d62c16..2e122ca6 100644 --- a/js/accessibility/AccessibleValueHandler.js +++ b/js/accessibility/AccessibleValueHandler.js @@ -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