Skip to content

Commit

Permalink
move focusListener to MassNode, add code review item, refactor childr…
Browse files Browse the repository at this point in the history
…en of playArea/controlArea, phetsims/gravity-force-lab-basics#134
  • Loading branch information
zepumph committed Jun 19, 2019
1 parent 042dcfd commit 74b6ab8
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 @@ -537,6 +537,7 @@ Because JavaScript lacks visibility modifiers (public, protected, private), PhET
- [ ] Are accessibility features integrated well into the code. They should be added in a maintainable way, even if that requires upfront refactoring.
- [ ] Are accessible design patterns used, see [accessible-design-patterns.md](https://github.com/phetsims/phet-info/blob/master/doc/accessible-design-patterns.md)
- [ ] Does resetting the simulation also reset the entire PDOM?
- [ ] Is `Node.accessibleOrder` used appropriately to maintain visual and PDOM layout balance?

## **PhET-iO**

Expand Down

0 comments on commit 74b6ab8

Please sign in to comment.