- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 08 Dec 2016 18:01:47 -0800
- To: w3c/manifest <manifest@noreply.github.com>
Received on Friday, 9 December 2016 02:02:21 UTC
marcoscaceres commented on this pull request.
> @@ -2033,6 +2038,71 @@ <h3 id="applying">
</p>
</section>
</section>
+
+ <section>
+ <h3>
+ <code>serviceworker</code> member
+ </h3>
+ <p>
+ The <dfn><code>serviceworker</code> member</dfn> describes a
+ service worker as defined in [[!SERVICE-WORKERS-1]].
+ </p>
+ <p>
+ The <a><code>serviceworker</code> member</a> represents a service worker
+ registration. Other service worker registrations can be done, for instance
+ by a script; if these have different scopes they will be considered separate
We should probably not re-specify the rules that are in the service worker spec; we should reference them.
--
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/507#pullrequestreview-12158063
Received on Friday, 9 December 2016 02:02:21 UTC