zetkin / call.zetk.in

Caller interface for Zetkin.
4 stars 4 forks source link

Align header nav DOM order with visual order #282

Open henrycatalinismith opened 2 years ago

henrycatalinismith commented 2 years ago

Before

Here's a screenshot using taba11y to visualize the focus order of the header nav. The My Page link is annotated with a higher index than the Joe Caller user dropdown menu despite being before it visually.

Header nav with annotations as described above

After

The annotated tab indices from taba11y now run 0 1 2 as the focus order matches the visual order.

Header nav with annotations as described above

Fixes https://github.com/zetkin/call.zetk.in/issues/278.