- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 11 May 2026 06:18:15 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 11 May 2026 13:18:23 UTC
@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