summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-section-novalid.html
blob: ec1038b00f3941babc9edd0f8fd4fc9c0c7f0e68 (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>

    <!-- work must come before field type -->
    <textarea autocomplete="country section-blue">
    </textarea>

</body>
</html>