Multi-line comments accessibility for screen reader users #7876
Replies: 7 comments 9 replies
-
Great improve!!! It also happens with touchable devices 😉 |
Beta Was this translation helpful? Give feedback.
-
Yes, it would be really useful, especially for projects such as NVDA, developed for and partly by blind people people using keyboard only. |
Beta Was this translation helpful? Give feedback.
-
@benjiallen This is the discussion I created about the multi-line comments accessibility. Would be nice to have this feature screen-reader accessible. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Yes, it would be quite useful if gets implemented/fixed |
Beta Was this translation helpful? Give feedback.
-
@benjiallen What is the state of this topic? Any news? |
Beta Was this translation helpful? Give feedback.
-
And another half a year passed, even more. any updates on that? |
Beta Was this translation helpful? Give feedback.
-
Hello @Menelion - thank you for taking the time to provide this feedback! Our Accessibility team is actively working on this issue. We will follow-up here with any additional questions or updates. Thanks again! (cc @queenofcorgis) |
Beta Was this translation helpful? Give feedback.
-
I brought it zillion times on various Microsoft accessibility channels, adding it here and hoping for good.
I use GitHub every day with a screen reader (my preferred setup is Windows + Chrome + JAWS for Windows, but I tested with different combinations). When reviewing a pull request, if you use the mouse, you can select several consecutive lines and add a comment or suggestion for all of them at once. Screen reader users and, in fact, all keyboard users (I assume) have no such possibility.
The solution I proposed is quite simple: There are line numbers. Make them interactable via keyboard (I'd say something like toggle buttons with some ARIA on them), so a press would either select or unselect a line. then, if a user clicks that plus button (which is correctly labeled as Add Line Comment, which was done upon my request back then), a comment will be spread to all the selected lines. If a non-contiguous line is selected, the selection would then be expanded so all the lines until that one would be selected. So, if I click number 5 and then number 10, all lines from 5 to 10 inclusive would be selected.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions