-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate best min and max values for mass sliders #181
Comments
This thought adds another layer of complexity to AccessibleValueHandler. Currently here are the supported options that involve mapping a value to something in the PDOM:
I wanted to give an overview of current options in case we could try to co-opt some into something that could be supported for this case. I don't want to just add something else on top. That said, it seems like what we need here is a |
@zepumph, I think you are correct, we need something that says:
In the options above, my first guess would be the a11yMapValue option, just as you have pointed out.
So would that translate to:
|
Over in phetsims/sun#530 we worked on a11yMapValue, and were able to get things working for this issue. This is now what the input looks like: There is some concern that to get the @terracoda can you please review master before we merge changes over to the rc branch? |
I hadn't actually experienced this read out (recently anyways) until today before I emptied my caches: Happily, after I emptied my caches and reloaded from master, I got the beautiful Nice work! I think you can move to RC branch! Assigning back to you @zepumph! |
Safe to close, @zepumph? |
Yes I think there is more work to be done, but that will be over in phetsims/sun#530. |
Ok, closing ;-) |
Sorry I'm a liar. We should keep this open for QA to ensure the fix makes it successfully into the release branch. |
I will commit the following commits to branches over in #179, in order: From phetsims/sun#530: GFLB: GFL: SUN: EDIT: to get these to work I actually needed all commits from Commits on Sep 17, 2019 phetsims/sun@f65e4de Then these: |
QA: to tests, the bug is described in #181 (comment), basically there shouldn't be many zeros read out for the min/max values. I think this was only present for JAWS. |
Issue fixed |
From issue phetsims/qa#429 (comment)
JAWS screen reader reads out the
min
andmax
values for the mass sliders which sounds like 1 zero zero zero zero...VoiceOver only seems to read out the
aria-valuetext
of the current value which sounds like "4 billion kilograms"Is it possible to use simplified values instead?
Of course the
aria-valuenow
attribute would also need to change to a single digit.@zepumph, is this possible without messing up the numbers needed for the actual model?
The text was updated successfully, but these errors were encountered: