-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add more accessibility.verbosity
settings / hints
#180470
Comments
accessibility.verbosity
settings / hints
I noticed that the notebook editor has an aria alert when certain parts of a cell are focused with some navigation hints. I haven't actually seen it triggered much when playing around with it, but it seems potentially noisy and could benefit from this setting - https://github.com/microsoft/vscode/blob/main/src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts#L2239 |
Should also potentially be added to the public api on the |
I'll continue to think about this, but considering this finished for now |
Verify that the accessibility verbosity setting description makes sense and that it works when you have a screen reader on for for notebooks, you should see for the keybindings editor, when you focus a row, you should see |
If I have a markdown cell in preview mode and hit enter, I hear 'press escape to focus the cell container'. If I then press escape to put the cell back into preview mode, I then hear 'press enter to focus the inner markdown editor When I click into a notebook cell editor I hear 'the editor is not accessible at this time', which I don't really understand, is that expected? |
That sounds like a bug, but unrelated to these changes. @rebornix might have more info |
I'll file an issue |
aria-label
with helpful information and then a setting like thisOriginally posted by @meganrogge in #172465 (comment)
The text was updated successfully, but these errors were encountered: