Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Header title links to exhibit Home #3375

Open
alundgard opened this issue Dec 19, 2024 · 1 comment · May be fixed by #3388
Open

Feature: Header title links to exhibit Home #3375

alundgard opened this issue Dec 19, 2024 · 1 comment · May be fixed by #3388
Assignees
Labels

Comments

@alundgard
Copy link

Problem being solved

Currently, the exhibit title (and subtitle) do not afford any interaction. Upon hovering over this text, the user sees the text cursor (cursor: text).

Feature details

An intuitive interaction for the title (and subtitle) text would be to link to the exhibit home page.

That is, upon hover:

  • do show the pointer cursor (cursor: pointer)
  • do not underline the link text
  • do link to home (i.e., the same destination as the Home button in the navigation bar)

Acceptance criteria

  • Link the exhibit title to the exhibit home page.
  • Preserve the existing H1 semantics of the title to ensure accessibility compliance.
  • Preserve the existing color of the title and subtitle (do not change to blue link color, do not underline).
  • Consider also linking the subtitle, depending on best practices. Should the <h1> wrap the <a> or could the <a> wrap the <h1> and <small>?
@dnoneill dnoneill self-assigned this Dec 20, 2024
@dnoneill dnoneill linked a pull request Dec 21, 2024 that will close this issue
@dnoneill
Copy link
Contributor

Didn't see any accessibility errors from wrapping around title and subtitle.

Screenshot 2024-12-20 at 7 22 14 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants