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 6e4df56 commit 2928d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/alternative-input-quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

Follow these steps to add support for alternative input to a simulation.

1. In package.json, add this to the “phet” section:
1. In your sim's package.json, add this to the “phet” section:

```json
"simFeatures": {
"supportsInteractiveDescription": true
},
```

2. Run `grunt update`. This will generate `{{REPO}}_a11y_view.html` and modify `{{REPO}}_en.html`.
2. In yuor sim's repository, run `grunt update`. This will generate `{{REPO}}_a11y_view.html` and modify `{{REPO}}_en.html`.

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.

Expand Down

0 comments on commit 2928d01

Please sign in to comment.