- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 21 May 2026 15:34:44 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 21 May 2026 22:34:48 UTC
@marcoscaceres commented on this pull request.
> + browsing context=] of the current [=browsing context=] is an
+ [=application context=]. Otherwise, it matches <a href=
+ "#mf-installed-none">`none`</a>.
+ </p>
+ <p>
+ In cross-origin child [=browsing contexts=] (e.g., cross-origin iframes
+ and fenced frames), the value MUST be <a href=
+ "#mf-installed-none">`none`</a>, regardless of the value in the
+ [=top-level browsing context=].
+ </p>
+ <p class="note">
+ Same-origin child [=browsing contexts=] inherit the value from their
+ parent, since they can already access this information via
+ `window.parent.matchMedia("(installed)")`.
+ </p>
+ <p>
I think this is a note:
```suggestion
<p class="note">
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/1218#pullrequestreview-4341210448
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/manifest/pull/1218/review/4341210448@github.com>
Received on Thursday, 21 May 2026 22:34:48 UTC