Re: [w3ctag/design-reviews] "display_override" field addition to the Web Manifest (#530)

By recommended authoring practices, I meant for people authoring a manifest.  For example, using the example at the start of this issue, perhaps the recommended usage (given the current spec) should be:

```json
{
  "display": "standalone",
  "display-override": ["standalone", "minimal-ui"],
}
```

so that it's more likely to produce the same results in implementations that do versus don't support `display_override`.  On the other hand, maybe that's an argument that the ordering should be switched (and probably the new field renamed to indicate that it's now a fallback rather than an override).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/530#issuecomment-655787979

Received on Wednesday, 8 July 2020 22:22:06 UTC