forked from w3c/ServiceWorker
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
# Web Performance Working Group | ||
# Web Platform Working Group | ||
|
||
## Spec and API development | ||
|
||
For the nitty-gritty of the API, the [draft W3C specification](https://slightlyoff.github.io/ServiceWorker/spec/service_worker/) is authoritative. For implementers and developers who seek a more stable version, [Service Workers 1](https://slightlyoff.github.io/ServiceWorker/spec/service_worker_1/) is a right document with which the contributors only focus on fixing bugs and resolving compatibility issues. | ||
|
||
Spec development happens via [issues in this repository](https://github.com/slightlyoff/ServiceWorker/issues). For general discussion, please use the [[email protected] mailing list](http://lists.w3.org/Archives/Public/public-webapps/) with a `Subject:` prefix of `[service-workers]`. | ||
|
||
Updates to the spec must reference [resolved issued marked `needs spec`](issues?labels=needs+spec&state=closed). | ||
|
||
To edit the spec locally, you’ll need a copy of [the Web Components-based framework which it is built with](https://github.com/slightlyoff/web-spec-framework). To fetch it, clone the repo and run: | ||
|
||
```sh | ||
git submodule update --init --recursive | ||
``` | ||
|
||
To make edits to the design, please send pull requests against the spec (`spec/service_worker/index.html`). | ||
|
||
Contributions to this repository are intended to become part of Recommendation-track documents | ||
governed by the [W3C Patent Policy](http://www.w3.org/Consortium/Patent-Policy-20040205/) and | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"group": ["45211"] | ||
, "contacts": ["siusin"] | ||
"group": ["83482"] | ||
, "contacts": ["ylafon"] | ||
, "shortName": "ServiceWorker" | ||
} |