From 386215166e1b0544f4aa424629a0164b786660fd Mon Sep 17 00:00:00 2001 From: zepumph <michael.kauzmann@colorado.edu> Date: Mon, 1 Feb 2021 16:36:23 -0900 Subject: [PATCH] interactive descriptions -> interactive description, https://github.com/phetsims/a11y-research/issues/157 --- doc/accessible-design-patterns.md | 2 +- ...w-to-add-accessible-interactive-descriptions-to-a-sim.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/accessible-design-patterns.md b/doc/accessible-design-patterns.md index b5382416..58b28bc8 100644 --- a/doc/accessible-design-patterns.md +++ b/doc/accessible-design-patterns.md @@ -47,4 +47,4 @@ When a Node is created who's sole purpose is to provide descriptions to the PDOM In some sims it makes sense to have a single file to in do most or all of the interfacing with `utteranceQueue`. While it is not required to only call utteranceQueue from a single place, it can be a nice organizational tool for the -interactive descriptions outfitting toolbox. For example `MolarityAlertManager` is the sole alerting file in the sim. \ No newline at end of file +interactive description outfitting toolbox. For example `MolarityAlertManager` is the sole alerting file in the sim. \ No newline at end of file diff --git a/doc/how-to-add-accessible-interactive-descriptions-to-a-sim.md b/doc/how-to-add-accessible-interactive-descriptions-to-a-sim.md index 03f521a1..0de3bcf1 100644 --- a/doc/how-to-add-accessible-interactive-descriptions-to-a-sim.md +++ b/doc/how-to-add-accessible-interactive-descriptions-to-a-sim.md @@ -1,6 +1,6 @@ -# How To Add Accessible Interactive Descriptions To A Sim +# How To Add Accessible Interactive Description To A Sim ## Understand the Goal * What features are you trying to implement? The majority of this document (as of this writing) deals with PDOM descriptions. @@ -24,8 +24,8 @@ a keyboard to tab navigate. For more information, see the "Resources for further understanding" below. -## What does "Interactive Descriptions" mean? -Interactive descriptions is an accessibility feature that PhET has developed, larger tailored towards screen reader +## What does "Interactive Description" mean? +Interactive Description is an accessibility feature that PhET has developed, larger tailored towards screen reader accessibility. It has the following components (with their implementation in parens): * State Descriptions (PDOM) a. Static States