-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gh-pages' into issue-10-secure-top-level
- Loading branch information
Showing
6 changed files
with
73 additions
and
47 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"src_file": "index.html", | ||
"type": "respec" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Code of Conduct | ||
|
||
All documentation, code and communication under this repository are covered by the [W3C Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/). |
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,34 +1,32 @@ | ||
# Device APIs Working Group | ||
Contributions to this repository are intended to become part of Recommendation-track documents governed by the | ||
[W3C Patent Policy](https://www.w3.org/Consortium/Patent-Policy/) and | ||
[Software and Document License](https://www.w3.org/Consortium/Legal/copyright- | ||
software). To make substantive contributions to specifications, you must either participate | ||
in the relevant W3C Working Group or make a non-member patent licensing commitment. | ||
|
||
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 | ||
[Document License](http://www.w3.org/Consortium/Legal/copyright-documents). To contribute, you must | ||
either participate in the relevant W3C Working Group or make a non-member patent licensing | ||
commitment. | ||
If you are not the sole contributor to a contribution (pull request), please identify all | ||
contributors in the pull request comment. | ||
|
||
If you are not the sole contributor to a contribution (pull request), please identify all | ||
contributors in the pull request's body or in subsequent comments. | ||
To add a contributor (other than yourself, that's automatic), mark them one per line as follows: | ||
|
||
To add a contributor (other than yourself, that's automatic), mark them one per line as follows: | ||
``` | ||
+@github_username | ||
``` | ||
|
||
``` | ||
+@github_username | ||
``` | ||
If you added a contributor by mistake, you can remove them in a comment with: | ||
|
||
If you added a contributor by mistake, you can remove them in a comment with: | ||
``` | ||
-@github_username | ||
``` | ||
|
||
``` | ||
-@github_username | ||
``` | ||
|
||
If you are making a pull request on behalf of someone else but you had no part in designing the | ||
feature, you can remove yourself with the above syntax. | ||
If you are making a pull request on behalf of someone else but you had no part in designing the | ||
feature, you can remove yourself with the above syntax. | ||
|
||
# Tests | ||
|
||
For normative changes, a corresponding | ||
[web-platform-tests](https://github.com/w3c/web-platform-tests) PR is highly appreciated. Typically, | ||
[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 a web-platform-tests issue](https://github.com/w3c/web-platform-tests/issues/new) | ||
to follow up later. Add the `type:untestable` or `type:missing-coverage` label as appropriate. | ||
and if appropriate [file a web-platform-tests 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. |
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,2 +1,4 @@ | ||
All documents in this Repository are licensed by contributors under the [W3C Document | ||
License](http://www.w3.org/Consortium/Legal/copyright-documents). | ||
All documents in this Repository are licensed by contributors | ||
under the | ||
[W3C Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software). | ||
|
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
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,9 @@ | ||
{ | ||
"group": ["43696"] | ||
, "contacts": ["dontcallmedom"] | ||
, "shortName": "battery-status" | ||
} | ||
{ | ||
"group": 43696, | ||
"contacts": [ | ||
"xfq" | ||
], | ||
"shortName": "battery-status", | ||
"repo-type": "rec-track", | ||
"policy": "open" | ||
} |