I have a client thats super strict about accessibility. One of the most important things to them, is that the order of things must follow left to right while tabbing, in order, like one will read it. Basically the experience of a disabled person must match exactly as that of an abled person.
A big issue, is that the extensions of buttons added in the navigation bar at the top, do not follow the correct order when tabbed.
They go all over the place.
The extensions I am using (and that show up as buttons left to right) are as follows:
1.Adapt-Intro
2.Adapt Language
3. Progress Level Menu
4.Resources section (Drawer)
5. Adapt Close
The order when tabbed goes as follows:
Close > Back button (far left) > Drawer > Page Level Progress > Language Picker > Intro.
This is obviously because this is the order they show up in the HTML layout.
Is there a way I can either force accessibility to tab in another order, OR how do I get it so that the extensions render in a different order in the navigation menu?
Thanks!