From accfdaafdbfc172f4d8358bbab820a9862bd8eb9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Feb 2013 22:28:18 -0800 Subject: Fixes #6808: mention IE lame-itude in docs for invalid inputs --- docs/templates/pages/base-css.mustache | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 9a051d4be..1f40f3711 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1522,6 +1522,7 @@

{{_i}}Invalid inputs{{/i}}

{{_i}}Style inputs via default browser functionality with :invalid. Specify a type, add the required attribute if the field is not optional, and (if applicable) specify a pattern.{{/i}}

+

{{_i}}This is not available in versions of Internet Explorer 7-9 due to lack of support for CSS pseudo selectors.{{/i}}

-- cgit v1.2.3