bookwyrm/bookwyrm/templates/feed
Joachim b27b6a5980 Certain ARIA roles must contain particular children
https://dequeuniversity.com/rules/axe/4.3/aria-required-children

In order to make this work, I had to translate Bulma's style so it doesn't use `ul` and `li` anymore.

The JS code had to be adapted, I also changed `button` to `tab` (seemed like a more relevant name) and added a `scrollIntoView()` on load the active tab is always visible.
2022-02-12 16:14:35 +01:00
..
direct_messages.html Send dms through http post 2021-09-18 16:28:38 -07:00
feed.html Calculate and translate unread status counts in view 2022-01-22 17:03:48 -08:00
feed_filters.html Front-end: New look and behavior for Filters and Result panels 2021-12-29 19:50:32 +01:00
goal_card.html Fixes markup syntax errors 2021-09-29 09:48:17 -07:00
layout.html Caches suggested books 2022-01-05 13:43:15 -08:00
status.html Moves remaining tags into new files 2022-01-18 12:28:59 -08:00
status_types_filter.html Front-end: New look and behavior for Filters and Result panels 2021-12-29 19:50:32 +01:00
suggested_books.html Certain ARIA roles must contain particular children 2022-02-12 16:14:35 +01:00
suggested_users.html View to hide suggestions 2021-09-08 10:03:23 -07:00
summary_card.html Front-end: Update Feed summary card style 2021-12-29 20:41:11 +01:00