Skip to content

Commit 82dfb0c

Browse files
committed
chore: Remove mostly everything.
The decision has been made to set up ARIA directly in core Blockly on a specific long-lived experimental branch.
1 parent e95aa69 commit 82dfb0c

29 files changed

+1
-1178
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export class KeyboardNavigation {
296296
stroke: var(--blockly-active-node-color);
297297
stroke-width: var(--blockly-selection-width);
298298
}
299-
299+
300300
/* The workspace itself is the active node. */
301301
.blocklyKeyboardNavigation
302302
.blocklyBubble.blocklyActiveFocus

src/navigation_controller.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,8 @@ import {COMMIT_MOVE_SHORTCUT, Mover} from './actions/mover';
3636
import {DuplicateAction} from './actions/duplicate';
3737
import {StackNavigationAction} from './actions/stack_navigation';
3838

39-
import './screenreader/aria_monkey_patcher';
40-
import {FunctionStubber} from './screenreader/function_stubber_registry';
41-
4239
const KeyCodes = BlocklyUtils.KeyCodes;
4340

44-
// Note that prototype stubs must happen early in the page lifecycle in order to
45-
// take effect before Blockly loading.
46-
FunctionStubber.getInstance().stubPrototypes();
47-
4841
/**
4942
* Class for registering shortcuts for keyboard navigation.
5043
*/

src/screenreader/aria.ts

Lines changed: 0 additions & 147 deletions
This file was deleted.

src/screenreader/aria_monkey_patcher.js

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)