bookwyrm/bookwyrm/static/js
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
..
vendor Certain ARIA roles must contain particular children 2022-02-12 16:14:35 +01:00
autocomplete.js Case insensitive suggestions 2022-01-17 10:52:16 -08:00
bookwyrm.js Updates tests 2022-01-27 18:23:31 -08:00
localstorage.js Runs prettier 2021-12-16 10:53:38 -08:00
status_cache.js Runs prettier 2021-12-16 10:53:38 -08:00