Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service Workers status updates #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions boilerplate/serviceworkers/status-CRD.include
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<p><em>This section describes the status of this document at the time of its publication.
A list of current <abbr title="World Wide Web Consortium">W3C</abbr>
publications and the latest revision of this technical report can be found
in the <a href="https://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports index</a> at https://www.w3.org/TR/.</em></p>

<p>This document was published by the <a href="https://www.w3.org/groups/wg/service-workers">Service Workers Working Group</a>
as a Candidate Recommendation Draft using the <a href="https://www.w3.org/2021/Process-20211102/#recs-and-notes">Recommendation track</a>.
</p>

<p>
Feedback and comments on this specification are welcome, please <a href="https://github.com/w3c/ServiceWorker/issues/new">file a bug</a> or send comments to <a href="mailto:[email protected]?subject=%5B[SHORTNAME]%5D">[email protected]</a> (<a href="mailto:[email protected]?subject=subscribe">subscribe</a>, <a href="https://lists.w3.org/Archives/Public/public-webapps/">archives</a>) with <code>&#x5B;[SHORTNAME]&#x5D;</code> at the start of your email's subject.
</p>

<p>Publication as a Candidate Recommendation does not
imply endorsement by <abbr title="World Wide Web Consortium">W3C</abbr> and its Members. A Candidate Recommendation Draft integrates
changes from the previous Candidate Recommendation that the Working Group
intends to include in a subsequent Candidate Recommendation Snapshot.</p>
<p>
This is a draft document and may be updated, replaced or obsoleted by other
documents at any time. It is inappropriate to cite this document as other
than work in progress.
</p>

<p>
This document was produced by a group operating under the
<a href="https://www.w3.org/Consortium/Patent-Policy/"><abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
<abbr title="World Wide Web Consortium">W3C</abbr> maintains a
<a rel="disclosure" href="https://www.w3.org/groups/wg/service-workers/ipr">public list of any patent disclosures</a>
made in connection with the deliverables of the group; that page also includes
instructions for disclosing a patent. An individual who has actual
knowledge of a patent which the individual believes contains
<a href="https://www.w3.org/Consortium/Patent-Policy/#def-essential">Essential Claim(s)</a>
must disclose the information in accordance with
<a href="https://www.w3.org/Consortium/Patent-Policy/#sec-Disclosure">section 6 of the <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
</p>
<p>
This document is governed by the
<a id="w3c_process_revision" href="https://www.w3.org/2021/Process-20211102/">2 November 2021 <abbr title="World Wide Web Consortium">W3C</abbr> Process Document</a>.
</p>
3 changes: 2 additions & 1 deletion boilerplate/serviceworkers/status-ED.include
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

<p>
This document was published by the <a href="https://www.w3.org/groups/wg/service-workers">Service Workers Working Group</a>
as an Editors Draft. This document is intended to become a W3C Recommendation.
as an Editors Draft. This is a living document. Readers need to be aware that this specification may include unimplemented features, and details that may change.
This document is intended to become a W3C Recommendation.
</p>

<p>[STATUSTEXT]</p>
Expand Down