diff --git a/js/common/view/InteractiveNumberDisplay.ts b/js/common/view/InteractiveNumberDisplay.ts index 879c9698..6140b20e 100644 --- a/js/common/view/InteractiveNumberDisplay.ts +++ b/js/common/view/InteractiveNumberDisplay.ts @@ -86,8 +86,7 @@ export default class InteractiveNumberDisplay extends NumberDisplay { accessibleName: new DerivedProperty( [ property, units ], ( value, units ) => { return `${Utils.toFixed( value, 2 )} ${units}`; } ), - focusable: true, - tagName: 'li' + tagName: 'button' }, providedOptions ); super( property, range, options );