A11y: keyboard navigation within Transcript component #765
Labels
enhancement
New feature or request
investigation
Related research work
transcripts
Transcript component related
Description
Transcript component can have a larger number of focus-able child elements. When using keyboard navigation within the Transcript component, the user must use
Tab
/Shift
+Tab
keys to navigate through these elements to get to the previous/next UI element on the page.For an example: in the Ramp demo page, once the user navigates into the content within the Transcript component they have to
Shift
+Tab
through all the transcript text elements to the top of the transcript component to reach a different UI tab.This degrades the user experience when using the keyboard to navigate to some parts of the page.
To avoid this we can use a suitable design pattern incorporating ARIA-roles and tabindexes in these child elements within Transcript component to fix the keyboard navigation.
Possible solution:
Use
Tab
andShift
+Tab
keys to navigate into and out of the component, while usingUp
andDown
arrow keys to navigate within the Transcript components.Done Looks Like
The text was updated successfully, but these errors were encountered: