Skip to content

Commit 44b9ae4

Browse files
committed
Add new categories
1 parent 73361d7 commit 44b9ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/validate-jsons.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
var sampleData;
88
var w3cStatusArr = ['rec', 'pr', 'cr', 'wd'];
99
var statusArr = w3cStatusArr.concat(['ls', 'other', 'unoff']);
10-
var categoryArr = ['HTML5', 'CSS', 'CSS2', 'CSS3', 'SVG', 'PNG', 'JS API', 'Canvas', 'DOM', 'Other'];
10+
var categoryArr = ['HTML5', 'CSS', 'CSS2', 'CSS3', 'SVG', 'PNG', 'JS API', 'Canvas', 'DOM', 'Other', 'JS', 'Security'];
1111
// Support string MUST have one of these (optionally others)
1212
var supportValues = ['y', 'a', 'n', 'u', 'p'];
1313

0 commit comments

Comments
 (0)