gitea/public/img
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>
2023-03-14 11:34:09 +08:00
..
auth Add microsoft oauth2 providers (#16544) 2021-08-05 21:11:08 -04:00
emoji Add forge emojies (#16296) 2021-07-02 16:04:57 +02:00
svg Convert `<div class="button">` to `<button class="button">` (#23337) 2023-03-14 11:34:09 +08:00
404.png Optimize png images via Google zopflipng [ci skip] (#1639) 2017-04-30 20:04:36 +08:00
500.png Optimize png images via Google zopflipng [ci skip] (#1639) 2017-04-30 20:04:36 +08:00
apple-touch-icon.png Clean up SVG (#13680) 2020-12-17 16:33:53 -05:00
avatar_default.png Clean up SVG (#13680) 2020-12-17 16:33:53 -05:00
checkmark.png ui for repo/create page 2014-03-03 00:22:20 +08:00
dingtalk.ico Add dingtalk webhook (#2777) 2017-11-21 06:26:43 +02:00
discord.png Implementation of discord webhook (#2402) 2017-08-28 13:06:45 +08:00
failed.png Store task errors following migrations and display them (#13246) 2020-10-23 19:46:35 -04:00
favicon.png Clean up SVG (#13680) 2020-12-17 16:33:53 -05:00
favicon.svg Modernize JS build scripts (#19824) 2022-06-06 11:27:25 +08:00
feishu.png Add feishu webhook support (#10229) 2020-02-12 08:48:28 +00:00
gitea.svg Consolidate Logos and update README header (#14136) 2021-01-01 14:04:35 -05:00
gogs.ico Add Gitea Webhook (#1755) 2017-05-29 02:17:15 -05:00
loading.png optimize public/img/loading.png (#10372) 2020-02-19 16:16:30 -06:00
logo.png Consolidate Logos and update README header (#14136) 2021-01-01 14:04:35 -05:00
logo.svg Update JS dependencies (#15033) 2021-03-22 05:04:19 +01:00
msteams.png fix apple-touch-icon, regenerate images (#10065) 2020-01-30 08:05:40 +02:00
openid-16x16.png optimize all images in public/img (#6427) 2019-03-25 17:23:17 -04:00
packagist.png Add packagist webhook (#18224) 2022-01-23 21:46:30 +08:00
repo_default.png fix apple-touch-icon, regenerate images (#10065) 2020-01-30 08:05:40 +02:00
slack.png optimize all images in public/img (#6427) 2019-03-25 17:23:17 -04:00
telegram.png fix apple-touch-icon, regenerate images (#10065) 2020-01-30 08:05:40 +02:00
wechatwork.png Add support for corporate WeChat webhooks (#15910) 2021-07-23 12:41:27 +08:00