Skip to content

Commit

Permalink
delete MolarityA11yStrings.js, remove unused strings, fix lint proble…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Dec 30, 2019
1 parent 1eb2d4f commit 053df7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checklists/code_review_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ This section may be omitted if the sim has not been instrumented for a11y.
- [ ] Does resetting the simulation also reset the entire PDOM?
- [ ] Is `Node.accessibleOrder` used appropriately to maintain visual and PDOM layout balance?
- [ ] Make sure accessibility strings aren't being adjusted with ascii specific javascript methods like `toUpperCase()`. Remember that one day these strings will be translatable
- [ ] Make sure for accessibility strings that all end of sentence periods do not have a leading space before it. Some screen readers will read these as "dot." This can occur often when a clause is conditionally added.
## **PhET-iO**
Expand Down

0 comments on commit 053df7c

Please sign in to comment.