From 32267a40ce61e9d3072b20cb4649c285dfbabab8 Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Thu, 28 Oct 2021 10:03:07 -0600 Subject: [PATCH] https://github.com/phetsims/phet-info/issues/168 --- doc/alternative-input-quick-start-guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/alternative-input-quick-start-guide.md b/doc/alternative-input-quick-start-guide.md index 33dcc453..8312c05d 100644 --- a/doc/alternative-input-quick-start-guide.md +++ b/doc/alternative-input-quick-start-guide.md @@ -55,3 +55,7 @@ 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. + +## Other Resources + +* [Interactive Description Technical Guide](https://github.com/phetsims/phet-info/blob/4839f03214bbba21b4621f80aea8e78a9519fb43/doc/interactive-description-technical-guide.md)