[w3c/manifest] i18n: Multiple manifest links with different hreflang? (#892)

I know we have a bunch of ideas around internationalization and the guidance in the spec itself, but I am curious if we ever discussed having multiple manifest links with alternate language indications? For example:

```html
<link rel="manifest" href="manifest.json">
<link rel="manifest" hreflang="fr" href="manifest.fr.json">
```

I don’t know how many sites would actually do this, but it seems possible someone *might* think it would work and we should probably consider whether alternate manifests should be allowed or whether they would be thrown away.

-- 
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/892

Received on Monday, 1 June 2020 20:20:11 UTC