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 request] - Default navbar doesn't reach 100 in Accessibility #4

Open
Sinan-Karakaya opened this issue Aug 5, 2023 · 0 comments

Comments

@Sinan-Karakaya
Copy link

Describe the bug

Running Lighthouse on a near stock navbar from the V2 template leads to a score of 98 in accessibility. The only changes made are just different links, and no more search bar.

This happens in both desktop and mobile mod, and is because the list of items doesn't contain only <li> elements.

Might work on a PR next week if it is an easy fix.

Your Example Website or App

https://portfolio-oop9rd9k1-sinan-karakaya.vercel.app/fr

Steps to Reproduce the Bug or Issue

Clone the latest next-app template.
Run Lighthouse
Get 97-98 in accessibility because of the navbar items.

Expected behavior

Get a 100 score on accessibility when using the stock config

Screenshots or Videos

mobile version with a score of 98:
image

desktop version with a score of 97:
image

Operating System Version

Windows 11

Browser

Chrome

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