phetsims / a11y-research

a repository to track PhETs research into accessibility, or "a11y" for short
MIT License
3 stars 0 forks source link

Investigate adding ` role='status' aria-live="off"` to our screen summary content #176

Open zepumph opened 2 years ago

zepumph commented 2 years ago

From https://github.com/phetsims/a11y-research/issues/175, it may be nice to evaluate what it looks like to use role='status' aria-live="off" on our screen summary content because p tags semantically don't communicate just how much the summary is dynamic, and can change based on the current state of the sim.

@terracoda thought that putting it on the article may be helpful.