From 85c21c2877f1296c4969b4add1ed6defae049ce2 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Tue, 1 Mar 2016 17:38:00 -0800 Subject: [PATCH] Add test pages for Abide validating other text input types --- test/visual/abide/text.html | 74 +++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/test/visual/abide/text.html b/test/visual/abide/text.html index f52d9eb14..cad1fdd6b 100644 --- a/test/visual/abide/text.html +++ b/test/visual/abide/text.html @@ -22,6 +22,80 @@
+

This form has valid and invalid inputs for other text input types. (In browsers that support color pickers, you won't see a text field, but a color selection button instead.)

+ +
+
+ color + + +
+ +
+ date + + +
+ +
+ datetime + + +
+ +
+ email + + +
+ +
+ month + + +
+ +
+ number + + +
+ +
+ search + +
+ +
+ tel + + +
+ +
+ time + + +
+ +
+ url + + +
+ +
+ week + + +
+ + + +
+ +
+

This field uses a custom pattern. The field is valid if the input is between 4 and 16 characters long.

-- 2.47.2