mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
Add keyboard navigation support for multiple workspaces (#3352)
* Add keyboard navigation support for multiple workspaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user