Re: [w3c/manifest] Add `application-context` CSS media feature (PR #1218)

benfrancis left a comment (w3c/manifest#1218)

Thinking about this more, `display-context: browser` is potentially still ambiguous as long as the "browser" display mode of a web app manifest exists.

Maybe `application-context` _should_ just have a boolean value? Then the following would be possible:

```
@media (application-context) and (display-mode: browser) {

}
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/1218#issuecomment-4563708357
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/pull/1218/c4563708357@github.com>

Received on Thursday, 28 May 2026 11:51:35 UTC