Skip to content

Commit 5485400

Browse files
authored
Update CONTRIBUTING.md
1 parent 66f3f0a commit 5485400

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Currently the following feature information can be modified:
3535
* `unoff` - Unofficial, Editor's Draft or W3C "Note"
3636
* **links** — Array of "link" objects consisting of URL and short description of link
3737
* **bugs** — Array of "bug" objects consisting of a bug description
38-
* **categories** — Array of categories, any of the following:
38+
* **categories** — Array of categories, any of the following: (Note that some of these categories are put into a parent category on the caniuse site)
3939
* `HTML5`
4040
* `CSS`
4141
* `CSS2`
@@ -48,7 +48,6 @@ Currently the following feature information can be modified:
4848
* `Other`
4949
* `JS`
5050
* `Security`
51-
(Note that some of these categories are put into a parent category on the caniuse site)
5251
* **stats** — The collection of support data for a given set of browsers/versions. Only the support value strings can be modified; additional versions *cannot be added*. Values are space-separated characters with these meanings, and must answer the question "*Can I use* the feature by default?":
5352
* `y` - (**Y**)es, supported by default
5453
* `a` - (**A**)lmost supported (aka Partial support)

0 commit comments

Comments
 (0)