Skip to content

Commit 698dfd9

Browse files
Warn readers that V1 is missing features compared to the nightly (#1205)
* Warn readers that V1 is missing features compared to the nightly * Updating warning text
1 parent 16a480f commit 698dfd9

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/v1/index.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Editor: Marijn Kruisselbrink, Google, [email protected]
1212
Repository: w3c/ServiceWorker
1313
Group: serviceworkers
1414
!Tests: <a href=https://github.com/w3c/web-platform-tests/tree/master/service-workers>web-platform-tests service-workers/</a> (<a href=https://github.com/w3c/web-platform-tests/labels/service-workers>ongoing work</a>)
15+
Warning: Custom
16+
Custom Warning Title: V1 Branch
17+
Custom Warning Text: This spec is a subset of [the nightly version](../) that is advancing toward a W3C Recommendation. For implementers and developers who seek all the latest features, [Service Workers Nightly](../) is a right document that is constantly reflecting new requirements.
1518
Abstract: This specification describes a method that enables applications to take advantage of persistent background processing, including hooks to enable bootstrapping of web applications while offline.
1619
Abstract:
1720
Abstract: The core of this system is an event-driven <a>Web Worker</a>, which responds to events dispatched from documents and other sources. A system for managing installation, versions, and upgrades is provided.

docs/v1/index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@
11791179
<link href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED" rel="stylesheet" type="text/css">
11801180
<meta content="Bikeshed version 3ee78e75729309d4dfc4793df74c38e4ae785832" name="generator">
11811181
<link href="https://www.w3.org/TR/service-workers/" rel="canonical">
1182-
<meta content="2afc4ca9397e7227a81061aa5e41095bc273eb09" name="document-revision">
1182+
<meta content="6d4f0a8e0e34cfd6a382583b9a2a52b4f5379cf6" name="document-revision">
11831183
<style>/* style-md-lists */
11841184

11851185
/* This is a weird hack for me not yet following the commonmark spec
@@ -1426,7 +1426,7 @@
14261426
<div class="head">
14271427
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
14281428
<h1 class="p-name no-ref" id="title">Service Workers 1</h1>
1429-
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2017-10-10">10 October 2017</time></span></h2>
1429+
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2017-10-11">11 October 2017</time></span></h2>
14301430
<div data-fill-with="spec-metadata">
14311431
<dl>
14321432
<dt>This version:
@@ -1445,7 +1445,12 @@ <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="cont
14451445
<dd><a href="https://github.com/w3c/web-platform-tests/tree/master/service-workers">web-platform-tests service-workers/</a> (<a href="https://github.com/w3c/web-platform-tests/labels/service-workers">ongoing work</a>)
14461446
</dl>
14471447
</div>
1448-
<div data-fill-with="warning"></div>
1448+
<div data-fill-with="warning">
1449+
<details class="annoying-warning" open="">
1450+
<summary>V1 Branch</summary>
1451+
<p>This spec is a subset of <a href="../">the nightly version</a> that is advancing toward a W3C Recommendation. For implementers and developers who seek all the latest features, <a href="../">Service Workers Nightly</a> is a right document that is constantly reflecting new requirements.</p>
1452+
</details>
1453+
</div>
14491454
<p class="copyright" data-fill-with="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2017 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>). W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document" rel="license">permissive document license</a> rules apply. </p>
14501455
<hr title="Separator for header">
14511456
</div>

0 commit comments

Comments
 (0)