Last Updated: 17 June 2024

1_3_5_H98.FaultyValue

















































1_3_5_H98.InvalidAutoComplete_Date

all elements in this section should be tagged with a different autocomplete value than bday and we should be able to recognize it and assign bday autocomplete based on the id/name/placeholder















1_3_5_H98.InvalidAutoComplete_Month

all elements in this section should be tagged with a different autocomplete value than cc-exp and we should be able to recognize it and assign cc-exp autocomplete based on the id/name/placeholder "regex": ["ccexp", "ccexpiry", "cardexpiry", "expdate"]

































1_3_5_H98.InvalidAutoComplete_Telephone

all elements in this section should be tagged with a different autocomplete value than tel and we should be able to recognize it and assign tel autocomplete based on the id/name/placeholder "regex": ["tel", "phone", "mobile"]


























1_3_5_H98.InvalidAutoComplete_Multiline

all elements in this section should be tagged with a different autocomplete value than textarea and we should be able to recognize it and assign textarea autocomplete based on the id/name/placeholder "regex": ["streetaddress", "fulladdress", "shipaddress"]


























1_3_5_H98.InvalidAutoComplete_Password

all elements in this section should be tagged with a different autocomplete value than textarea and we should be able to recognize it and assign textarea autocomplete based on the id/name/placeholder


- "password": "regex": ["password"] - “current-password": "regex": ["currentpassword"] - “new-password": "regex": ["newpassword"]


























1_3_5_H98.InvalidAutoComplete_Url

all elements in this section should be tagged with a different autocomplete value than Url and we should be able to recognize it and assign Url autocomplete based on the id/name/placeholder


"url": "regex": ["url", "website", "webaddress"]


























1_3_5_H98.InvalidAutoComplete_Image

all elements in this section should be tagged with a different autocomplete value than image and we should be able to recognize it and assign image autocomplete based on the id/name/placeholder


photo": "regex": ["photo", "picture", "image", "snapshot"]

































1_3_5_H98.InvalidAutoComplete_Email

all elements in this section should be tagged with a different autocomplete value than email and we should be able to recognize it and assign email autocomplete based on the id/name/placeholder


“email": "regex": ["email", "impp"]



















1_3_5_H98.InvalidAutoComplete_Numeric

all elements in this section should be tagged with a different autocomplete value than number and we should be able to recognize it and assign number autocomplete based on the id/name/placeholder


"cc-exp-month": "regex": ["ccexpmonth", "ccexpirymonth", "cardexpirymonth"]


























cc_exp_year": "regex": ["ccexpyear", "ccexpiryyear", "cardexpiryyear"]























“transaction-amount": "regex": ["transactionamount", "amount", "amounttransaction”]




















bday-day: "regex": ["bdayday", "day"] dayofbirth, userbirthday






























“bday-month": "regex": ["bdaymonth", "month", "birthmonth"] monthofbirth, userbirthmonth
































“bday-year": "regex": ["bdayyear", "year", "birthyear"] yearofbirth, userbirthyear





































1_3_5_H98.InvalidAutoComplete_Text

all elements in this section should be tagged with a different autocomplete value than text and we should be able to recognize it and assign text autocomplete based on the id/name/placeholder


name": "regex": ["fullname"]












“hororific-prefix”: "regex": ["title", "honorificprefix"]
















“given-name”: "regex": ["givenname", "firstname", "fname"]























“additional-name": "regex": ["middle", "additionalname", "mname", "middlename"]































family-name": "regex": ["familyname", "lname", "last", "lastname"] surname





































honorific-suffix": "regex": ["education", "graduation", "honorificsuffix"]






















nickname: "regex": ["nickname", "screen", "short"]























organization-title: "regex": ["organizationtitle", "role", "designation"] organisationtitle




































H98.MissingAutocomplete




H98.Purpose