From a45903bedfbac2c5231265e4a5bd9b6602726c02 Mon Sep 17 00:00:00 2001 From: zepumph Date: Mon, 1 Feb 2021 16:36:10 -0900 Subject: [PATCH] interactive descriptions -> interactive description, https://github.com/phetsims/a11y-research/issues/157 --- faradays-law-tests.html | 2 +- faradays-law_a11y_view.html | 4 ++-- faradays-law_en.html | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/faradays-law-tests.html b/faradays-law-tests.html index f3e7f424..79a112f6 100644 --- a/faradays-law-tests.html +++ b/faradays-law-tests.html @@ -42,7 +42,7 @@ "adapted-from-phet" ], "supportsSound": true, - "supportsInteractiveDescriptions": true, + "supportsInteractiveDescription": true, "simulation": true }, "eslintConfig": { diff --git a/faradays-law_a11y_view.html b/faradays-law_a11y_view.html index fde712bf..edb0e6e3 100644 --- a/faradays-law_a11y_view.html +++ b/faradays-law_a11y_view.html @@ -224,10 +224,10 @@

PDOM & Descriptions for Faraday's Law

} const noPostMessage = simulationQueryString.indexOf( 'postMessageOnLoad&postMessageOnError' ) === -1; - const noAccessibility = simulationQueryString.indexOf( 'supportsDescriptions' ) === -1; + const noAccessibility = simulationQueryString.indexOf( 'supportsDescription' ) === -1; noPostMessage && ( simulationQueryString += 'postMessageOnLoad&postMessageOnError&' ); - noAccessibility && ( simulationQueryString += 'supportsDescriptions' ); + noAccessibility && ( simulationQueryString += 'supportsDescription' ); const repoLocale = 'faradays-law_en'; const filenameEnding = IS_BUILT ? '_phet.html' : '.html'; diff --git a/faradays-law_en.html b/faradays-law_en.html index f502a3cc..26ff312c 100644 --- a/faradays-law_en.html +++ b/faradays-law_en.html @@ -41,7 +41,7 @@ "adapted-from-phet" ], "supportsSound": true, - "supportsInteractiveDescriptions": true, + "supportsInteractiveDescription": true, "simulation": true }, "eslintConfig": { diff --git a/package.json b/package.json index 4ac27784..99740d30 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "adapted-from-phet" ], "supportsSound": true, - "supportsInteractiveDescriptions": true, + "supportsInteractiveDescription": true, "simulation": true }, "eslintConfig": {