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 99447e8 commit a45903b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion faradays-law-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"adapted-from-phet"
],
"supportsSound": true,
"supportsInteractiveDescriptions": true,
"supportsInteractiveDescription": true,
"simulation": true
},
"eslintConfig": {
Expand Down
4 changes: 2 additions & 2 deletions faradays-law_a11y_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ <h3>PDOM & Descriptions for Faraday's Law</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 = 'faradays-law_en';
const filenameEnding = IS_BUILT ? '_phet.html' : '.html';
Expand Down
2 changes: 1 addition & 1 deletion faradays-law_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"adapted-from-phet"
],
"supportsSound": true,
"supportsInteractiveDescriptions": true,
"supportsInteractiveDescription": true,
"simulation": true
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"adapted-from-phet"
],
"supportsSound": true,
"supportsInteractiveDescriptions": true,
"supportsInteractiveDescription": true,
"simulation": true
},
"eslintConfig": {
Expand Down

0 comments on commit a45903b

Please sign in to comment.