Skip to content

Commit

Permalink
updated the baseline files
Browse files Browse the repository at this point in the history
  • Loading branch information
siusin committed Aug 23, 2016
1 parent 72961d7 commit 77fa5d3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 41 deletions.
18 changes: 17 additions & 1 deletion CONTRIBUTING.md
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
Expand Down
38 changes: 0 additions & 38 deletions index.html

This file was deleted.

4 changes: 2 additions & 2 deletions w3c.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"group": ["45211"]
, "contacts": ["siusin"]
"group": ["83482"]
, "contacts": ["ylafon"]
, "shortName": "ServiceWorker"
}

0 comments on commit 77fa5d3

Please sign in to comment.