blob: 1061d9a620278cf0477632b33d0fc5d2ac69afb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>autocomplete attribute is invalid</title>
</head>
<body>
<!-- address type must come before field type -->
<textarea autocomplete="country shipping">
</textarea>
</body>
</html>
|