Hi @charlie!
I have an Off-canvas element that has the Navigation Inline element nested.
Im trying to tune-in the tabindex using custom attributes on the Off-canvas and the Navigation element.
The proper order should be this:
- Tabbing to reach the off-canvas toggle (then enter to activate it, opening the offcanvas area).
- Tabindex should now ideally lead to the first navigation item nested inside of the off-canvas, or at least to the navigation element itself, where the next click of the Tab would lead to the first navigation item.
I can set the custom attribute to set the navigation Inline element itself, but the next click on the Tab key leaves it, moving on with the next element.
If it is not possible to set custom attributes for the navigation items themselves, then at least when any of the navigation elements get “tabindexed”, the next in the index order should be the first item inside that navigation.
I hope this makes sense.
Thank you!
(Sorry, I posted this wrongly to the support forum instead of Beta. Feel free to delete it).