- From: Sid Vishnoi <notifications@github.com>
- Date: Tue, 17 Nov 2020 09:18:48 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 17 November 2020 17:19:01 UTC
> It may make sense to show the latest released version of the browser on the label and all supported versions in the hover menu. The default number of browsers can be adjusted in `respecConfig` (https://respec.org/docs/#caniuse): ```js var respecConfig = { caniuse: { feature: "web-app-manifest", versions: 10, }, }; ``` Though, showing too many versions might become too clumsy. I'll try to see if we can group versions like caniuse.com does. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/939#issuecomment-729076079
Received on Tuesday, 17 November 2020 17:19:01 UTC