Skip to content

Commit

Permalink
generalize comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jun 8, 2021
1 parent 4f8c4f4 commit 86c3014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/NumberSpinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class NumberSpinner extends Node {
};
rangeProperty.link( rangeObserver );

// pdom - NumberSpinner uses AccessibleValueHandler for alternative input, but it was decided that keyboardStep
// pdom - NumberSpinner uses AccessibleValueHandler for accessibility, but it was decided that keyboardStep
// and shiftKeyboardStep should have the same behavior as the NumberSpinner ArrowButtons AND the ArrowButtons
// should look depressed when interacting with those keys. To accomplish this we actually press the ArrowButtons
// in response to input with those keys. keyboardStep and shiftKeyboardStep are set to zero so the value isn't
Expand Down

0 comments on commit 86c3014

Please sign in to comment.