Skip to content

Commit

Permalink
https://github.com/phetsims/phet-info/issues/168
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom authored Oct 28, 2021
1 parent 625a837 commit a5c49ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/alternative-input-quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Follow these steps to add support for alternative input to a simulation.

2. Run `grunt update` to generate `{{REPO}}_a11y_view.html` and modify `{{REPO}}_en.html`.

3. For `LayoutBox` Nodes do nothing. There is a good match between layout order and traversal order; they are typically the same.
3. For `LayoutBox` (and its subclasses) there is no need to specify traversal order. There is a good match between layout order and traversal order; they are typically the same. So for `LayoutBox`, you can do nothing.

4. For non-`LayoutBox` parent Nodes, explicitly set `this.pdomOrder` at the end of constructor. Do not rely on scenery’s
default ordering, which corresponds to the order that children are added. It’s better to decouple rendering order and
Expand Down

0 comments on commit a5c49ff

Please sign in to comment.