Next.js Discord

Discord Forum

next/link not tabbable, breaking accessibility

Unanswered
Barn Swallow posted this in #help-forum
Open in Discord
Barn SwallowOP
Hey all, noticing today (no idea how I didn't notice it before) that any usage of next/link does not intrinsically allow for tabbing through a page and focusing links. Just check out the official Next.js page (https://nextjs.org/) and try to use the Tab key to go through the page. It seems to only focus on buttons and other elements, but not links.

Is this a known issue? This is obviously very bad for accessibility, but not sure if there's some sort of prop or setting I've missed?


Edit: I'm an idiot. It was a Firefox setting.

0 Replies