phetsims / mean-share-and-balance

"Mean: Share and Balance" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
2 stars 1 forks source link

Balance Point Screen Traversal Order #194

Closed marlitas closed 4 months ago

marlitas commented 6 months ago

This issue will track commits and design requests related to the traversal order for the Balance Point Screen.

marlitas commented 6 months ago

I believe this is ready for design review. Over to @amanda-phet.

amanda-phet commented 5 months ago

I think the order should probably go like this to be consistent with previous screens:

Play area

  1. kick button
  2. fulcrum
  3. check button
  4. ball play area (maybe this could still come right after the kick button, not sure)
  5. ball spinner (this goes last in the "play area" on previous screens, and it's odd on this screen since the kick button does the same thing, but it should still be last)

Control panel scene selection checkboxes info button reset all

marlitas commented 5 months ago

I adjusted the pdom order to match what was described above. Back to @amanda-phet.

amanda-phet commented 4 months ago

This looks great, thanks!