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.
delvh 81fe5d6185
Convert `<div class="button">` to `<button class="button">` (#23337)
This improves a lot of accessibility shortcomings.
Every possible instance of `<div class="button">` matching the command
`ag '<[^ab].*?class=.*?[" ]button[ "]' templates/ | grep -v 'dropdown'`
has been converted when possible.
divs with the `dropdown` class and their children were omitted as
1. more analysis must be conducted whether the dropdowns still work as
intended when they are a `button` instead of a `div`.
2. most dropdowns have `div`s as children. The HTML standard disallows
`div`s inside `button`s.
3. When a dropdown child that's part of the displayed text content is
converted to a `button`, the dropdown can be focused twice

Further changes include that all "gitea-managed" buttons with JS code
received an `e.preventDefault()` so that they don't accidentally submit
an underlying form, which would execute instead of cancel the action.
Lastly, some minor issues were fixed as well during the refactoring.

## Future improvements

As mentioned in
https://github.com/go-gitea/gitea/pull/23337#discussion_r1127277391,
`<a>`s without `href` attribute are not focusable.
They should later on be converted to `<button>`s.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
1 year ago
..
auth Add microsoft oauth2 providers (#16544) 3 years ago
emoji Add forge emojies (#16296) 3 years ago
svg Convert `<div class="button">` to `<button class="button">` (#23337) 1 year ago
404.png Optimize png images via Google zopflipng [ci skip] (#1639) 7 years ago
500.png Optimize png images via Google zopflipng [ci skip] (#1639) 7 years ago
apple-touch-icon.png Clean up SVG (#13680) 4 years ago
avatar_default.png Clean up SVG (#13680) 4 years ago
checkmark.png ui for repo/create page 10 years ago
dingtalk.ico Add dingtalk webhook (#2777) 7 years ago
discord.png Implementation of discord webhook (#2402) 7 years ago
failed.png Store task errors following migrations and display them (#13246) 4 years ago
favicon.png Clean up SVG (#13680) 4 years ago
favicon.svg Modernize JS build scripts (#19824) 2 years ago
feishu.png Add feishu webhook support (#10229) 4 years ago
gitea.svg Consolidate Logos and update README header (#14136) 4 years ago
gogs.ico Add Gitea Webhook (#1755) 7 years ago
loading.png optimize public/img/loading.png (#10372) 4 years ago
logo.png Consolidate Logos and update README header (#14136) 4 years ago
logo.svg Update JS dependencies (#15033) 3 years ago
msteams.png fix apple-touch-icon, regenerate images (#10065) 4 years ago
openid-16x16.png optimize all images in public/img (#6427) 5 years ago
packagist.png Add packagist webhook (#18224) 2 years ago
repo_default.png fix apple-touch-icon, regenerate images (#10065) 4 years ago
slack.png optimize all images in public/img (#6427) 5 years ago
telegram.png fix apple-touch-icon, regenerate images (#10065) 4 years ago
wechatwork.png Add support for corporate WeChat webhooks (#15910) 3 years ago