webhintio / hint

💡 A hinting engine for the web
https://webhint.io/
Apache License 2.0
3.62k stars 670 forks source link

[Bug] Unnecessary`apple-touch-icon` audit for Safari >= 15.4 #5256

Open Seirdy opened 2 years ago

Seirdy commented 2 years ago

🐞 Bug report

Description

Webhint recommends adding an Apple Touch Icon even when targeting Safari >= 15.4. Safari 15.4+ added support for icons in Web App Manifests, as announced on the WebKit blog entry New WebKit Features in Safari 15.4.

Lighthouse plans to remove the audit in v10; see GoogleChrome/lighthouse#11458 (comment).

Details

Webhint version: v7.1.0

vidorteg commented 1 year ago

Thanks for the report @Seirdy

What do you think @molant, should we remove this hint?

Seirdy commented 10 months ago

Lighthouse removed the Apple-Touch-Icon audit 16 months ago. I think it's safe to remove it now.