Skip to content

Commit 9cab9e3

Browse files
author
Luke Wright
committed
Copy-edit in message.
1 parent 5dfcd30 commit 9cab9e3

File tree

1 file changed

+1
-1
lines changed
  • Standards/WCAG2AAA/Sniffs/Principle1/Guideline1_3

1 file changed

+1
-1
lines changed

Standards/WCAG2AAA/Sniffs/Principle1/Guideline1_3/1_3_1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ var HTMLCS_WCAG2AAA_Sniffs_Principle1_Guideline1_3_1_3_1 = {
132132
} else {
133133
var nodeName = refNode.nodeName.toLowerCase();
134134
if ((nodeName !== 'input') && (nodeName !== 'select') && (nodeName !== 'textarea')) {
135-
HTMLCS.addMessage(HTMLCS.WARNING, labels[i], 'This label\'s "for" attribute contains an ID for an element that is not a form control. Ensure that you have entered the correct element.', 'H44.NotFormControl');
135+
HTMLCS.addMessage(HTMLCS.WARNING, labels[i], 'This label\'s "for" attribute contains an ID for an element that is not a form control. Ensure that you have entered the correct ID for the intended element.', 'H44.NotFormControl');
136136
}
137137
}
138138
}

0 commit comments

Comments
 (0)