lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

Rename meta viewport audit

Open tunetheweb opened this issue 1 month ago • 2 comments

FAQ

  • [X] Yes, my issue is not about variability or throttling.
  • [X] Yes, my issue is not about a specific accessibility audit (file with axe-core instead).
  • [X] Yes, my issue is not answered by other FAQs.

URL

https://resource-loading.glitch.me/meta-viewport.html

What happened?

It reports this:

Does not have a tag with width or initial-scale

But it DOES have a <meta name="viewport"> tag with width and initial-scale. We changed this in #15394

We should rename this audit to:

Does not have a tag with width and initial-scale >= 1

What did you expect?

It to tell me the problem, not confuses me.

See also: https://stackoverflow.com/questions/78536947/pagespeed-problem-with-initial-scale-does-not-have-a-meta-name-viewport

What have you tried?

No response

How were you running Lighthouse?

PageSpeed Insights

Lighthouse Version

12.0.0.0

Chrome Version

No response

Node Version

No response

OS

No response

Relevant log output

No response

tunetheweb avatar May 27 '24 10:05 tunetheweb