Skip to content
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

"Tier 1" features for Voicing related to the Voicing Toolbar #995

Open
jessegreenberg opened this issue Nov 25, 2024 · 2 comments
Open

"Tier 1" features for Voicing related to the Voicing Toolbar #995

jessegreenberg opened this issue Nov 25, 2024 · 2 comments

Comments

@jessegreenberg
Copy link
Contributor

This issue is to implement what is needed for scaling "Tier 1" Voicing features.

From a design document, this includes:

Play Overview (available from Voicing Toolbar). (Relationship to Interactive Description: Equivalent to Sim Overview, must not refer to Play Area or Control Area.)

Play Details (available from Voicing Toolbar). (Relationship to Interactive Description: Ideally same as Essential Big-Picture Details.)

Play Hint (available from Voicing Toolbar). (Relationship to Interactive Description: Same as Interaction Hint.)

Related to #993, where we are considering Voicing overlap with ScreenSummaryContent.

@jessegreenberg
Copy link
Contributor Author

In phetsims/trig-tour#108, we discussed using the same string for Voicing screen summary content and PDOM screen summary content. That would let us use the same string and also have one setter for both Voicing and Interactive Description content in ScreenSummaryContent.

@jessegreenberg
Copy link
Contributor Author

Some scratch code while brainstorming during meeting:

      screenSummaryContent: new ScreenSummaryContent( {
        playAreaContent: [
          ModelsOfTheHydrogenAtomStrings.a11y.spectraScreen.screenSummary.playAreaStringProperty,
        ],
        controlAreaContent: [
          ModelsOfTheHydrogenAtomStrings.a11y.spectraScreen.screenSummary.controlAreaStringProperty,
        ],
        interactionHintContent: [
          ModelsOfTheHydrogenAtomStrings.a11y.spectraScreen.screenSummary.interactionHintStringProperty,
        ],

        // Optional overrides for Voicing content, if necessary
        voicingPlayAreaContent: [
          ModelsOfTheHydrogenAtomStrings.a11y.spectraScreen.screenSummary.voicingPlayAreaStringProperty
        ]
      } ),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant