We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c973a8a + 241cfb3 commit aee9e1eCopy full SHA for aee9e1e
1 file changed
Standards/WCAG2AAA/Sniffs/Principle4/Guideline4_1/4_1_2.js
@@ -199,7 +199,7 @@ _global.HTMLCS_WCAG2AAA_Sniffs_Principle4_Guideline4_1_4_1_2 = {
199
var requiredValue = requiredValues[nodeName];
200
201
// Any element that doesn't have specific handling must have content.
202
- if (!matchingRequiredNames) {
+ if (!matchingRequiredNames && nodeName !== 'input_hidden') {
203
matchingRequiredNames = ['_content'];
204
}
205
0 commit comments