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 7c0a3cf commit 6dc6232
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"generatedUnitTests": true,
"supportsSound": true,
"supportsEnhancedSound": true,
"supportsInteractiveDescriptions": true,
"supportsInteractiveDescription": true,
"supportedBrands": [
"phet",
"adapted-from-phet"
Expand Down
2 changes: 1 addition & 1 deletion ratio-and-proportion-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"generatedUnitTests": true,
"supportsSound": true,
"supportsEnhancedSound": true,
"supportsInteractiveDescriptions": true,
"supportsInteractiveDescription": true,
"supportedBrands": [
"phet",
"adapted-from-phet"
Expand Down
4 changes: 2 additions & 2 deletions ratio-and-proportion_a11y_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ <h3>PDOM & Descriptions for Ratio and Proportion</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 = 'ratio-and-proportion_en';
const filenameEnding = IS_BUILT ? '_phet.html' : '.html';
Expand Down
2 changes: 1 addition & 1 deletion ratio-and-proportion_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"generatedUnitTests": true,
"supportsSound": true,
"supportsEnhancedSound": true,
"supportsInteractiveDescriptions": true,
"supportsInteractiveDescription": true,
"supportedBrands": [
"phet",
"adapted-from-phet"
Expand Down

0 comments on commit 6dc6232

Please sign in to comment.