- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 21 May 2026 15:23:20 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 21 May 2026 22:23:24 UTC
@marcoscaceres commented on this pull request.
> + <p>
+ The value of <a href="#mf-installed">`installed`</a> in a print context
+ MUST be <a href="#mf-installed-none">`none`</a>. Installation launch
+ context is not meaningful in print output.
+ </p>
+ <p class="note">
+ The <a href="#mf-installed">`installed`</a> media feature is designed to
+ be used in a boolean context. `@media (installed)` evaluates to true when
+ the value is <a href="#mf-installed-installed">`installed`</a> and false
+ when the value is <a href="#mf-installed-none">`none`</a>. The explicit
+ form `@media (installed: installed)` is valid but the idiomatic form is
+ the boolean shorthand `@media (installed)`.
+ </p>
+ <aside class="example">
+ <p>
+ Suppress install prompts when the app is already running as installed:
```suggestion
Hide install prompts when the app is already running as installed:
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/1218#pullrequestreview-4341166205
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/manifest/pull/1218/review/4341166205@github.com>
Received on Thursday, 21 May 2026 22:23:24 UTC