We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c973a8a commit 241cfb3Copy full SHA for 241cfb3
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