Page MenuHomePhabricator

Add skip links to all pages
Open, Needs TriagePublic

Description

Skip links are the first focusable thing on a page and allow people using screen readers to easily skip past the navigation and go straight to the main content.

They are visually hidden and oinly appear on the page when focused.

We should add one to each page that allows the donors to skip to the forms or page content.

Implementation Detail:
This should probably be accomplished in the App and/or AppHeader components and not by editing each page component