This issue was created from this comment. When a user tabs to a card in the report, the row contents are not read by NVDA or Narrator.
To Reproduce
Steps to reproduce the behavior:
It seems like being focused on the card disallows arrow key & 'T' input from NVDA.
Are there benefits to this table being in the tab order - am I missing a common/canonical keystroke to read the contents?
This issue was separated from https://github.com/microsoft/accessibility-insights-web/issues/1494, which was auto-closed; we may want to add more details to that issue for closure.
This issue has been marked as ready for team triage; we will triage it in our weekly review and update the issue. Thank you for contributing to Accessibility Insights!
This issue requires additional investigation by the Accessibility Insights team. When the issue is ready to be triaged again, we will update the issue with the investigation result and add "status: ready for triage". Thank you for contributing to Accessibility Insights!
@iamrafan could you please take a look at this?
Per conversation with Peter, moving to active and assigning to @waabid since you are working on it too
Moving back to Ready for Work since this is not actively being worked on.
It seems to have to do with the use of <div> tags that are then given the role of table instead of semantic tables. The functionality of the table role greatly depends on the screen reader / browser combination. For example, I was able to navigate the tables in the card using the NVDA keyboard shortcuts when using NVDA with Firefox, but not using NVDA with Chrome or the Chromium based Edge. Looking to see if there are any fixes that can be used for this short of it being changed to a semantic table.
Some references I used to come to this conclusion include:
We see the problem as being the current UI is confusing to a screen reader user because we have an unexpected control type which receives focus, and it causes NVDA’s focus mode to be activated automatically. The user could always press escape to get out of focus mode; they just aren’t given the right context to understand that’s what they should do.
An additional problem is that in the report UI, the highlights can't be turned on or off by the card UI, rendering the need to focus on the cards moot. We should make it so that no focusable elements controlling failure instance highlighting are present in the report.
The proposed solution is
If it works technically, this should leave the current visual UI unchanged, while providing a control screen reader users know how to interact with. This has the added benefit of being more clear to screen reader users how to toggle highlights.
merged #3502