Add keyboard navigation support for multiple workspaces (#3352)

* Add keyboard navigation support for multiple workspaces
This commit is contained in:
alschmiedt
2019-10-28 12:53:51 -07:00
committed by GitHub
parent cbc79444f6
commit cbf867f441
15 changed files with 51 additions and 36 deletions

View File

@@ -1629,6 +1629,11 @@ Blockly.Msg.PROCEDURES_IFRETURN_WARNING = 'Warning: This block may be used only
/// the user can type here.
Blockly.Msg.WORKSPACE_COMMENT_DEFAULT_TEXT = 'Say something...';
/** @type {string} */
/// workspace - This text is read out when a user navigates to the workspace while
/// using a screen reader.
Blockly.Msg.WORKSPACE_ARIA_LABEL = 'Blockly Workspace';
/** @type {string} */
/// warning - This appears if the user collapses a block, and blocks inside
/// that block have warnings attached to them. It should inform the user that the