From: Geoff Kimball Date: Wed, 2 Mar 2016 01:38:00 +0000 (-0800) Subject: Add test pages for Abide validating other text input types X-Git-Tag: v6.2.1~55^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8313%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add test pages for Abide validating other text input types --- 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.