From d456b0bec9b25b230e94ad13d6fdacd269ccb521 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Sat, 7 Oct 2023 09:30:43 -0600 Subject: [PATCH] lint and disable lint in many html files, https://github.com/phetsims/chipper/issues/1405 --- ph-scale-basics_a11y_view.html | 64 ++++++++++++++-------------------- 1 file changed, 27 insertions(+), 37 deletions(-) diff --git a/ph-scale-basics_a11y_view.html b/ph-scale-basics_a11y_view.html index c81285e..c0823eb 100644 --- a/ph-scale-basics_a11y_view.html +++ b/ph-scale-basics_a11y_view.html @@ -166,17 +166,16 @@

A11y View: pH Scale: Basics

About the A11y View Tool

- The A11y View is a design and presentation tool that we use to visually review and demonstrate the Interactive - Description design of a simulation. The descriptions we design live within our accessibility layer, we call - the Parallel DOM, or PDOM. The HTML of the PDOM provides document and interaction semantics for State - Descriptions (copied into the blue box), and timely delivery of Responsive Descriptions (copied into the - orange box). For a learner accessing the simulation with screen reader software, the State Descriptions - provide on-demand access the current state of simulation while Responsive Descriptions deliver relevant - changes - in real time - as the learner interacts with the simulation. + The A11y View is a design and presentation tool that visually displays a copy of the descriptions we design + for the Interactive Description feature. The State Descriptions (blue box) track the current state of the + simulation. The Responsive Descriptions (orange box) deliver relevant changes in real time as they happen. + Using this tool, designers can test and assess the descriptions during the design process without using a + screen reader. Educators can also use this tool to see if the content of the descritpions meets their teaching + and learning needs.

- Please note that learners who use screen reader software do not use this A11y View, they use the same - simulation that all learners use. + Please note: The A11y View is not for learners. In learning contexts, screen reader users access the + Interactive Desctiption feature using the same simulation as everyone else.

@@ -193,12 +192,11 @@

Activity log of Responsive Descriptions
About Responsive Descriptions - Responsive Descriptions deliver changes made to interactive objects (Object Responses) and changes to the - surrounding context (Context Responses). Only responses powered by ARIA Live appear in the activity log below, - and most are Context Responses. Most responses powered by ARIA Live are delivered politely, but some are - really important so we make them assertive (occasional line highlighted in pink). Note that many Object - Responses are delivered using the aria-valuetext attribute (see grey text under slider interactions in the - blue box). + Responsive Descriptions are a combination of object responses, descriptions of changes made directly to + interactive objects, and context responses, descriptions of changes to the surrounding context. Together, they + are designed to deliver relevant changes in real time as they happen. The object and context responses powered + by ARIA Live appear in the activity log below. The object responses for slider interactions are powered by the + aria-valuetext attribute, and are found in grey text under slider interactions in the blue box.