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/base
wxiaoguang 420d015b76
Fix `aria.js` bugs: incorrect role element problem, mobile focus problem, tippy problem (#23450) (#23486)
Before: the `aria.js` is still buggy in some cases.

After: tested with AppleVoice, Android TalkBack (I tested it with 1.19
again)

* Fix incorrect dropdown init code
* Fix incorrect role element (the menu role should be on the `$menu`
element, but not on the `$focusable`)
* Fix the focus-show-click-hide problem on mobile. Now the language menu
works as expected
* Fix incorrect dropdown template function setting
* Clarify the logic in aria.js
* Fix incorrect tippy `setProps` after `destroy`
* Improve comments
* Implement the layout proposed by #19861
2 years ago
..
alert.tmpl Support Issue forms and PR forms (#20987) 2 years ago
alert_details.tmpl Enforce tab indentation in templates (#15289) 4 years ago
delete_modal_actions.tmpl Refactor `i18n` to `locale` (#20153) 3 years ago
disable_form_autofill.tmpl Disable form autofill (#17291) 3 years ago
footer.tmpl Add new captcha: cloudflare turnstile (#22369) 2 years ago
footer_content.tmpl Fix `aria.js` bugs: incorrect role element problem, mobile focus problem, tippy problem (#23450) (#23486) 2 years ago
head.tmpl Fix various bugs for "install" page (#23194) (#23286) 2 years ago
head_navbar.tmpl Use `<nav>` instead of `<div>` in the global navbar (#23125) (#23533) 2 years ago
head_script.tmpl Introduce customized HTML elements, fix incorrect AppUrl usages in templates (#22861) 2 years ago
paginate.tmpl Move helpers to be prefixed with `gt-` (#22879) 2 years ago