Skip to content

Commit 0a61792

Browse files
authored
move the repo to WebAppsWG (#1759)
1 parent 1d795e2 commit 0a61792

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Web Platform Working Group
1+
# Web Applications Working Group
22

33
## Spec and API development
44

@@ -13,7 +13,7 @@ To make edits to the design, please send pull requests against the Nightly spec
1313
For normative changes, a corresponding [web-platform-tests](https://github.com/web-platform-tests/wpt) PR is highly appreciated. Typically, both PRs will be merged at the same time. Note that a test change that contradicts the spec should not be merged before the corresponding spec change. If testing is not practical, please explain why and if appropriate [file an issue](https://github.com/web-platform-tests/wpt/issues/new) to follow up later. Add the `type:untestable` or `type:missing-coverage` label as appropriate.
1414

1515
Contributions to this repository are intended to become part of Recommendation-track documents
16-
governed by the [W3C Patent Policy](http://www.w3.org/Consortium/Patent-Policy-20040205/) and
16+
governed by the [W3C Patent Policy](https://www.w3.org/policies/patent-policy/) and
1717
[Software and Document License](http://www.w3.org/Consortium/Legal/copyright-software). To contribute, you must
1818
either participate in the relevant W3C Working Group or make a non-member patent licensing
1919
commitment.

docs/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Former Editor: Jake Archibald, w3cid 76394, Google, [email protected]
1212
Former Editor: Jungkee Song, Microsoft‚ represented Samsung until April 2018, [email protected]
1313
Former Editor: Marijn Kruisselbrink, w3cid 72440, Google, [email protected]
1414
Repository: w3c/ServiceWorker
15-
Group: serviceworkers
15+
Group: webapps
1616
!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>)
1717
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.
1818
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.

w3c.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"group": 101220
3-
, "contacts": ["ylafon", "sideshowbarker"]
2+
"group": 114929
3+
, "contacts": ["siusin", "sideshowbarker"]
44
, "repo-type": "rec-track"
55
, "policy": "open"
66
}

0 commit comments

Comments
 (0)