[bugfix] Fix a couple accessibility issues with :focus elements (#3979)

* [bugfix/frontend] Fix accessibility/focus issues in settings + web ui

* fix little error

* tweaks
This commit is contained in:
tobi 2025-04-09 14:14:20 +02:00 committed by GitHub
commit 19cfa8d126
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 405 additions and 152 deletions

View file

@ -51,7 +51,13 @@ media photoswipe-gallery {{ (len .) | oddOrEven }} {{ if eq (len .) 1 }}single{{
<div class="spoiler-content p-summary" lang="{{- .LanguageTag.TagStr -}}">
{{ noescape .SpoilerContent | emojify .Emojis }}
</div>
<span class="button" role="button" tabindex="0">Toggle visibility</span>
{{- with . }}
{{- /*
IMPORTANT: Button semantics and aria labels in "button" class below are added in
frontend/index.js, as the button doesn't function as a button without javascript.
*/ -}}
{{- end }}
<span class="button">Toggle visibility</span>
</summary>
<div class="text">
{{- with . }}