Adrián Bolonio
Adrián Bolonio
This PR adds GitHub Actions to test the accessibility of the application
### What are you trying to accomplish? Some accessibility issues in the [Primer React ActionList component](https://primer.style/react/ActionList) have been discovered during the [Primer React SelectPanel component](https://primer.style/react/SelectPanel) accessibility engineering review, and since...
> Co-authored-by: @hectahertz ## Context This PR addresses the changes derived from: - The [Accessibility design review](https://github.com/github/primer/issues/659) of [the Figma files](https://www.figma.com/file/KBfDd7lnhjPDWxmZWilh5c/Scrap-paper?node-id=516%3A41331) - The [Accessibility engineering review](https://github.com/github/primer/issues/1021) The [Accessibility engineering review](https://github.com/github/primer/issues/1021)...
It would nice to have a proper search page with all the results listed
## Context The theme hardcodes the word `Primer` in the header before the project short name defined by `siteMetadata.shortName`. You can see in [the `header.js` component](https://github.com/primer/doctocat/blob/main/theme/src/components/header.js#L57).  opens on [`onPointerDown`](https://github.com/radix-ui/primitives/blob/main/packages/react/dropdown-menu/src/DropdownMenu.tsx#L116) (which means as soon as a mouse navigation user presses the triggering element of the dropdown menu), but there...