Skip to content

Commit aee9e1e

Browse files
committed
Merge branch 'PR-182'
2 parents c973a8a + 241cfb3 commit aee9e1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Standards/WCAG2AAA/Sniffs/Principle4/Guideline4_1

Standards/WCAG2AAA/Sniffs/Principle4/Guideline4_1/4_1_2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ _global.HTMLCS_WCAG2AAA_Sniffs_Principle4_Guideline4_1_4_1_2 = {
199199
var requiredValue = requiredValues[nodeName];
200200

201201
// Any element that doesn't have specific handling must have content.
202-
if (!matchingRequiredNames) {
202+
if (!matchingRequiredNames && nodeName !== 'input_hidden') {
203203
matchingRequiredNames = ['_content'];
204204
}
205205

0 commit comments

Comments
 (0)