CTFd / core-beta

Apache License 2.0
10 stars 23 forks source link

Add missing href on challenge nav-tabs #68

Closed erdnaxe closed 6 months ago

erdnaxe commented 6 months ago

As shown on Bootstrap official documentation (https://getbootstrap.com/docs/5.0/components/navs-tabs/), tabs anchor elements should have a href attribute. This fixes some accessibility issues with keyboard navigation, as these tabs are now recognized as links.

ColdHeat commented 6 months ago

Thank you!