summaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-08-26 10:44:00 +0800
committerGitHub <noreply@github.com>2023-08-26 10:44:00 +0800
commit4fdb09de588fb1ff32184411df80d5d59333b94c (patch)
tree5fb304d5be73ce7a4e6e0f29b95a7b91b13730d1 /.golangci.yml
parent576644d81555cfcd7c865d444285cad64cc0b9ec (diff)
downloadgitea-4fdb09de588fb1ff32184411df80d5d59333b94c.tar.gz
gitea-4fdb09de588fb1ff32184411df80d5d59333b94c.zip
Fix incorrect "tabindex" attributes (#26733)
Fix #26731 Almost all "tabindex" in code are incorrect. 1. All "input/button" by default are focusable, so no need to use "tabindex=0" 2. All "div/span" by default are not focusable, so no need to use "tabindex=-1" 3. All "dropdown" are focusable by framework, so no need to use "tabindex" 4. Some tabindex values are incorrect (eg: `new_form.tmpl`), so remove them Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to '.golangci.yml')
0 files changed, 0 insertions, 0 deletions