Skip to content

Commit

Permalink
interactive descriptions -> interactive description, phetsims/a11y-re…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 2, 2021
1 parent 4d9af1b commit 89ce653
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion balloons-and-static-electricity-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"phet-io",
"adapted-from-phet"
],
"supportsInteractiveDescriptions": true,
"supportsInteractiveDescription": true,
"supportsSound": true,
"simulation": true,
"phet-io": {
Expand Down
4 changes: 2 additions & 2 deletions balloons-and-static-electricity_a11y_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ <h3>PDOM & Descriptions for Balloons and Static Electricity</h3>
}

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 = 'balloons-and-static-electricity_en';
const filenameEnding = IS_BUILT ? '_phet.html' : '.html';
Expand Down
2 changes: 1 addition & 1 deletion balloons-and-static-electricity_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"phet-io",
"adapted-from-phet"
],
"supportsInteractiveDescriptions": true,
"supportsInteractiveDescription": true,
"supportsSound": true,
"simulation": true,
"phet-io": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"phet-io",
"adapted-from-phet"
],
"supportsInteractiveDescriptions": true,
"supportsInteractiveDescription": true,
"supportsSound": true,
"simulation": true,
"phet-io": {
Expand Down

0 comments on commit 89ce653

Please sign in to comment.