-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
new audit: have a valid favicon.ico #10402
Comments
Thanks Ward! :) In the strictest sense of the audit, I still think this is WAI. It was an error in the console, so we showed it. #6978 points out that this actually disappears when you run headless because it doesnt request the favicon. Instead of ignoring this one error, I'd be in favor of splitting out the "Failed to load resource" messages into two separate audits, "Network requests failed" and "Page defines a favicon". At least it's clearer what's going wrong without diving into details and it's officially codified as a best practice to provide a favicon :) |
We're on board with a dedicated best-practice has-a-favicon audit (that doesn't 404). We'll skip a dedicated network-requests-failed audit for now. |
Provide the steps to reproduce
What is the current behavior?
What is the expected behavior?
Favicon shouldn't be a violation
Environment Information
Related issues
#10381
#10190
The text was updated successfully, but these errors were encountered: