Skip to content

Commit

Permalink
add Aria values for temperature units control, see #374
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Nov 30, 2023
1 parent 75dd3ae commit d29b805
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion js/layer-model/view/TemperatureUnitsControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ class TemperatureUnitsControl extends VBox {
radius: 6
},
tandem: tandem.createTandem( 'temperatureUnitsRadioButtonGroup' ),
phetioVisiblePropertyInstrumented: false // see https://github.com/phetsims/greenhouse-effect/issues/318
phetioVisiblePropertyInstrumented: false, // see https://github.com/phetsims/greenhouse-effect/issues/318

// pdom
helpText: GreenhouseEffectStrings.a11y.temperatureUnitsHelpTextStringProperty,
accessibleName: GreenhouseEffectStrings.a11y.temperatureUnitsLabelStringProperty
} );

// Put the label and radio buttons together in the VBox.
Expand Down

0 comments on commit d29b805

Please sign in to comment.