From 994563ac9dbc2b1216befd85330208476047d092 Mon Sep 17 00:00:00 2001 From: Yves Lafon Date: Thu, 16 Jun 2022 14:07:59 +0200 Subject: [PATCH] align default metadata used for both ED and CRD, PR sent on bikeshed https://github.com/tabatkins/bikeshed-boilerplate/pull/24 to differentiate statuses --- docs/index.bs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.bs b/docs/index.bs index ee26687f..fa7263cc 100644 --- a/docs/index.bs +++ b/docs/index.bs @@ -1,5 +1,5 @@
-Title: Service Workers Nightly
+Title: Service Workers
 Status: ED
 ED: https://w3c.github.io/ServiceWorker/
 TR: https://www.w3.org/TR/service-workers/
@@ -12,7 +12,6 @@ Former Editor: Jungkee Song, Microsoft‚ represented Samsung until April 20
 Repository: w3c/ServiceWorker
 Group: serviceworkers
 !Tests: web-platform-tests service-workers/ (ongoing work)
-Status Text: This is a living document. Readers need to be aware that this specification may include unimplemented features, and details that may change. Service Workers 1 is a version that is advancing toward a W3C Recommendation.
 Abstract: The core of this specification is a worker that wakes to receive events. This provides an event destination that can be used when other destinations would be inappropriate, or no other destination exists.
 Abstract:
 Abstract: For example, to allow the developer to decide how a page should be fetched, an event needs to dispatch potentially before any other execution contexts exist for that origin. To react to a push message, or completion of a persistent download, the context that originally registered interest may no longer exist. In these cases, the service worker is the ideal event destination.