Y
Hacker News
new
|
ask
|
show
|
jobs
by
ricardobeat
841 days ago
Managed tabindex would solve that. Sounds like a nightmare to maintain though.
1 comments
felixfbecker
840 days ago
tabindex only affects tab order (of interactive elements), not the order that a screen reader navigates and reads out content (including non-interactive elements)
link