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

@marcoscaceres commented on this pull request.



> +        <pre class="css">
+@media (installed) {
+  .install-banner { display: none; }
+}
+</pre>

```suggestion
        <pre class="css">
          @media (installed) {
            .install-banner { display: none; }
          }
        </pre>
```

> +    <section id="installed-media-feature">
+      <h2>
+        Installed context: the `installed` media feature
+      </h2>

Nit... don't need this section. 
 
```suggestion
      <h2  id="installed-media-feature">
        Installed context: the `installed` media feature
      </h2>
```

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

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

Received on Monday, 11 May 2026 13:18:23 UTC