We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73361d7 commit 44b9ae4Copy full SHA for 44b9ae4
validator/validate-jsons.js
@@ -7,7 +7,7 @@
7
var sampleData;
8
var w3cStatusArr = ['rec', 'pr', 'cr', 'wd'];
9
var statusArr = w3cStatusArr.concat(['ls', 'other', 'unoff']);
10
- 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'];
11
// Support string MUST have one of these (optionally others)
12
var supportValues = ['y', 'a', 'n', 'u', 'p'];
13
0 commit comments