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

Accessibility: author name in footer causes heading level confusion #73

Open
Seirdy opened this issue Nov 10, 2024 · 0 comments
Open

Accessibility: author name in footer causes heading level confusion #73

Seirdy opened this issue Nov 10, 2024 · 0 comments

Comments

@Seirdy
Copy link
Contributor

Seirdy commented Nov 10, 2024

Users of assistive technology often navigate by headings.

The author name in the footer is an h4 element. If the last heading in the article is h3, this makes the author appear to be a sub-category of the last section in the article when navigating by headings. Should the last greater-or-equal heading in the article be an h2, this would cause a jump from h2 to h4, which is a common accessibility issue and confusing to assistive-technology users.

My suggested fix is to make the author name h2 so it's clearly a top-level item below the page title.

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

No branches or pull requests

1 participant