Ask for Changing alt Property of Logo img Element #19950
Labels
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Feature Description
A little suggestion:
Change from
<img class="ui mini image" width="30" height="30" src="/assets/img/logo.svg" alt="Logo">
to
<img class="ui mini image" width="30" height="30" src="/assets/img/logo.svg" alt="Home Page">
is more pretty nice for understanding, including but not limited to blind.
By the way, If you use SVG format, could consult GitHub code. They use
aria-label
property:And GitLab use
aria-label
and a tooltip with textGitLab home page
:But for lightness,
aria-label
property is great and enough.Thanks a lot!
Screenshots
No response
The text was updated successfully, but these errors were encountered: