Re: [w3c/manifest] Clarify behaviour of a page linking to a manifest that is not within scope of that manifest (#784)

`rel=alternate` is more generally for [alternate representations](http://microformats.org/wiki/rel-alternate). It’s used for alternate languages, feeds, stylesheets, and more. I could see something like

```html
<link rel="alternate app" href="https://example.com/pwa">
```

"app" could just as easily be "installable" or some other key.

-- 
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/784#issuecomment-533442003

Received on Friday, 20 September 2019 07:27:22 UTC