You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jooyoungseo - My plan was to just auto focus the item that was added, but from there, you would need to open the a11y view to get the output. Should this aria-alert be done instead of that? Or perhaps as an alternate?
@amunger Moving focus after execution may cause some confusion. We don't move focus for Jupyter Notebooks and Copilot Chat, either. I would rather use aria-live alert to announce the executed output.
CC @meganrogge
When you execute code in Python native repl, the executed output is not announced to screen reader via aria alert.
Reproducible Steps
Enable screen reader
Create Python native repl
In the input, type
print("hello")
Hit Enter to execute
Current Behavior
Executed result is not announced.
Expected Behavior
The executed result needs to be announced via aria alert.
The text was updated successfully, but these errors were encountered: