Problem/Motivation
When interacting with ME using my keyboard only, I am unable to choose a the layout or styles tab using keyboard. It just default to the open "layout" tab.
Steps to reproduce
create a new section with ME using keyboard. Add a section. Tab through the options. You will not be able to get to the "styles" tab with arrows or tab interactions
Proposed resolution
Ideally, we should be following this approach for tabs:
- https://www.w3.org/WAI/ARIA/apg/patterns/tabs/
- With a focus on manual activation:
- https://www.w3.org/WAI/ARIA/apg/patterns/tabs/examples/tabs-manual/
Tab brings the user to the tab "widget" where the user then uses the arrow keys to choose the selection
Pressing tab again will bring the user to the content that is visible
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot 2023-12-18 at 3.43.17 PM.png | 25.27 KB | michaelablackham |
Comments
Comment #2
justin2pin commentedComment #3
justin2pin commentedReview / test against https://git.drupalcode.org/project/mercury_editor/-/merge_requests/34
Comment #4
michaelablackham commentedI tested this locally in a couple different scenarios and it seems to be working as expected.
This is resolved!
Comment #5
justin2pin commented