postcss / postcss.org

Official website for PostCSS
https://postcss.org
MIT License
81 stars 50 forks source link

Broken keyboard navigation #247

Open mdafanasev opened 5 years ago

mdafanasev commented 5 years ago

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.
marcustisater commented 5 years ago

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

Aaronmoi commented 1 year ago

Fix

Aaronmoi commented 1 year ago

-started.md