autocomplete-address-novalid.html (243B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset=utf-8> 5 <title>autocomplete attribute is invalid</title> 6 </head> 7 <body> 8 9 <!-- address type must come before field type --> 10 <input autocomplete="country shipping"> 11 12 </body> 13 </html>