Improve accessibility (#2552)
* Document language missing
* Missing form label
* Image elements do not have [alt] attributes
* Fix metals specific configuration
* [user-scalable="no"] is used in the <meta name="viewport"> element or the [maximum-scale] attribute is less than 5
* Fix AvatarImageProviderSpec
* [id] attributes on active, focusable elements are not unique
* Links do not have a discernible name
* Links to cross-origin destinations are unsafe
1 parent b35d079 commit 0590cb7048adfb4bde52372dc2b332e65f22b7b0
@SIkebe SIkebe authored on 14 Sep 2020
GitHub committed on 14 Sep 2020
Showing 37 changed files
View
.gitignore
View
src/main/scala/gitbucket/core/view/AvatarImageProvider.scala
View
src/main/twirl/gitbucket/core/account/edit.scala.html
View
src/main/twirl/gitbucket/core/account/groupform.scala.html
View
src/main/twirl/gitbucket/core/account/hooks.scala.html
View
src/main/twirl/gitbucket/core/account/newrepo.scala.html
View
src/main/twirl/gitbucket/core/admin/data.scala.html
View
src/main/twirl/gitbucket/core/admin/settings_system.scala.html
View
src/main/twirl/gitbucket/core/admin/user.scala.html
View
src/main/twirl/gitbucket/core/dashboard/issueslist.scala.html
View
src/main/twirl/gitbucket/core/dashboard/repos.scala.html
View
src/main/twirl/gitbucket/core/dashboard/sidebar.scala.html
View
src/main/twirl/gitbucket/core/helper/account.scala.html
View
src/main/twirl/gitbucket/core/helper/commitcomment.scala.html
View
src/main/twirl/gitbucket/core/helper/datepicker.scala.html
View
src/main/twirl/gitbucket/core/helper/dropdown.scala.html
View
src/main/twirl/gitbucket/core/helper/preview.scala.html
View
src/main/twirl/gitbucket/core/issues/commentform.scala.html
View
src/main/twirl/gitbucket/core/issues/list.scala.html
View
src/main/twirl/gitbucket/core/issues/listparts.scala.html
View
src/main/twirl/gitbucket/core/issues/milestones/edit.scala.html
View
src/main/twirl/gitbucket/core/main.scala.html
View
src/main/twirl/gitbucket/core/pulls/mergeguide.scala.html
View
src/main/twirl/gitbucket/core/releases/form.scala.html
View
src/main/twirl/gitbucket/core/repo/blob.scala.html
View
src/main/twirl/gitbucket/core/repo/editor.scala.html
View
src/main/twirl/gitbucket/core/repo/files.scala.html
View
src/main/twirl/gitbucket/core/repo/find.scala.html
View
src/main/twirl/gitbucket/core/settings/branches.scala.html
View
src/main/twirl/gitbucket/core/settings/danger.scala.html
View
src/main/twirl/gitbucket/core/settings/edithookform.scala.html
View
src/main/twirl/gitbucket/core/settings/hooks.scala.html
View
src/main/twirl/gitbucket/core/wiki/edit.scala.html
View
src/main/twirl/gitbucket/core/wiki/history.scala.html
View
src/main/twirl/gitbucket/core/wiki/page.scala.html
View
src/main/webapp/assets/common/js/gitbucket.js
View
src/test/scala/gitbucket/core/view/AvatarImageProviderSpec.scala