creativecommons / legaldb

CC Legal Database: curated repository of Case Law and Scholarship data from around the world in a Django based website.
https://LegalDB.CreativeCommons.org/
MIT License
44 stars 54 forks source link

[Feature] FAQ Accordion not Accessible #199

Open Queen-codes opened 1 day ago

Queen-codes commented 1 day ago

Problem

The FAQ section is not accessible while navigating with keyboard navigation alone. According to accessibility guidelines, all interactive elements should be fully navigable and operable using a keyboard. This is currently not the case.

Description

The FAQ section should be accessible for all users. The section needs to respond to keyboard inputs (e.g., tabbing through questions and using the enter or space keys to expand/collapse answers).

Additional Context

Implementation

TimidRobot commented 1 day ago

https://github.com/creativecommons/legaldb/labels/%F0%9F%9A%A7%20status%3A%20blocked by:

@Queen-codes please add a comment to creativecommons/vocabulary/issues/55 about the need for accessibility in any according implementation

Queen-codes commented 1 day ago

okay, got it. thank you @TimidRobot