Downside of CSS reordering is that the tabindex will always follow the DOM order (which stays the same even if elements move around). Consider adding the dreaded `tab-index` and/or an appropriate `aria-` counterpart dynamically. see * https://tink.uk/flexbox-the-keyboard-navigation-disconnect/ * https://stackoverflow.com/questions/53416967/is-there-a-way-to-make-the-tab-order-honour-the-visual-order
Downside of CSS reordering is that the tabindex will always follow the DOM order (which stays the same even if elements move around).
Consider adding the dreaded
tab-indexand/or an appropriatearia-counterpart dynamically.see