Re: [w3c/manifest] Spec Metadata Lists Incorrect Values for Chrome (#939)

> 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