postcss.org icon indicating copy to clipboard operation
postcss.org copied to clipboard

Broken keyboard navigation

Open mdafanasev opened this issue 5 years ago • 3 comments

Expected behavior: Pressing the Tab key first time moves focus to the first navigation element. Actual behavior: Visually nothing. There are two problems here:

  1. Gitter chat window is inserted before other page elements (outside body!). It should be hidden by "display: none", but it use "translateX(110%)". So, elements inside this window get focus before navigation links.
  2. Navigation component is placed after page content, so it's elements get focus only after other links.

mdafanasev avatar Feb 28 '19 04:02 mdafanasev

Great catch @mdafanasev. Accessibility is important and this should be fixed.

marcustisater avatar Feb 28 '19 06:02 marcustisater

Fix

Aaronmoi avatar Jul 07 '23 06:07 Aaronmoi

-started.md

Aaronmoi avatar Jul 07 '23 06:07 Aaronmoi