Skip to content

The raccoon logo in the header does not link to the home page #297

Description

@martinfrancois

Clicking the raccoon in the header does nothing. Going back to the home page by
clicking the logo is an established pattern, and it is easy to click it by
reflex and get nothing back.

The logo is an inline <svg class="raccoon-logo"> sitting directly inside
.navbar-brand, with no link around it. The site title beside it is already a
link to /, so the two behave differently while looking like one unit.

Suggested fix

Wrap the SVG in the existing <a href="/"> that carries the title, or give it
its own link to /. If they stay separate links, only one needs the accessible
name: the logo can keep aria-hidden and let the title carry it, so screen
readers do not announce the same destination twice.

Not specific to a viewport size.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions