Skip to content

Commit

Permalink
Add new categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrd committed Apr 21, 2017
1 parent 73361d7 commit 44b9ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/validate-jsons.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
var sampleData;
var w3cStatusArr = ['rec', 'pr', 'cr', 'wd'];
var statusArr = w3cStatusArr.concat(['ls', 'other', 'unoff']);
var categoryArr = ['HTML5', 'CSS', 'CSS2', 'CSS3', 'SVG', 'PNG', 'JS API', 'Canvas', 'DOM', 'Other'];
var categoryArr = ['HTML5', 'CSS', 'CSS2', 'CSS3', 'SVG', 'PNG', 'JS API', 'Canvas', 'DOM', 'Other', 'JS', 'Security'];
// Support string MUST have one of these (optionally others)
var supportValues = ['y', 'a', 'n', 'u', 'p'];

Expand Down

0 comments on commit 44b9ae4

Please sign in to comment.