From 4a8d8c1a8f0803a56ad569ab49e66ecf24530440 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Wed, 13 Mar 2024 21:44:46 +0800 Subject: [PATCH] Improve a11y document and dropdown item (#29753) Co-authored-by: silverwind --- contributing/guidelines-frontend.zh-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/guidelines-frontend.zh-cn.md b/contributing/guidelines-frontend.zh-cn.md index ace0d97f..b5fb8964 100644 --- a/contributing/guidelines-frontend.zh-cn.md +++ b/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`), 但仍然存在许多问题需要大量的工作和时间来修复。 ### 框架使用