You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
desktop version with a score of 97:
Operating System Version
Windows 11
Browser
Chrome
The text was updated successfully, but these errors were encountered: