- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 09 Jun 2020 23:27:38 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 10 June 2020 06:27:50 UTC
@marcoscaceres commented on this pull request.
> @@ -437,11 +437,11 @@ <h2>
Navigation scope
</h2>
<p data-link-for="WebAppManifest">
- A <dfn data-export="">navigation scope</dfn> is a <a>URL</a> that
- represents the set of URLs to which an <a>application context</a> can
- be navigated while the manifest is <a>applied</a>. The <a>navigation
- scope</a> of a manifest <var>manifest</var> is
- <var>manifest</var>["<a>scope</a>"].
+ The {{WebAppManifest/scope}} member of a [=processed manifest=] is the
Ok, @mgiuca do you agree? For simplicity:
```
The <dfn>navigation scope</dfn> is the {{WebAppManifest/scope}} member of a [=processed
manifest=].
The navigation scope restricts the set of URLs to which an
[=application context=] can be [=navigated=] while the manifest is
[=applied=].
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/882#discussion_r437886962
Received on Wednesday, 10 June 2020 06:27:50 UTC