We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc86a5 commit cee2c39Copy full SHA for cee2c39
Standards/WCAG2A/ruleset.js
@@ -55,4 +55,6 @@ var HTMLCS_WCAG2A = {
55
getMsgInfo: function(code) {
56
return HTMLCS_WCAG2AAA.getMsgInfo(code);
57
}
58
-};
+};
59
+
60
+module.exports.HTMLCS_WCAG2A = HTMLCS_WCAG2A;
Standards/WCAG2AA/ruleset.js
@@ -76,4 +76,6 @@ var HTMLCS_WCAG2AA = {
76
77
78
79
80
81
+module.exports.HTMLCS_WCAG2AA = HTMLCS_WCAG2AA;
0 commit comments