Skip to content

Commit 994563a

Browse files
committed
align default metadata used for both ED and CRD, PR sent on bikeshed speced/bikeshed-boilerplate#24 to differentiate statuses
1 parent adb4ef0 commit 994563a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/index.bs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<pre class='metadata'>
2-
Title: Service Workers Nightly
2+
Title: Service Workers
33
Status: ED
44
ED: https://w3c.github.io/ServiceWorker/
55
TR: https://www.w3.org/TR/service-workers/
@@ -12,7 +12,6 @@ Former Editor: Jungkee Song, Microsoft&sbquo; represented Samsung until April 20
1212
Repository: w3c/ServiceWorker
1313
Group: serviceworkers
1414
!Tests: <a href=https://github.com/web-platform-tests/wpt/tree/master/service-workers>web-platform-tests service-workers/</a> (<a href=https://github.com/web-platform-tests/wpt/labels/service-workers>ongoing work</a>)
15-
Status Text: This is a living document. Readers need to be aware that this specification may include unimplemented features, and details that may change. <a href="https://w3c.github.io/ServiceWorker/v1/">Service Workers 1</a> is a version that is advancing toward a W3C Recommendation.
1615
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.
1716
Abstract:
1817
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.

0 commit comments

Comments
 (0)