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

Fix ordering of headlines on Dashboard landing page #3247

Merged
merged 1 commit into from Sep 10, 2018

Conversation

adamjarling
Copy link
Member

@adamjarling adamjarling commented Sep 10, 2018

Fixes #1961

This fixes the noted accessibility issue of using header elements which are out of order in page flow. For example:

<h1>Header</h1>
<h3>Jumps to This, bad for accessibility</h3>

Here are a few screenshots of what the fixes look like, which visually look odd (at least to me), since the <h1> and <h2> elements have been styled to be the same size.

headers-in-order

headers-in-order2

@no-reply @vantuyls @jcoyne Perhaps some future work for this group could be establishing a better consistency in the UI for how we're handling page titles, sub-titles, and so forth. Maybe go through the whole site and just clean it up and make consistent. I'd volunteer for this.

@samvera/hyrax-code-reviewers

@adamjarling adamjarling self-assigned this Sep 10, 2018
@adamjarling adamjarling merged commit f4981e5 into master Sep 10, 2018
Hyrax WG -- Sprint 3 automation moved this from Review to Done Sep 10, 2018
@adamjarling adamjarling deleted the 1961-update-headline-usage-dashboard branch September 10, 2018 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Skipped Heading Hierarchy on Dashboard
3 participants