From 62e259976a1104b858f4d2cd2e7fee7bcf629eff Mon Sep 17 00:00:00 2001 From: zepumph Date: Mon, 1 Feb 2021 16:36:04 -0900 Subject: [PATCH] interactive descriptions -> interactive description, https://github.com/phetsims/a11y-research/issues/157 --- greenhouse-effect_a11y_view.html | 4 ++-- greenhouse-effect_en.html | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/greenhouse-effect_a11y_view.html b/greenhouse-effect_a11y_view.html index 8411b7b5..9a63fbbf 100644 --- a/greenhouse-effect_a11y_view.html +++ b/greenhouse-effect_a11y_view.html @@ -224,10 +224,10 @@

PDOM & Descriptions for Greenhouse Effect

} 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 = 'greenhouse-effect_en'; const filenameEnding = IS_BUILT ? '_phet.html' : '.html'; diff --git a/greenhouse-effect_en.html b/greenhouse-effect_en.html index 3cebd817..f1d8e802 100644 --- a/greenhouse-effect_en.html +++ b/greenhouse-effect_en.html @@ -39,7 +39,7 @@ "phet", "adapted-from-phet" ], - "supportsInteractiveDescriptions": true + "supportsInteractiveDescription": true }, "eslintConfig": { "extends": "../chipper/eslint/sim_es6_eslintrc.js" diff --git a/package.json b/package.json index 41f3db90..fb0cdd29 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "phet", "adapted-from-phet" ], - "supportsInteractiveDescriptions": true + "supportsInteractiveDescription": true }, "eslintConfig": { "extends": "../chipper/eslint/sim_es6_eslintrc.js"