diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2024-03-13 21:44:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 13:44:46 +0000 |
commit | e01b0014de5b732181ac42c03a77c21219f88c6a (patch) | |
tree | 040e3b5d6b5d88c50bf3b336aa7a50a66459be99 /docs | |
parent | 3e94ac5c7c6751919453fdb66ba3472e2793759e (diff) | |
download | gitea-e01b0014de5b732181ac42c03a77c21219f88c6a.tar.gz gitea-e01b0014de5b732181ac42c03a77c21219f88c6a.zip |
Improve a11y document and dropdown item (#29753)
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/contributing/guidelines-frontend.zh-cn.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/contributing/guidelines-frontend.zh-cn.md b/docs/content/contributing/guidelines-frontend.zh-cn.md index ace0d97f49..b5fb8964b3 100644 --- a/docs/content/contributing/guidelines-frontend.zh-cn.md +++ b/docs/content/contributing/guidelines-frontend.zh-cn.md @@ -53,7 +53,7 @@ HTML 页面由[Go HTML Template](https://pkg.go.dev/html/template)渲染。 ### 可访问性 / ARIA 在历史上,Gitea大量使用了可访问性不友好的框架 Fomantic UI。 -Gitea使用一些补丁使Fomantic UI更具可访问性(参见`aria.js`和`aria.md`), +Gitea 使用一些补丁使 Fomantic UI 更具可访问性(参见 `aria.md`), 但仍然存在许多问题需要大量的工作和时间来修复。 ### 框架使用 |