We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the exhibit title (and subtitle) do not afford any interaction. Upon hovering over this text, the user sees the text cursor (cursor: text).
cursor: text
An intuitive interaction for the title (and subtitle) text would be to link to the exhibit home page.
That is, upon hover:
cursor: pointer
Home
H1
<h1>
<a>
<small>
The text was updated successfully, but these errors were encountered:
Didn't see any accessibility errors from wrapping around title and subtitle.
Sorry, something went wrong.
dnoneill
Successfully merging a pull request may close this issue.
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:
cursor: pointer
)Home
button in the navigation bar)Acceptance criteria
H1
semantics of the title to ensure accessibility compliance.<h1>
wrap the<a>
or could the<a>
wrap the<h1>
and<small>
?The text was updated successfully, but these errors were encountered: