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 7e5df37 commit 24934bdCopy full SHA for 24934bd
Standards/WCAG2AAA/Sniffs/Principle4/Guideline4_1/4_1_2.js
@@ -333,7 +333,7 @@ var HTMLCS_WCAG2AAA_Sniffs_Principle4_Guideline4_1_4_1_2 = {
333
builtAttr = ' A value is exposed using the "' + requiredValue + '" element.';
334
}
335
336
- var msg += builtAttr;
+ msg += builtAttr;
337
if (warning === true) {
338
errors.push({
339
element: element,
0 commit comments