More descriptive output change descriptions #555
Labels
accessibility
Anything related to accessibility
enhancement
New or improved feature
needs design
When an enhancement is not yet designed
Milestone
What are you trying to do that you can't?
The
aria-label
descriptions of changed output currently generated byOutputDescriptions.ts:describeChangedOutput
are too verbose and do not leverage any custom descriptions on aStage
,Group
, orPhrase
. For an extreme test case, consider theCamera
stream, rendered with each pixel as aPhrase
. The description of this is something to the effect ofhundreds of phrases changed colors
.What is your idea?
Modify
describeChangedOutput
to have a behavior such as:Group
orStage
that contains them.There's some design work to do to figure out exactly what these templated descriptions might be, and how to express them in all supported locales, but the implementation work will likely be restricted to this one function and locales.
The text was updated successfully, but these errors were encountered: