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 1fc1e98 commit a7a917e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/alternative-input-quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ focusable: true

```js
// pdom
tagName: 'button',
focusable: true
tagName: 'button'
```

8. There may be common-code UI components for which alternative input has not been implemented. And there may be PhET
design patterns for which alternative-input behavior has not been designed. Identify lack of alternative-input
support, and create GitHub issues.
support, and create GitHub issues.

0 comments on commit a7a917e

Please sign in to comment.