patternfly / patternfly-quickstarts

Repository containing the PatternFly Quick Start extension code
MIT License
15 stars 39 forks source link

Quick Start cards should be keyboard accessible #89

Closed jessiehuff closed 2 years ago

jessiehuff commented 2 years ago

When a user is tabbing through the page, the user should be able to focus on a quick starts card, select it by pressing Enter, and then focus should shift to the Quick Start. (Doing this for keyboard users should likewise translate over to screen reader interaction.)

We show an example of something like this in PF cards here for example.

CooperRedhat commented 2 years ago

https://www.patternfly.org/v4/components/card#selectable Might fix if catalog view cards use this variant. Might also be fixed by the dark theme bug: https://github.com/patternfly/patternfly-quickstarts/issues/155