You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates
wxiaoguang 4fdb09de58
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>
1 year ago
..
admin Simplify helper CSS classes and avoid abuse (#26728) 1 year ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Check disabled workflow when rerun jobs (#26535) 1 year ago
code Fix inconsistent user profile layout across tabs (#25625) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
devtest More improvements for the "flex list" and the dashboard list (#26675) 1 year ago
explore remove unnecessary explore org template (#26459) 2 years ago
mail Add template linting via djlint (#25212) 2 years ago
org Fix incorrect "tabindex" attributes (#26733) 1 year ago
package Use flex classes in package settings (#26314) 2 years ago
projects Fix incorrect "tabindex" attributes (#26733) 1 year ago
repo Fix incorrect "tabindex" attributes (#26733) 1 year ago
shared Fix typo of RunerOwnerID (#26508) 2 years ago
status Replace fomantic divider module with our own (#25539) 2 years ago
swagger add Upload URL to release API (#26663) 1 year ago
user Fix incorrect "tabindex" attributes (#26733) 1 year ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2 years ago
install.tmpl Show correct SSL Mode on "install page" (#25818) 2 years ago
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) 2 years ago