Skip to content

Commit 55ca2e7

Browse files
template file update
1 parent c700857 commit 55ca2e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

locales/_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@
691691
},
692692
"autocomplete-valid": {
693693
"pass": "the autocomplete attribute is correctly formatted",
694-
"fail": "the autocomplete attribute is incorrectly formatted",
694+
"fail": "Add autocomplete attribute to form fields with a valid value as per HTML specification : https://html.spec.whatwg.org/#autofill-detail-tokens. In \"name\" attribute of field, prefer to use standard autocomplete value since browsers use \"name\" to suggest autofill. For field with no standard autocomplete value (eg: College ID), prefer to use autocomplete=\"off\".",
695695
"incomplete": "the autocomplete attribute has a non-standard value. Check whether any standard value could be used instead."
696696
},
697697
"accesskeys": {

0 commit comments

Comments
 (0)