Missing alt text for logo #9026

Closed
opened 2025-11-02 08:26:20 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @Ryuno-Ki on GitHub (Jun 4, 2022).

Description

The logo in the upper right corner is lacking an alt attribute. This is invalid HTML (and can cause issues with screenreaders).

Screenshots

gitea-logo-without-alt

Gitea Version

1.17.0+dev-656-g12c742f8d

Can you reproduce the bug on the Gitea demo site?

Yes

Operating System

NixOS (Linux)

Browser Version

Firefox 101.0

Originally created by @Ryuno-Ki on GitHub (Jun 4, 2022). ### Description The logo in the upper right corner is lacking an alt attribute. This is invalid HTML (and can cause issues with screenreaders). ### Screenshots ![gitea-logo-without-alt](https://user-images.githubusercontent.com/3097194/172025634-7b9f402e-a444-4672-ab30-c47c052a78c8.png) ### Gitea Version 1.17.0+dev-656-g12c742f8d ### Can you reproduce the bug on the Gitea demo site? Yes ### Operating System NixOS (Linux) ### Browser Version Firefox 101.0
GiteaMirror added the topic/uitype/bug labels 2025-11-02 08:26:20 -06:00
Author
Owner

@Ryuno-Ki commented on GitHub (Jun 4, 2022):

I'd like to work on this. I've read https://docs.gitea.io/en-us/hacking-on-gitea/ and https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md

A local instance is running. Searching the code I found

090d89e0f9/templates/base/head_navbar.tmpl (L4)

@Ryuno-Ki commented on GitHub (Jun 4, 2022): I'd like to work on this. I've read https://docs.gitea.io/en-us/hacking-on-gitea/ and https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md A local instance is running. Searching the code I found https://github.com/go-gitea/gitea/blob/090d89e0f9db2bbbe6bc63d887647e2f898c0a18/templates/base/head_navbar.tmpl#L4
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#9026