mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Add information regarding target screen reader and browser.
This commit is contained in:
@@ -6,7 +6,7 @@ to blind users.
|
||||
|
||||
The code in this directory renders a version of the Blockly toolbox and
|
||||
workspace that is fully keyboard-navigable, and compatible with most screen
|
||||
readers.
|
||||
readers. It is optimized for NVDA on Firefox.
|
||||
|
||||
In the future, Accessible Blockly may be modified to suit accessibility needs
|
||||
other than visual impairments. Note that deaf users are expected to continue
|
||||
|
||||
@@ -59,9 +59,9 @@
|
||||
</h1>
|
||||
|
||||
<p>
|
||||
This is a demo of a version of Blockly designed for screen readers. It
|
||||
allows users to create programs in a workspace by manipulating groups of
|
||||
blocks.
|
||||
This is a demo of a version of Blockly designed for screen readers,
|
||||
optimized for NVDA on Firefox. It allows users to create programs in a
|
||||
workspace by manipulating groups of blocks.
|
||||
<ul>
|
||||
<li>To explore a group of blocks, use the arrow keys.</li>
|
||||
<li>To navigate between groups, use Tab or Shift-Tab.</li>
|
||||
|
||||
Reference in New Issue
Block a user