microsoft / microsoft/pxt-microbit

Accessibility pass on debugger

Open
#6,945 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

accessibility debugger screenreader
Dominant language
TypeScript
Stars
804
Forks
721
Avg merge
2d 9h
Merged PRs (30d)
2

Description

I noticed when using the debugger, there are some things we could do to make it more usable for vision-impaired students -

  • Focus and readout of debug window
Image
  • For Slo-Mo, automatically read out the blocks that are highlighted
Image
  • Breakpoints are called "icon button", maybe use something like "debug breakpoint off/on"

  • When you hit a breakpoint and step through, automatically read out the block highlighted

Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the TypeScript UI for the debugger window, slow-motion highlighting, breakpoint controls, and stepping behavior, then inspect the existing accessibility support. Done means the debugger can receive focus and provide readouts, highlighted blocks are announced when appropriate, and breakpoint controls have descriptive on/off labels.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
accessibility, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.