Difference between revisions of "ARIA Figure Role"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
} | } | ||
</style> | </style> | ||
+ | <h3>JAWS Scripting</h3> | ||
The JAWS scripting language has functions and scripts. Scripts can be associated with keystrokes -- functions can not be directly associated with keystrokes. Refer to the figure below of a sample script using the say function. | The JAWS scripting language has functions and scripts. Scripts can be associated with keystrokes -- functions can not be directly associated with keystrokes. Refer to the figure below of a sample script using the say function. | ||
<div role="figure" aria-describedby="cap" aria-label="Script sample"> | <div role="figure" aria-describedby="cap" aria-label="Script sample"> |
Revision as of 02:28, 9 June 2017
JAWS Scripting
The JAWS scripting language has functions and scripts. Scripts can be associated with keystrokes -- functions can not be directly associated with keystrokes. Refer to the figure below of a sample script using the say function.
Script sayGameOver()
say(msg_game_over,ot_message)
EndScript
Figure 1: JAWS script sample
Assistive Technology Support
- iOS 10.3.3 and VoiceOver does not support this.